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


VIEW: SYS.CDB_AUDIT_MGMT_LAST_ARCH_TS

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

The Last Archive Timestamps set for the Audit Trail Clean up in all containers

[View Source]

Columns
Name Datatype Length Mandatory Comments
AUDIT_TRAIL VARCHAR2 (20)
The Audit Trail for which the Last Archive Timestamp applies
RAC_INSTANCE NUMBER
Yes The RAC Instance Number for which the Last Archive Timestamp applies. Zero implies 'Not Applicable'
LAST_ARCHIVE_TS TIMESTAMP(6) WITH TIME ZONE (20)
The Timestamp of the last audit record or audit file that has been archived
DATABASE_ID NUMBER
Yes The Database ID of the audit records, if purging old audit data
CONTAINER_GUID VARCHAR2 (33) Yes The Container GUID of the audit records, if purging old audit data
CON_ID NUMBER

container id
Query Text

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


SELECT AUDIT_TRAIL
,      RAC_INSTANCE
,      LAST_ARCHIVE_TS
,      DATABASE_ID
,      CONTAINER_GUID
,      CON_ID
FROM SYS.CDB_AUDIT_MGMT_LAST_ARCH_TS;

Dependencies

[top of page]

SYS.CDB_AUDIT_MGMT_LAST_ARCH_TS does not reference any database object

SYS.CDB_AUDIT_MGMT_LAST_ARCH_TS is referenced by following:

SchemaPUBLIC
SynonymCDB_AUDIT_MGMT_LAST_ARCH_TS