Hi,
We have a 10g Db server based on Solaris 10. We have some pl/sql procedures which need to be wrapped due to some business needs.
We have tried wrap utility and yes it is working fine.... But vice versa it can also be unwrapped using some tools or some online links provided to unwrapped the code.
So, we want to make the wrapped code password protected.
Is it possible to make the wrapped code password protected or any other utility to provide us from the problem? So that one can only execute the wrapped code other that see that wrapped code.