Connecting Tech Pros Worldwide Help | Site Map

Generating CREATE TABLE statements

  #1  
Old June 27th, 2008, 08:03 PM
Jack Miller
Guest
 
Posts: n/a
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
  #2  
Old June 27th, 2008, 08:03 PM
Jim Kennedy
Guest
 
Posts: n/a

re: Generating CREATE TABLE statements



"Jack Miller" <jm@asdfaf.comwrote in message
news:swrDf.2327$0J3.1435@trndny08...
Quote:
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
look at the docs under pl/sql packages dbms_metadata.
Jim


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Generating CREATE TABLE statements for a table Jack Miller answers 9 February 14th, 2006 06:55 PM
Generating CREATE TABLE statements Jack Miller answers 1 January 31st, 2006 02:25 AM
Generating Multi Level nodes in Stored Procedures teohster@gmail.com answers 1 July 23rd, 2005 08:46 AM
Generating various statistics from data in MSSQL7 Justin Lebar answers 4 July 20th, 2005 02:09 AM