Re: How to modify an stored procedure ?

From: E. Sedney <101740.245_at_CompuServe.COM>
Date: 1996/05/01
Message-ID: <4m8duj$f4s$3_at_mhade.production.compuserve.com>#1/1


Hi

You can get the source from the oracle table dba_source, user_source or all_source.

Select text
from dba_source
where owner = ....
and name = ....
order by line

Good Luck

-- 
E. Sedney
Oracle NL
ESEDNEY_at_NL.ORACLE.COM
Received on Wed May 01 1996 - 00:00:00 CEST

Original text of this message