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: oracle table schema

Re: oracle table schema

From: Steven Hauser <hause011_at_garnet.tc.umn.edu>
Date: 12 Nov 2000 11:18:21 -0600
Message-ID: <8umjct$3v3$1@garnet.tc.umn.edu>

To get DDL from Oracle you can use a script at: http://www.sofbot.com/

Script is called ugly_DDL and is using Oracle utilities imp, exp and a ksh, awk to get the tables,indexes,PLSQL,triggers,etc from Oracle.

This is not using SQL to get the information.

-- 

---------------------------------------------------------
Steven Hauser email: hause011@tc.umn.edu URL: http://www.sofbot.com/
---------------------------------------------------------
Received on Sun Nov 12 2000 - 11:18:21 CST

Original text of this message

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