I want to add ADO.NET Entity Data Model to my project. I am using Oracle database and Oracle ODP.NET to connect to the database.
I need to query from two schemas. So I configured my connection to use two different Schemas (using the information I found in another SO question ).
The tables are visible in my Server explorer. But they are not visible in ADO.NET Entity Data Model Adding wizard. It shows only tables from the first schema and they have schema name in front:
TableName(SchemaName).
What must I do to see tables from both schemas?
This is a known bug. I too suffer from it and at one point it went away, but now has returned for me. Oracle is aware of it and hopefully will fix it with the next ODAC release. See here for a thread concerning it:
https://forums.oracle.com/forums/thread.jspa?messageID=10396897
Reply from Oracle Employee: