Possible Duplicate:
Tools to generate a database diagram/ER diagram from existing Oracle database?
I am working with a large scale DB. I am using SQL Developer to access the Oracle DB. I have a high number of tables and schemas, and the tables are related to each other in some way. i.e. fields in table A exist in B as well so on...
I have heard there is a way to find out how they are all linked and produce a graph or a tree/list.
Can anyone help?
Thanks