Skip to Main Content

ODP.NET

Announcement

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!

Oracle Entity Framework scaffolding - able to create the ModelContext but not able to find the table

4225766Apr 8 2020 — edited Apr 9 2020

Good afternoon,

I have been able to create the ModelContext successfully but if I use the exact same comment line and add -TABLES atablename the I get:

Unable to find a table in the database matching the selected table atablename

I have also replaced atablename by schema.atablename and I get

Unable to find a table in the database matching the selected table schema.atablename

Is it because I need to grant a certain privilege to the table to be accessible this way?

Note: using TOAD with the same userid and password and LDAP I can access the table

This post has been answered by 4225766 on Apr 8 2020
Jump to Answer

Comments

Post Details

Added on Apr 8 2020
2 comments
637 views