DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.CDB_AUDIT_MGMT_CLEAN_EVENTS

Object Details
Object Name: CDB_AUDIT_MGMT_CLEAN_EVENTS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

The history of cleanup events in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
AUDIT_TRAIL VARCHAR2 (28)
The Audit Trail that was cleaned at the time of the event
RAC_INSTANCE NUMBER
Yes The Instance Number indiccating the RAC Instance that was cleaned up at the time of the event. Zero implies 'Not Applicable'
CLEANUP_TIME TIMESTAMP(6) WITH TIME ZONE (20)
The Timestamp in GMT when the cleanup event completed
DELETE_COUNT NUMBER

The number of audit records or audit files that were deleted at the time of the event
WAS_FORCED VARCHAR2 (3)
Indicates whether or not a Forced Cleanup occured. Forced Cleanup bypasses the Last Archive Timestamp set
CON_ID NUMBER

container id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT AUDIT_TRAIL
,      RAC_INSTANCE
,      CLEANUP_TIME
,      DELETE_COUNT
,      WAS_FORCED
,      CON_ID
FROM SYS.CDB_AUDIT_MGMT_CLEAN_EVENTS;

Dependencies

[top of page]

SYS.CDB_AUDIT_MGMT_CLEAN_EVENTS does not reference any database object

SYS.CDB_AUDIT_MGMT_CLEAN_EVENTS is referenced by following:

SchemaPUBLIC
SynonymCDB_AUDIT_MGMT_CLEAN_EVENTS