DBA Hub

📋Steps in this guide1/1

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
1

Overview

Code/Command (click line numbers to comment):

1
SQL> select LAST_ARCHIVE_TS from DBA_AUDIT_MGMT_LAST_ARCH_TS;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!