Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Generating CREATE TABLE statements

Re: Generating CREATE TABLE statements

From: Jim Kennedy <jim>
Date: Mon, 30 Jan 2006 18:20:02 -0800
Message-ID: <j6SdnUnjz45HVUPenZ2dnUVZ_vmdnZ2d@comcast.com>

"Jack Miller" <jm_at_asdfaf.com> wrote in message news:swrDf.2327$0J3.1435_at_trndny08...
> 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 Received on Mon Jan 30 2006 - 20:20:02 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US