How do you encrypt the function to prevent accessing from users without specific permission. ?

Questions by suhasshah2007

Showing Answers 1 - 12 of 12 Answers

I think you can use wrap utility encrypt the function / procedure program units

for example create a function store it as xx.sql file

c:oracle> wrap iname=<full path>xx.sql


This process will result xx.plb file which is encrypted

Hope this helps

SK

  Was this answer useful?  Yes

Using wrap utility we can encrypt source code of a function  to byte code (Not a readable format).  Becareful there is no  decrypt utility to convert  source code back to ascii format. 

if you aim is  just  to prevent function accessing from users do not give privelege on that function to other users.


Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions