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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Data dictionary for function

Re: Data dictionary for function

From: Paul Drake <paled_at_home.com>
Date: Fri, 29 Jun 2001 00:07:33 -0700
Message-ID: <F001.0033D187.20010628234734@fatcity.com>

jaimin wrote:
>
> Hi,
>
> DBA_SOURCE is the table which stores information about all procedures and
> fuctions.
>
> SQL> desc dba_source
> Name Null? Type
> ------------------------------- -------- ----
> OWNER NOT NULL VARCHAR2(30)
> NAME NOT NULL VARCHAR2(30)
> TYPE VARCHAR2(12)
> LINE NOT NULL NUMBER
> TEXT VARCHAR2(4000)
>
> Jaimin.
>

I believe that the TABLE that stores source is sys.source$. DBA_, USER_ and ALL_ are views, and have no segments or extents.

Paul

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Paul Drake
  INET: paled_at_home.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 Jun 29 2001 - 02:07:33 CDT

Original text of this message

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