V$ASM_AUDIT_CLEAN_EVENTS

In an Oracle Automatic Storage Management (Oracle ASM) instance, V$ASM_AUDIT_CLEAN_EVENTS displays information about the history of audit trail cleanup or purge events. In a database instance, V$ASM_AUDIT_CLEAN_EVENTS displays no rows.


Column Datatype Description

AUDIT_TRAIL

VARCHAR2(64)

Audit trail that was cleaned at the time of the event: OS AUDIT TRAIL

CLEANUP_TIME

TIMESTAMP(6) WITH TIME ZONE

Timestamp when the cleanup event completed

DELETE_COUNT

NUMBER

Number of audit files that were deleted at the time of the event

WAS_FORCED

VARCHAR2(64)

Indicates whether a forced cleanup occurred (YES) or not (NO); forced cleanup bypasses the last archive timestamp set

CON_ID

NUMBER

The ID of the container to which the data pertains. Possible values include:

  • 0: This value is used for rows containing data that pertain to the entire CDB. This value is also used for rows in non-CDBs.

  • 1: This value is used for rows containing data that pertain to only the root

  • n: Where n is the applicable container ID for the rows containing data

For this view, the value is always 0.


See Also:

Oracle Automatic Storage Management Administrator's Guide for additional information about using views to display Oracle ASM information