0

I am trying to use Entity Framework to connect to an Oracle Database, but when I right click -> add new Item -> "ADO.NET Entity Data Model" -> Generate from Database -> New Connection, I can not find the Oracle Provider in the provider list.

I have VS2012, the Database on a local machine, I installed ODAC 11g.

Aelgawad
  • 184
  • 1
  • 16
  • After you installed the ODAC, did you run the oraprovcfg.exe commands? – Mike May 28 '14 at 14:59
  • 1
    There's a few ways to install the ODAC / ODP. There's an install that includes the Oracle Developer Tools and it includes the ODAC. I believe that is hands off. With just the ODAC, I remember having to run the oraprovcfg.exe like this: http://devblog.rayonnant.net/2011/04/oracle-11g-r2-x64-client-with-odac.html – Mike May 28 '14 at 16:56
  • I installed the latest ODAC 12c, and it worked out of the box. Thanks – Aelgawad May 29 '14 at 15:01

1 Answers1

0

The latest ODAC 12c provides that functionality.

Aelgawad
  • 184
  • 1
  • 16