Reputation: 131
I am looking for eclipse plugin or a open source free tool that can connect to oracle DB and can create a mapping diagram of DB.i need graphical view showing tables relations ,primary key , foreign key constraints
For my sql SQL work bench does the job.What about oracle?
Is there any such tool available?
I know that netbeans hibernate plugin can generate beans corresponding to db tables.
Upvotes: 0
Views: 246
Reputation: 15473
You might look into SQL Developer Data Modeler. You should be able to reverse engineer an ER diagram.
Upvotes: 2