Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to get the object code of a trigger/procedure
Yes, it is possible to encrypt your procedure/package code. Take a look at the WRAPxx utility. It is an external utility that comes with oracle. It creates an encrypted file that you can load from SQL*Plus and compile.
HTH
Venkat
>I need to create a script file to distribute. This script file contains
>triggers and procedure, but I don't want the source code to be known, so I
>want to know if it is possible to put the object code (compile) instead of
>the source code.
>
>Thanks,
>
>Fran
>
>
Received on Thu Apr 02 1998 - 00:00:00 CST
![]() |
![]() |