dbTalk Databases Forums  

Default list of stored procs and functions(udfs) in oracle?

comp.databases.oracle.server comp.databases.oracle.server


Discuss Default list of stored procs and functions(udfs) in oracle? in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Aakash
 
Posts: n/a

Default Default list of stored procs and functions(udfs) in oracle? - 01-24-2006 , 06:03 PM






Hi , With 9i and 10g, where can I find documentation or a list of
stored procs/functions (udfs) in oracle, that can be invoked for admin
or other issues by end users.

Thanks
Aakash


Reply With Quote
  #2  
Old   
Sybrand Bakker
 
Posts: n/a

Default Re: Default list of stored procs and functions(udfs) in oracle? - 01-24-2006 , 06:30 PM






On 24 Jan 2006 15:03:28 -0800, "Aakash" <bordia (AT) gmail (DOT) com> wrote:

Quote:
Hi , With 9i and 10g, where can I find documentation or a list of
stored procs/functions (udfs) in oracle, that can be invoked for admin
or other issues by end users.

Thanks
Aakash
Oracle supplied packages manual at http://tahiti.oracle.com

--
Sybrand Bakker, Senior Oracle DBA


Reply With Quote
  #3  
Old   
DA Morgan
 
Posts: n/a

Default Re: Default list of stored procs and functions(udfs) in oracle? - 01-24-2006 , 06:40 PM



Aakash wrote:
Quote:
Hi , With 9i and 10g, where can I find documentation or a list of
stored procs/functions (udfs) in oracle, that can be invoked for admin
or other issues by end users.

Thanks
Aakash
As Sybrand says: tahiti.oracle.com.

For demos of many of them go to Morgan's Library at www.psoug.org.
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)


Reply With Quote
  #4  
Old   
Aakash
 
Posts: n/a

Default Re: Default list of stored procs and functions(udfs) in oracle? - 01-25-2006 , 01:46 PM



Hi Guys, thanks for the links and reference to Oracle9i Supplied PL/SQL
Packages. I was looking up the catalog tables sys.all_objects and it
seems only the package names for the packages like DBMS_STATS are
stored in there.Where could I find catalog entries to the subprograms
like DBMS_STATS.GET_TABLE_STATS? That is somehow not mentioned in the
reference,or atleast I could not find it.
Another thing is I was able to execute these on sqlplus, so that means
they are installed atleast.

Thanks
Aakash


Reply With Quote
  #5  
Old   
DA Morgan
 
Posts: n/a

Default Re: Default list of stored procs and functions(udfs) in oracle? - 01-26-2006 , 03:28 PM



Aakash wrote:
Quote:
Hi Guys, thanks for the links and reference to Oracle9i Supplied PL/SQL
Packages. I was looking up the catalog tables sys.all_objects and it
seems only the package names for the packages like DBMS_STATS are
stored in there.Where could I find catalog entries to the subprograms
like DBMS_STATS.GET_TABLE_STATS? That is somehow not mentioned in the
reference,or atleast I could not find it.
Another thing is I was able to execute these on sqlplus, so that means
they are installed atleast.

Thanks
Aakash
SELECT object_name
FROM all_arguments
WHERE package_name = '<your_package_name_here>';
--
Daniel A. Morgan
http://www.psoug.org
damorgan@x.washington.edu
(replace x with u to respond)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.