Create from database requires login to be table owner

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
brent@work
Posts: 1
Joined: Thu 13 Aug 2009 13:45

Create from database requires login to be table owner

Post by brent@work » Thu 13 Aug 2009 13:57

In doing a proof of concept with LINQ to Oracle and using the Entity Developer we're finding that when reverse engineering an Oracle database none of the objects (i.e. tables, views, etc.) are appearing in the designer - everything is always empty. The problem seems to be with the queries that entity developer issues to populate the table list as it contains a predicate like this:

OWNER='LOGIN NAME USED IN CONNECTION'

Is there anyway around this? In our environment developers don't (and won't) have the owner login information which would seem to mean that this tool is not a viable option for us.

Thanks

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 14 Aug 2009 12:49

Please check the "Show all users" checkbox. This will enable you to see the tables owned by other users.
If you have the select permission for these objects, they will be added to the model.

Post Reply