How can I protect my PL/SQL source code.
not a satisfying answer
Amit Kumar Sharma
2010-01-18 11:57:50
Please expand on your question, it is very vague.
Scott Vercuski
2010-01-18 11:58:25
Oracle provides a binary wrapper utility that can be used to scramble PL/SQL source code. This utility was introduced in Oracle7.2 (PL/SQL V2.2) and is located in the ORACLE_HOME/bin directory. Is there somthing like that for sql server or not
Amit Kumar Sharma
2010-01-18 12:00:31
Please refer to this question http://stackoverflow.com/questions/420878/how-to-obfuscate-sql-sprocs
Scott Vercuski
2010-01-18 12:02:33
+1
A:
You want to obfuscate your code? read: http://download-west.oracle.com/docs/cd/B28359_01/appdev.111/b28370/wrap.htm
Theo
2010-01-18 11:59:05