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

Home -> Community -> Usenet -> c.d.o.misc -> Re: problems with dbms_metadata

Re: problems with dbms_metadata

From: FC <flavio_at_tin.it>
Date: Mon, 23 Jun 2003 21:40:47 GMT
Message-ID: <ztKJa.234466$g92.5141513@news2.tin.it>

"bung ho" <bung_ho_at_hotmail.com> wrote in message news:567a1b1.0306231239.35843600_at_posting.google.com...

> i'm confused tho, what's wrong with selecting a function? have i been
> doing something wrong all this time?

You didn't do anything wrong, dbms_metadata.get_ddl is a function, hence

    select dbms_metadata.get_ddl(<object_type>, <name>) from dual;

is a perfectly legitimate way of retrieving its value.

Bye,
Flavio Received on Mon Jun 23 2003 - 16:40:47 CDT

Original text of this message

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