[Home] [Help]
[Dependency Information]
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
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 |
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;
|
|
|