Scaffolding Oracle database using DB First Approach

300 views Asked by At

"Unable to find provider assembly 'Oracle.ManagedDataAccess.Core'. Ensure the name is correct and it's referenced by the project".

Dont Know why this error is comming while scaffolding.

Scaffold command i used. Scaffold-DbContext -Provider Oracle.ManagedDataAccess.Core -Connection "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=18.88..)(PORT=11))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=CC)));User Id=CC;Password=C**8;" -OutputDir Models .

These are the package reference in my project  

0

There are 0 answers