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 -> conditonal compile in PL/SQL

conditonal compile in PL/SQL

From: Yaoming Duan <duanyx_at_wssosg12>
Date: 1998/02/10
Message-ID: <Pine.SOL.3.91.980210150219.10501A-100000@wssosg12>#1/1

When I write stored procedures in a package, I want to hide low level procedures and
just expose high level ones to be used by other developers, so I don't declare them in package specification. But the problem is if I do so, I can not call them from
sqlplus or other procedures when I debug them. So I wonder if there is a conditional compile switch in PL/SQL so that I can
turn off the switch so that the procedures are not exposed even if they are declared in package specification.

Thanks

duanyx_at_itd.ssb.com Received on Tue Feb 10 1998 - 00:00:00 CST

Original text of this message

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