View Single Post

   
  #4 (permalink)  
Old 02-25-2008, 02:58 AM
Arto Viitanen
 
Posts: n/a
Default Re: Generating CREATE TABLE statements

Jack Miller wrote:
> 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


Oracle's Raptor has a tab (subwindow) called "SQL" for table. It shows
the create table (tablespace etc. included), grants, indexes, primary
and foreign keys.

--
Arto Viitanen, CSC Ltd
Espoo, Finland
Reply With Quote