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: Quick generation of an Oracle table schema

Re: Quick generation of an Oracle table schema

From: Steven Hauser <hause011_at_garnet.tc.umn.edu>
Date: 16 Aug 1999 12:40:50 -0500
Message-ID: <7p9if2$k1n$1@garnet.tc.umn.edu>


I have a cheezy awk script that gets the DDL from an oracle exp utility file using oracle imp utility. The script is called ugly_DDL.

You could also use "strings" on the export file if you export no data and do some editing.

http://www.tc.umn.edu/~hause011
--



Steven Hauser
email: hause011@tc.umn.edu URL: http://www.tc.umn.edu/~hause011
Received on Mon Aug 16 1999 - 12:40:50 CDT

Original text of this message

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