Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Mapping out table definitions
Hi Andrew
On 14 Aug 2002 08:55:19 -0700, ajfuentes32_at_yahoo.com (Andrew Fuentes) wrote:
>Does anyone know of a tool or a way to map out the table definitions
>of an Oracle database?
The freeware DBATool will let you browse the DDL of the database. I it is more permanent documentation you are after you could use the DBATool DDL to HTML converter to create an interlinked web tree which completely documents the database. For example if you are looking at a table you could click on a link to see the indexes, foreign keys, synonyms associated with the table.
DBATool: http://www.DataBee.com/dt_home.htm
Regards
Dale
![]() |
![]() |