5.156 DBA_LOGMNR_PURGED_LOG
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 the DBMS_LOGSTDBY.PURGE_SESSION
PL/SQL procedure for Oracle Data Guard SQL Apply:
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
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 |
See Also:
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_LOGSTDBY.PURGE_SESSION
procedure