Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored PL/SQL protection/encryption??
On Wed, 03 Dec 1997 04:51:19 -0600, snoman_at_usa.net (Samir Noman) wrote:
>Hi everybody, I would like to know what do I need to protect my stored
>PL/SQL code from other users including DBAs. That is to ask if there is
>any way I can store only a compiled version of the code in the database?
>
>Thanks in advance NOTE: I would appreciate it if someone could also
>email me the answer to mailto:snoman_at_usa.net
>
>Samir Noman (snoman_at_usa.net)
>
>Thanks again.
>
>-------------------==== Posted via Deja News ====-----------------------
> http://www.dejanews.com/ Search, Read, Post to Usenet
Check out the WRAP utility. It converts the PL/SQL into p-code, which is then loaded into the database. Selecting the text of the source shows only the p-code.
-- Mark Wagoner To reply, remove no.spam from my e-mail addressReceived on Wed Dec 03 1997 - 00:00:00 CST
![]() |
![]() |