DBMS_CRYPTO
CS:Govern using Oracle requires that the DBMS_CRYPTO package is installed and accessible. The following command can be executed to give permissions to use the functions in that package:
GRANT EXECUTE ON SYS.DBMS_CRYPTO TO PUBLIC;
Protect Data By Utilizing CS:Govern. This will add the tables, functions and scripts needed for CS:Govern to be utilized.
The database table that is created by CS:Govern that should have the highest level of protection is the GuardianKey table. It is strongly suggested that the database administrator execute this command to prevent access to that table:
Revoke ALL ON GUARDIANKEY FROM public;