tags:

views:

124

answers:

2

How can I protect my PL/SQL source code.

A: 

Use something like Microsoft Sourcesafe or Subversion

Scott Vercuski
not a satisfying answer
Amit Kumar Sharma
Please expand on your question, it is very vague.
Scott Vercuski
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
Please refer to this question http://stackoverflow.com/questions/420878/how-to-obfuscate-sql-sprocs
Scott Vercuski
+1  A: 

You want to obfuscate your code? read: http://download-west.oracle.com/docs/cd/B28359_01/appdev.111/b28370/wrap.htm

Theo
thanks for your answer
Amit Kumar Sharma