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 SQL from database

Re: Generating SQL from database

From: TAD <smokingdragon_at_bigfoot.com>
Date: Tue, 21 Dec 1999 23:22:09 +0400
Message-ID: <83okai$3ir87@OM9.omantel.net.om>


Two things we have used in the past.

  1. In enterprise manage, select create like and object, then click on show SQL, you can then copy and paste that statement. Good, but very lengthy.
  2. Export the entire database with ROWS=N. This will get the structure which you can import into your new database. You can also issue a strings on the export file to see the contents and then edit them manually, although this will take some time, since each statement will be one line. Watch for chopped off lines.
Received on Tue Dec 21 1999 - 13:22:09 CST

Original text of this message

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