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: Charu Joshi <joshic_at_mahindrabt.com>
Date: Wed, 05 Mar 2003 07:21:47 -0800
Message-ID: <F001.00560C3F.20030305072147@fatcity.com>


Hi,

The query is:

SELECT text FROM user_source WHERE name = '&procname';

Regards,
Charu

-----Original Message-----
Ciocildau
Sent: Wednesday, March 05, 2003 3:04 PM
To: Multiple recipients of list ORACLE-L

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: Adrian Ciocildau
  INET: adri_l_at_gmx.net

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). ********************************************************* Disclaimer This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. ********************************************************* Visit us at http://www.mahindrabt.com -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Charu Joshi INET: joshic_at_mahindrabt.com 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:47 CST

Original text of this message

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