Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Wrapping up PL\SQL packages
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
![]() |
![]() |