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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored proc. and sqlplus

Re: Stored proc. and sqlplus

From: Lars Bo Vanting <lars_bo_at_vanting.com>
Date: Tue, 9 Feb 1999 15:25:35 +0100
Message-ID: <36c04552.0@hebel.rol3.com>


You select from USER_SOURCE, ALL_SOURCE or DBA_SOURCE, e.g.

select * from all_source
where type='PROCEDURE'
and owner like upper('&OWNER')
and name like upper('&NAME')
order by line

Ulf Grindstad <griulf_at_online.no> schrieb in Nachricht 36C00FCA.2D78B7D4_at_online.no...///
>How can I recieve the definition of an stored procedure in sqlplus ?
>Klaus
>
Received on Tue Feb 09 1999 - 08:25:35 CST

Original text of this message

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