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

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

From: Andrea Cannaos <Andrea.Cannaos_at_deagostini.it>
Date: 1998/04/07
Message-ID: <3529C88D.235BD62D@deagostini.it>#1/1

Francisco Segovia wrote:

> 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

  Yes, if you have PL-SQL 2.2 or higher version you can use the utility "PL-SQL WRAPPER" that converts source-code into hexadecimal digits.

Andrea. Received on Tue Apr 07 1998 - 00:00:00 CDT

Original text of this message

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