DB version: 11.2.0.4
In 11gR2, obfuscated PL/SQL codes can be converted to readable code using the python script mentioned in the below link.
http://blog.teusink.net/2010/04/unwrapping-oracle-plsql-with-unwrappy.html
So, is there a way the PL/SQL code be made really unreadable so that even this python code cannot make it readable ?
I want to obfuscate a stored procedure.