6.1.5 Ensure the 'DATABASE LINK' Audit Option Is Enabled

Information

Enabling the audit option for the DATABASE LINK object causes all activities on database links to be audited.

Rationale:

As the logging of user activities involving the creation or dropping of a DATABASE LINK can provide forensic evidence about a pattern of unauthorized activities, the audit capability should be enabled.

Solution

To remediate this setting, execute the following SQL statement in either the non multi-tenant or container database, it does NOT need run in the pluggable.

AUDIT DATABASE LINK;

References:

http://docs.oracle.com/database/121/DBSEG/audit_config.htm#DBSEG1115

See Also

https://workbench.cisecurity.org/files/2741