Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

grant permission for dbms_crypto in oracle

user12251389Apr 29 2016 — edited Apr 29 2016

I am using dbms_crypto.encrypt function in my oracle procedure for encryption of passwords. I have connected to oracle as :

    connect sqlplus as sysdba

and then granted permission as :

    grant execute on sys.dbms_crypto to myuser;

And then i can use dbms_crypto in my procedure. But i would like to know how can i check in my database whether the permission are granted or not for dbms_crypto ? Because i have to use this procedure in another database and does not know whether that database has grant permission or not for dbms_crypto.

This post has been answered by KPR on Apr 29 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2016
Added on Apr 29 2016
17 comments
11,288 views