Generate table relationship diagram from existing Oracle schema

6k Views Asked by At

My company has an existing Database with dozens of DB tables with various relationships.

Is there any tool available that will generate a relationship diagram?

I primarily use SQL Developer 3.0.4 on an Ubuntu 11.10 machine by the way.

1

There are 1 best solutions below

0
On BEST ANSWER

SQL Developer Data Modeller can reverse engineer a database schema & make a start on an ERD using the foreign keys. Obviously some manual work will be needed once the initial import has been done in order to generate a nice looking meaningful diagram.

Since you already have SQL Developer installed, you can make a start with File->Data Modeller->Import->Data Dictionary.