Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Encrypt Pl/SQL code
On Wed, 21 Jul 1999 12:30:03 +0200, Ralf Blumenthal <info_at_m-base.de> wrote:
>Hi,
>
>is there a way to export/import pl/sql code encrypted. I do see some
>kind of byte code in some of the pre-installed packages. Can I also do
>this to my own code ?
Yes you can. It called wrapped pl/sql. To wrap a pl/sql routine use...
wrap iname=<inputfile> oname=<outfile>
hope this helps
chris.
>
>Thank you
>
>Ralf
--
Christopher Beck
Oracle Corporation
clbeck_at_us.oracle.com
Reston, VA.
![]() |
![]() |