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: Obfuscate PL/SQL code

Re: Obfuscate PL/SQL code

From: Babu <vsbabu_at_erols.com>
Date: Thu, 25 Nov 1999 08:40:38 -0500
Message-ID: <81jdqe$nvk$1@autumn.news.rcn.net>


You can use PL/SQL wrapper. From the Oracle PL/SQL manual -

The PL/SQL Wrapper converts PL/SQL source code into an intermediate form of object code. By hiding application internals, the Wrapper prevents

   misuse of your application by other developers    exposure of your algorithms to business competitors Wrapped code is as portable as source code. The PL/SQL compiler recognizes and loads wrapped compilation units automatically. Other advantages include

   platform independence-you need not deliver multiple versions of the same compilation unit

   dynamic loading-users need not shut down and relink to add a new feature   dynamic binding-external references are resolved at load time   strict dependency checking-invalidated program units are recompiled automatically

   \normal importing and exporting-the Import/Export utility accepts wrapped files

Biagio Scognamiglio wrote in message <383D33E5.4CA48C46_at_upss.it>...
>Hi,
>
>does anybody know if it is possible to get an obfuscator for PL/SQL
>code?
>It doesn't matter whether it is free or commercial product.
>
>thanks,
>Biagio
>
Received on Thu Nov 25 1999 - 07:40:38 CST

Original text of this message

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