How to Check LAST_ARCHIVE_TIME
we can get LAST_ARCHIVE_TIME From DBA_AUDIT_MGMT_LAST_ARCH_TS. It is a dictionary view which contains information about the last archive timestamps set for
oracle configurationintermediate
by OracleDba
12 views
we can get LAST_ARCHIVE_TIME From DBA_AUDIT_MGMT_LAST_ARCH_TS. It is a dictionary view which contains information about the last archive timestamps set for
1
SQL> select LAST_ARCHIVE_TS from DBA_AUDIT_MGMT_LAST_ARCH_TS;Please to add comments
No comments yet. Be the first to comment!