Hi,
Is there any SQL command in Oracle that returns a "CREATE TABLE"
statement in Oracle. For example in MySQL there is a command called
"SHOW CREATE TABLE <tableName>"
This command can be sent from any client and it returns the script for
the table.
Thanks
Jim Kennedy - 31 Jan 2006 02:19 GMT
> Hi,
>
[quoted text clipped - 7 lines]
>
> Thanks
look at the docs under pl/sql packages dbms_metadata.
Jim