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

Home -> Community -> Usenet -> c.d.o.server -> Re: getting list of built-in function from system catalog

Re: getting list of built-in function from system catalog

From: Richard Kuhler <noone_at_nowhere.com>
Date: Tue, 22 Oct 2002 20:01:52 GMT
Message-ID: <Q8it9.197893$U7.53140973@twister.socal.rr.com>


Here's one thought ...

select distinct object_name
from all_arguments
where package_name = 'STANDARD'

Richard

underground_covert_IT_operations wrote:
>
> I am writing an application program using JDBC and I need to get a
> list of built-in functions in oracle. Can this be done by querying the
> system catalog or any other way? What query do I run?
Received on Tue Oct 22 2002 - 15:01:52 CDT

Original text of this message

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