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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: SCHEMA_EXPORT with DBMS_METADATA

Re: SCHEMA_EXPORT with DBMS_METADATA

From: Paul Baumgartel <paul.baumgartel_at_gmail.com>
Date: Fri, 20 Jan 2006 18:46:53 -0500
Message-ID: <f8c47710601201546k919cf4ag729a2b74dbe2bc91@mail.gmail.com>


Henry,

I modified my code to reflect your approach and I'm now getting all of the DDL--thanks again! I modeled my original code on some working code that gets dependent DDL (*that* was modeled on something I found on the Net), but it wasn't right for a schema export. My modified code gets one DDL per object, which is fine--now I want to set parse items to get object type and object name for each one. Hopefully I'll get that working and then post it to the list.

Regards,

Paul

On 1/20/06, Henry Poras <henry_at_itasoftware.com> wrote:
>
> Paul,
>
> Here is a rough script I wrote for this. Haven't used it too much, but it
> might help.
>
> Henry Poras
>
>
> -----Original Message-----
> *From:* oracle-l-bounce_at_freelists.org [mailto:
> oracle-l-bounce_at_freelists.org] *On Behalf Of *Paul Baumgartel
> *Sent:* Thursday, January 19, 2006 7:21 PM
> *To:* Oracle-L
> *Subject:* SCHEMA_EXPORT with DBMS_METADATA
>
> Has anyone successfully used DBMS_METADATA's SCHEMA_EXPORT capability to
> generate DDL for all schema objects? If so, please let me know; perhaps
> you'll be good enough to take a look at my code and tell me what I'm doing
> wrong. I have a TAR..er, SR, open with Oracle but as usual the analyst is
> clueless. Thanks.
>
> --
> Paul Baumgartel
> paul.baumgartel_at_aya.yale.edu
>
>
>

--
Paul Baumgartel
paul.baumgartel_at_aya.yale.edu

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jan 20 2006 - 17:46:53 CST

Original text of this message

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