To: Eric Cheng
Subject: What Does "wrapped sql" Mean?
On Wed, 24 Nov 1999, Eric Cheng wrote:
> hi, experts
>
> what means by wrapped sql script?
> it seems like encripted. . How can we do that?
In PL/SQL (Version 2.2 and above), there is the WRAP facility. It allows
you to encrypt PL/SQL code so that no one can see your procedure/package
source code.
Oracle uses this alot, as do some companies that hard-code secretive
information.
To do this, use:
WRAP INAME=.sql OUTFILE=.plb
Best regards,
-Ari Kaplan
Independent Oracle DBA Consultant
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
<-> For 340+ Oracle tips, visit my Web Page: <->
<-> <->
<-> http://www.arikaplan.com <->
<-> <->
<-> email: akaplan@interaccess.com <->
<-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><-><->
Back to Ari Kaplan's Home Page