Comments
The WRAP Utility and the DBMS_DDL Package - Learn how to use the enhanced DBMS_DDL package to dynamically wrap PL/SQL source in Oracle 10g Release 2. |
VAMSHI said... Great information abt wrapTHANKS |
bharathi said... how to open wrap file into normal file ie when we wrap a package or procedure, how can i bring it normal procedure or package which was written orginally |
Tim... said... Hi.The whole point is you can't unwrap it. You have to keep the original source and ship the wrapped package. Note. There are some 3rd party unwrap utilities advertised, but I guess Oracle will alter wrap to make sure the unwraps don't work in future. Cheers Tim... |
Lauri said... Very interesting utility. But there are online tools to un-wrap the PL/SQL code... Is there a more efficient way to obfuscate the PL/SQL code? |
Tim... said... Hi.This is the only tool like this that Oracle provide. There may be some 3rd party products that can help. Because of the code has to ultimately be runnable by the DB, there will always me a way of cracking any form of wrap. It is a way to stop the casual observer. You probably need to check this out: http://www.pfclobfuscate.com/ Cheers Tim... |
DO NOT ask technical questions here, that's what my forum is for!
These comments should relate to the contents of a specific article. Constructive criticism is good. Advertising and offensive comments are bad and will be deleted!
