RE: Data dictionary for function

2001-06-29 Thread Sinardy Xing
SinardyXing@bcs-aTo: Multiple recipients of list ORACLE-L ch.com.sg[EMAIL PROTECTED] Sent by: cc: [EMAIL PROTECTED] Subject: Data dictionary for function

Re: Data dictionary for function

2001-06-29 Thread Ravinder_Bahadur
: Subject: Re: Data dictionary for function 29-Jun-2001 01:50 PM Please respond to ORACLE-L

Re: Data dictionary for function

2001-06-29 Thread Paul Drake
jaimin wrote: Hi, DBA_SOURCE is the table which stores information about all procedures and fuctions. SQL desc dba_source NameNull?Type --- OWNER NOT NULL VARCHAR2(30)

Data dictionary for function

2001-06-28 Thread Sinardy Xing
Hi all, Do you know what data dictionary store information about all user function, store procedure ? Best Regards Sinardy -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Sinardy Xing INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051

RE: Data dictionary for function

2001-06-28 Thread jaimin
Hi, DBA_SOURCE is the table which stores information about all procedures and fuctions. SQL desc dba_source NameNull?Type --- OWNER NOT NULL VARCHAR2(30) NAME

Re: Data dictionary for function

2001-06-28 Thread C.S.Venkata Subramanian
user_source,dba_source -- On Thu, 28 Jun 2001 20:20:23 Sinardy Xing wrote: Hi all, Do you know what data dictionary store information about all user function, store procedure ? Best Regards Sinardy -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Sinardy

Re: Data dictionary for function

2001-06-28 Thread Ravinder_Bahadur
of list ORACLE-L ch.com.sg[EMAIL PROTECTED] Sent by: cc: [EMAIL PROTECTED] Subject: Data dictionary for function