Identify three benefits of Unified Auditing.

Identify three benefits of Unified Auditing.

Identify three benefits of Unified Auditing.

A.
Decreased use of storage to store audit trail rows in the database.

B.
It improves overall auditing performance.

C.
It guarantees zero-loss auditing.

D.
The audit trail cannot be easily modified because it is read-only.

E.
It automatically audits Recovery Manager (RMAN) events.

Explanation:



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Chow, Kenneth KY

Chow, Kenneth KY

https://docs.oracle.com/database/121/DBSEG/auditing.htm#DBSEG60612

You can configure auditing for both successful and failed activities, and include or exclude specific users from the audit. In a multitenant environment, you can audit individual actions of the pluggable database (PDB) or individual actions in the entire multitenant container database (CDB). In addition to auditing the standard activities the database provides, auditing can include activities from Oracle Database Real Application Security, Oracle Recovery Manager, Oracle Data Pump, Oracle Data Mining, Oracle Database Vault, Oracle Label Security, and Oracle SQL*Loader direct path events.

The unified audit trail, which resides in a read-only table in the AUDSYS schema in the SYSAUX tablespace, makes this information available in a uniform format in the UNIFIED_AUDIT_TRAIL data dictionary view, and is available in both single-instance and Oracle Database Real Application Clusters environments. In addition to the user SYS, users who have been granted the AUDIT_ADMIN and AUDIT_VIEWER roles can query these views. If your users only need to query the views but not create audit policies, then grant them the AUDIT_VIEWER role.

Overall auditing performance is greatly improved. The default mode that unified audit works is Queued Write mode. In this mode, the audit records are batched in SGA queue and is persisted in a periodic way. Because the audit records are written to SGA queue, there is a significant performance improvement. To set the performance mode, see “Auditing Activities with Unified Audit Policies and the AUDIT Statement”.