Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> conditonal compile in PL/SQL
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
![]() |
![]() |