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: DDL Extraction script?

Re: DDL Extraction script?

From: Howard J. Rogers <dba_at_hjrdba.com>
Date: Thu, 28 Mar 2002 14:11:58 +1100
Message-ID: <a7u1o3$ihv$1@lust.ihug.co.nz>


Someone posted about this the other day, and someone else was good enough to suggest visiting http://www.databee.com/ and download the freebie 'DataBee' software. You give it an export dump file, it extracts all the DDL for you (and formats it nicely, too). Procedures, triggers, the lot (assuming your dump file was a full=y one).

I was rather impressed with it, I have to say.

You can also use the indexfile attribute when running import, but that only gets you a text file containing create table and create index commands, not procedures, users and so forth. It doesn't help, either, that all the create table statements are remm'd out.

Given that databee does a more comprehensive job, more neatly, and for free, I don't see myself bothering with an indexfile again in the near future.

Regards
HJR

--
------------------------------------------
Resources for Oracle : www.hjrdba.com
============================


"Ryan Gaffuri" <rkg100_at_erols.com> wrote in message
news:a7timk$28f$1_at_bob.news.rcn.net...

> We do not have a source file of our DDL. Does anyone have a pre-built
script
> to extract it?
>
>
Received on Wed Mar 27 2002 - 21:11:58 CST

Original text of this message

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