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

Home -> Community -> Usenet -> c.d.o.misc -> Re: how to create DDL from existing DB

Re: how to create DDL from existing DB

From: M. Armaghan Saqib <armaghan_at_yahoo.com>
Date: Wed, 05 Jan 2000 06:39:44 GMT
Message-ID: <84uove$9pq$1@nnrp1.deja.com>


My freeware tool SQLPlusPlus gives you commands to extract DDL into a text file.

For example to get DDL for all tables in SCOTT, you execute

EXEC s.GETTAB('%','SCOTT')

in SQL Plus

Download it free.

regards,
M. Armaghan Saqib


Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Jan 05 2000 - 00:39:44 CST

Original text of this message

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