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


VIEW: SYS.DBA_AUDIT_MGMT_LAST_ARCH_TS

Object Details
Object Name: DBA_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

[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
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
FROM SYS.DBA_AUDIT_MGMT_LAST_ARCH_TS;

Dependencies

[top of page]

SYS.DBA_AUDIT_MGMT_LAST_ARCH_TS references the following:

SchemaSYS
TableDAM_LAST_ARCH_TS$
SYS.DBA_AUDIT_MGMT_LAST_ARCH_TS is referenced by following:

SchemaPUBLIC
SynonymDBA_AUDIT_MGMT_LAST_ARCH_TS