Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: obtaining the PL/SQL code of packages ??
select text from user_source where name='YOUR_PACKAGE_NAME'
and type = 'PACKAGE BODY' order by line
Received on Mon Jul 05 2004 - 03:22:24 CDT
![]() |
![]() |