How to get CREATE TABLE statement of an EXISTING table.
HI there,
From which view I can get the complete CREATE STATEMENT OF an existing table.
For example If i have created a table sample using the DDL
"CREATE TABLE SAMPLE(ID NUMBER(10), VARCHAR2(12));"
Now I want to get this statement using the dictionary tables.
I know for PROCEDURES AND FUNCTIONS I can use USER_SOURCE view, but I don't know which table is
having the ddl data.
Thanks in advance,
Khaleel