Hi,
Oracle's packages consists of compiled bodies.
Is anybody knows how to make the same body? As I don't wont to liave my scripts redable for eveyone.
Thanks!
Printable View
Hi,
Oracle's packages consists of compiled bodies.
Is anybody knows how to make the same body? As I don't wont to liave my scripts redable for eveyone.
Thanks!
In fact they are not compiled, they are only wrapped, so they are not readable by humans ;).
Look at PL/SQL Reference manual for how to use the wrap utility. http://otn.oracle.com/docs/products/..._wrap.htm#1859
Thank you !!!
Now I'v got more enthusiasm from work! ;-)
Getting back to WRAP utility..Is there is anyway to UN WRAP ?? Or any other work arounds..
Hi Vijay,
I dont think there is any work around to UN WRAP.Usually they use Wrap at the end of the development phase of the Application and remember the source code is still available with the company developing the application.
Regards