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: Encrypt Stored Procedure

Re: Encrypt Stored Procedure

From: Thomas Pall <tpall_at_bga.com>
Date: 14 Nov 98 23:44:38 GMT
Message-ID: <364e15e6.0@feed1.realtime.net>


Take a look in the PL/SQL User's Guide and Reference under PL/SQL Wrapper. Basically, you can wrap (compile your PL/SQL into intermediate object code). This allows you to hid the inner construction of the code.

Saro Carvello (scsoft_at_usa.net) wrote:
: Hi.
: Is possible to encrypt a stored procedure in a oracle db server.
: Thanks in advance.

-- Received on Sat Nov 14 1998 - 17:44:38 CST

Original text of this message

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