Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Obfuscate PL/SQL code
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
![]() |
![]() |