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: obtaining the PL/SQL code of packages ??

Re: obtaining the PL/SQL code of packages ??

From: Bagieta <bagieta21_at_poczta.onet.pl>
Date: Mon, 5 Jul 2004 10:22:24 +0200
Message-ID: <ccb3d7$6u1$1@news.onet.pl>


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

Original text of this message

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