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: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Wed, 19 Jan 2000 14:12:42 +0200
Message-ID: <3885AA3A.E889B0BF@0800-einwahl.de>


Do not use user-defined variables &abc in the unwrapped package because the wrapper does not know how to resolve it.

Martin

Michel Cadot wrote:
>
> 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 Wed Jan 19 2000 - 06:12:42 CST

Original text of this message

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