I want to grant permission to DBMS_CRYPT as I am using it during a form field computation. User enters its password and this is hashed via a custom package which calls DBMS_CRYPT.
Custom package has been granted to PUBLIC.
I am getting error ORA-04063 while using that function, and I did not have anything to grant execute permission for package DBMS_CRYPTO.
To which user should I grant access?
Is that something to be done at database level or can it be accomplomished through APEX directly?
Thanks,