Difference between revisions of "Database SEC ENCRYPT DECRYPT Issue"
Jump to navigation
Jump to search
(Created page with "Follow instructions as below; 1. connect sys as sysdba; 2. grant execute on sys.dbms_crypto to &db_schema;") |
|||
Line 2: | Line 2: | ||
1. connect sys as sysdba; | 1. connect sys as sysdba; | ||
+ | |||
2. grant execute on sys.dbms_crypto to &db_schema; | 2. grant execute on sys.dbms_crypto to &db_schema; |
Latest revision as of 06:45, 25 November 2021
Follow instructions as below;
1. connect sys as sysdba;
2. grant execute on sys.dbms_crypto to &db_schema;