Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Hidding code
Stjepan Brbot wrote:
> If you look on procedures in SYS schema you can see that most of them
> are written in some coded form. How can I transform in that form my code
> to hide it before delivering?
>
> --
>
> Stjepan Brbot
All excellent answers. And if you want to hide the fact that it even exists put it into the body of a package and write another procedure in the package that does nothing except calls it.
Daniel Morgan Received on Mon Aug 05 2002 - 11:39:53 CDT
![]() |
![]() |