Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how to create DDL from existing DB
In article <84uove$9pq$1_at_nnrp1.deja.com>,
M. Armaghan Saqib <armaghan_at_yahoo.com> wrote:
> 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
>
You can use a data modeling case tool to do the job. e.g. ERwin would allow you to reverse engineer an existing database and from there, you can generate the required script.
I'm sure some other data modeling tools would also have a similar feature.
--
Owais Anjum
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Jan 05 2000 - 04:41:31 CST
![]() |
![]() |