Home » SQL & PL/SQL » SQL & PL/SQL » How can I get the DDL of a table
How can I get the DDL of a table [message #19006] Mon, 25 February 2002 13:13 Go to next message
Kampo
Messages: 2
Registered: February 2002
Junior Member
I pretty sure when we create the table, those DDL will be stored, for example, create table temp .....
and this statement will be stored in Oracle somewhere.

but later on, I want to see how those table created. so is there any way to retrieve the DDL?
Re: How can I get the DDL of a table [message #19017 is a reply to message #19006] Tue, 26 February 2002 02:56 Go to previous message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
"create table ..." statementb is never stored by oracle.but it store necessary information about the table.

see user_tables and user_tab_columns for such information
Previous Topic: synonims and index
Next Topic: no matching unique or primary key for this column-list
Goto Forum:
  


Current Time: Thu Apr 18 23:54:50 CDT 2024