I have installed all required tools and nuget packages in project, as below.
Oracle version: Our DB Version is Oracle 11g Release 2
- Oracle Developer Tools for Visual Studio 2022 (https://marketplace.visualstudio.com/items?itemName=OracleCorporation.OracleDeveloperToolsForVisualStudio2022)
- Oracle.ManagedDataAccess
- Oracle.ManagedDataAccess.EntityFramework
I am trying to connect ORACLE database into my .net 4.5 framework project by using entity framework 6.x.x. I want to generate an edmx file, and for this I am performing below steps.
Now here, I am expecting the list of tables from DB, but it navigate to STEP-1.
Let me know if I need to perform other steps.





