Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to view PL/SQL code for a procedure?
I got it by giving:
SELECT TEXT FROM USER_SOURCE WHERE NAME='PROCEDURE-NAME'; Thanks a lot.
yossarian99 wrote:
> Sameer wrote:
>
> > I know that it is possible using tool like SQL Developer or Toad, but
> > how to do this in SQL * Plus?
>
> By querying dictionary views %SOURCE.
>
> Kind regards,
>
> --
> yossarian99 (spamto:yossarian99_at_operamail.com)
>
> it doesn't make a damned bit of difference
> who wins the war to someone who's dead
Received on Mon Jul 24 2006 - 08:22:58 CDT
![]() |
![]() |