I would like to ask a simple question I have oracle database in which I have Training Database Now when I am using ASP.NET ENTITY data model from database and giving my connection detail I am able to see all tables in the Training database, Now I require 3-4 more tables which the DBA created under DATABASE-->OTHER USERS-->TESTUSER so I am using same connection information for my entity data model I am able to see the tables of training but not able to see the tables which the DBA created under other users-->testuser
any idea/?