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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Encrypt Pl/SQL code

Re: Encrypt Pl/SQL code

From: Christopher Beck <clbeck_at_us.oracle.com>
Date: Wed, 21 Jul 1999 14:19:46 GMT
Message-ID: <3795d65d.3183427@inet16.us.oracle.com>


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.



Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Wed Jul 21 1999 - 09:19:46 CDT

Original text of this message

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