Okay, I stillthink I like my own scripts to extract ddl better :)
- Cyril Thankappan <cyril_thank_at_rediffmail.com> wrote:
>
>
> U r right ..I still dunno 'much' about perl..
>
> as for dbms_metadata
>
> it is a built in pl/sql package
>
> saying
>
> 'select dbms_metadata.get_ddl(object_type,object_name,schema_name)
> from dual;
>
> gives the entire ddl creation script.
>
> However, 'interestingly'
> execute dbms_metadata.get_ddl does not work
> as well!
>
> More interestingly metalink does not have much on it either..
> I guess it works too well!!!!
>
> Thanks
>
> Cyril
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Cyril Thankappan
> INET: cyril_thank_at_rediffmail.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing
> Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Rachel Carmichael
INET: wisernet100_at_yahoo.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
San Diego, California -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Fri Jan 04 2002 - 08:48:17 CST