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: Using dbms_metadata to extract a full schema

RE: Using dbms_metadata to extract a full schema

From: Freeman, Donald <dofreeman_at_state.pa.us>
Date: Fri, 30 Apr 2004 15:01:37 -0400
Message-ID: <AFF54B073FF15849B53E32E67EE860760144EE89@ENHBGPRI11.PA.LCL>


I did it this way to keep all the dependent objects in line with with = their parents. Dbms_metadata.get_ddl is supposed to be used in scripts = and "browsing" and the other method has all the programmatic = functionality (Open, Fetch, Crap). I don't think that way. I want it = to be easy. I haven't implemented the package yet and I'm still using a = massive sql script with multiple repeated calls for each schema. It's a = bitch to maintain and, of course, it isn't complete. I spool all the = ddl out daily to capture any changes that may occur and for convenience. =  I have all current ddl available all the time for all the db's. = (Except of course for what I haven't captured yet<g>).

> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org
> [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Daniel Fink
> Sent: Friday, April 30, 2004 2:55 PM
> To: oracle-l_at_freelists.org
> Subject: Re: Using dbms_metadata to extract a full schema

>=20
>=20

> Thanks for all the code and packages. It looks like this is the
> only way, I was just hoping that there was a method using the
> dbms_metadata package to extract all the schema ddl with one
> call. Of course, this would make sense and the documentation
> SAYS you can do it, but it looks not to be the case.
>=20

> Regards,
> Daniel
> ----------------------------------------------------------------
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> ----------------------------------------------------------------
> To unsubscribe send email to: oracle-l-request_at_freelists.org
> put 'unsubscribe' in the subject line.
> --
> Archives are at http://www.freelists.org/archives/oracle-l/
> FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
> -----------------------------------------------------------------
>=20

Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Fri Apr 30 2004 - 13:58:39 CDT

Original text of this message

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