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: How to get the object code of a trigger/procedure

Re: How to get the object code of a trigger/procedure

From: Venkat <vreddy_at_ix.netcom.com>
Date: 1998/04/02
Message-ID: <6g15qk$re4@dfw-ixnews5.ix.netcom.com>#1/1

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

Original text of this message

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