user978939
user978939

Reputation: 131

tool to generate DB relation overview from DB schema

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

Answers (1)

tbone
tbone

Reputation: 15473

You might look into SQL Developer Data Modeler. You should be able to reverse engineer an ER diagram.

Upvotes: 2

Related Questions