Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Text of a stored procedure
Scott Patterson пишет в сообщении <353e602b.0_at_feed1.realtime.net> ...
>I need to extract the text of a stored procedure. Is there an Oracle
>procedure similar to the SQLServer sp_helptext? Or some other means of
>extracting the text?
>
SELECT text
FROM ALL_SOURCE
WHERE owner = your_owner
AND name = your_name AND type = your_proc_type
Konstantin V. Sartakov Kuzbassprombank Kemerovo Russia mailto:skv_at_kpbank.ruReceived on Wed Apr 22 1998 - 19:44:17 CDT
![]() |
![]() |