I am using VS 2022 and trying to use EF Core Power Tools to reverse engineer an Oracle database. I right-click and choose 'Reverse Engineer' and then add a custom connection string (since the other way has been deprecated for Oracle). I enter the connection string for the Oracle database:
"Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=)(PORT=)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=)));User Id=;Password=;"
After a few seconds, an empty dialog appears.
I am not sure what's wrong. I am not aware if there are any logs I can look at to see what is wrong.
Any suggestions? Thank you for your time!