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: Where is the sql stored for a stored procedure?

RE: Where is the sql stored for a stored procedure?

From: Rachel Carmichael <wisernet100_at_yahoo.com>
Date: Thu, 20 Feb 2003 09:08:51 -0800
Message-ID: <F001.00553132.20030220090851@fatcity.com>


SELECT TEXT
FROM DBA_SOURCE
WHERE NAME = 'object_name'
and owner='owner name'
order by line

just in case two people own objects with the same name. And while it MIGHT do the select in line order, it doesn't hurt to ensure that you are reading the lines of code in the proper order :)


Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rachel Carmichael
  INET: wisernet100_at_yahoo.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 Thu Feb 20 2003 - 11:08:51 CST

Original text of this message

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