Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
Purpose
Audit trail privileges management support utility.
AUTHID
DEFINER
Dependencies
DBA_TAB_PRIVS
DBMS_AUDIT_MGMT
PLITBLM
DBMS_ASSERT
DBMS_STANDARD
Documented
No
First Available
21c
Security Model
Owned by AUDSYS with no privileges granted
Source
{ORACLE_HOME}/rdbms/admin/prvtamgt.plb
GRANT_PRIVS_COLLECTION_TO_TABLE (new 21c)
Undocumented
dbms_audit_mgmt_support.grant_privs_collection_to_table(
init_grantees IN sys.dbms_audit_mgmt_support.grantee_collection,
init_privileges IN sys.dbms_audit_mgmt_support.privilege_collection);