Tables from the second schema are not visible in the Object Wizard

I want to add an ADO.NET Entity Data Model to my project. I am using an Oracle database and Oracle ODP.NET to connect to a database.

I need to request two schemas. So I configured the connection to use two different schemes (using the information I found in another SO question ).

Tables are visible in my server explorer. But they are not visible in the ADO.NET Entity Data Model Wizard. It displays only the tables from the first schema and has the schema name in front:

TableName(SchemaName). 

What should I do to see tables from both schemas?

+5
source share
3 answers

. , , . Oracle , , ODAC. . :

https://forums.oracle.com/forums/thread.jspa?messageID=10396897

Oracle:

: 2 2012 . 3:53

Oracle . ​​ .

+1

: , Oracle, . , , Oracle. . SO- .

: VS2012 ODAC, , , .

- VS2010 ODAC.

+14

, ... , , VS 2010, EF 5 ODAC 2.102.2.20. , ( ), , . , .

+1
source

All Articles