For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I am using VS 2022 and .net 6.0. I am trying to use the Entity Framework for an Oracle database. I have used ‘Scaffold-DbContext’ before but with an SQL database and no problems. However, when I run ‘Scaffold-DbContext’ for an Oracle database, I get an error: "Oracle.ManagedDataAccess.Client.OracleException (0x80004005): Connection request timed out" even though I can connect to it via Oracle Sql Developer with no problems. My project is a .Net 6.0 console app and have installed the following Nuget packages Any suggestions on how to resolve this? Thank you very much!