Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Wrapping up PL\SQL packages

Re: Wrapping up PL\SQL packages

From: Michel Cadot <micadot_at_netcourrier.com>
Date: Tue, 11 Jan 2000 18:28:21 +0100
Message-ID: <85fp7k$g17$1@news4.isdnet.net>


You can get informations in 'PL/SQL User's Guide and Reference' Appendix D ('PL/SQL Wrapper').

For example:
WRAP INAME=/mydir/myfile.sql ONAME=/mydir/myfile.plb where myfile.sql contains the create package, procedure, function statements you want to wrap. myfile.plb will contain the same statements but wrapped.

--
Have a nice day
Michel

Grant Eggleton <grant.eggleton_at_isspl.com.au> a écrit dans le message : 387aed55.0_at_news.highway1.com.au...
> Does anyone know how the package bodies can be 'wrapped' up so they are no
> immediatly visible to those who know where to go. Proprietary code must be
> able to be pre-compiled, or something along those lines, to something a
> little less transparent than the default.
>
> Cheers,
> G.
>
>
Received on Tue Jan 11 2000 - 11:28:21 CST

Original text of this message

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