Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Using dbms_metadata to extract a full schema
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
>=20
-- 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
![]() |
![]() |