Unwrap a PL/SQL package
spiralOct 19 2012 — edited Oct 19 201211.2.0.2 in Solaris
For one of our packages, the package body code is not visible from PL/SQL Developer anymore. I think someone has 'obfuscated' it. We can only see the Package Spec.
But we can execute it without any issues. Now, we want to change some part of this package body's code.
Is there anyway I can Unwrap the package body ?