oracle10g - Encryption inside oracle -


In the dot net I can use the DLL file so that my code is safe from others. But there is no way anyone can see my processes and the trigger's code ...

You can not wrap the trigger code to make it unreadable, but you can move the trigger code to an stored procedure so that there is no more than a call for the process wrapped in the trigger code.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -