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: PLSQL stored procedure

Re: PLSQL stored procedure

From: Morten Egan <meg_at_miracleas.dk>
Date: Wed, 05 Mar 2003 07:21:48 -0800
Message-ID: <F001.00560C5B.20030305072148@fatcity.com>


Hi,

Take a look at:

    user_source
    all_source
    dba_source

or for actual table where it is stored, log in as sys and have a look a source$

Regards,
Morten Egan

Adrian Ciocildau wrote:

> Hi.
>
> i need some help. i'm trying to get a stored procedure source code
> from the database.
>
> After a lot of reding i found :
>
> select * from user_objects where object_type='PROCEDURE';
>
> and i've got the name and Object_id of that prodedure but i have no
> ideea how to get the rest :(
>
>
> please help,
>
> adrian
>
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Morten Egan
  INET: meg_at_miracleas.dk

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Wed Mar 05 2003 - 09:21:48 CST

Original text of this message

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