Oracle® Database Reference 11g Release 2 (11.2) Part Number E25513-03 |
|
|
PDF · Mobi · ePub |
DBA_LOGMNR_PURGED_LOG
displays archived redo log files that have been applied to the logical standby database and can be deleted because they are no longer needed. FIles in this view are refreshed as a result of executing either of the following PL/SQL procedures:
DBMS_LOGSTDBY.PURGE_SESSION
(for Oracle Data Guard SQL Apply)
DBMS_CAPTURE.SET_FIRST_SCN
(for Oracle Streams)
Column | Datatype | NULL | Description |
---|---|---|---|
FILE_NAME |
VARCHAR2(513) |
Fully qualified names of the archived redo log files that are no longer needed by SQL Apply and can be deleted from the operating system |