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

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -