03 Sep
Protecting PL/SQL Code
There are two broad categories of reasons why PL/SQL programmers wouldn’t want others to read their code:
Reason #1 Protection
The programmers wish to protect their code from theft, misuse or alteration (among other things).
Reason #2 Malicious Reasons
The code is meant to do harm, or may have some potentially dangerous errors they wish to cover up.
I don’t believe in hidden code, because open