0

I am using DB2 LUW version 10.5 version. The PL/SQL code I have is wrapped. Is there a tool to unwrap the code to readable format?

1 Answer 1

2

WRAPPED code is a security feature to protect intellectual property of those who created function, procedures and views. Using the functionality of the DB2 module DBMS_DDL it is possible to create such wrapped or obfuscated code. There is no documented or shipped tool to unwrap the code, else the security feature would be worthless.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.