Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

wrap utility working fine but it is easily unwrap by some site

718322Apr 24 2012 — edited Mar 1 2013
i have created pl/sql code and wrap it using

wrap iname=<> oname=<>

create or replace PROCEDURE ANK
AS
BEGIN
DBMS_OUTPUT.PUT_LINE('ANKUSH');
END ANK;
/

after wrap

create or replace
PROCEDURE ANK wrapped
a000000
1
abcd
abcd
abcd
abcd
abcd
abcd
abcd
abcd
abcd
abcd
abcd
abcd
abcd
abcd
abcd
7
41 79
0Wapaz+CAvwOUlJdBxIX8yvr9hMwg5nnm7+fMr2ywFy40k4ruHSLwMAy/tKGCbhSm7JK/iiy
veeysx0GMCyuJOqyMg7sUHAoMi720eokH8jL9jmm2vAvcg==
/

but it is easily unwrap by site http://www.codecrete.net/UnwrapIt/

any other method for wrap pl/sql code in oracle.
oracle tells in docs wrap pl/sql code is not unwrap in readable mode again.

Edited by: DBA007 on Apr 24, 2012 5:44 AM
This post has been answered by JustinCave on Apr 24 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 29 2013
Added on Apr 24 2012
7 comments
2,059 views