1.

What Does The Rman-08147 Warning Signify When Your Environment Has A Goldengate Capture Processes Configured?

Answer»

This occurs when the V$ARCHIVED_LOG.NEXT_CHANGE# is greater than the SCN required by the GoldenGate Capture process and RMAN is trying to delete the archived logs. The RMAN-08147 ERROR is raised when RMAN tries to delete these FILES.

When the database is open it uses the DBA_CAPTURE values to determine the log files required for MINING. However if the database is in the mount state the V$ARCHIVED_LOG. NEXT_CHANGE# value is used.

This occurs when the V$ARCHIVED_LOG.NEXT_CHANGE# is greater than the SCN required by the GoldenGate Capture process and RMAN is trying to delete the archived logs. The RMAN-08147 error is raised when RMAN tries to delete these files.

When the database is open it uses the DBA_CAPTURE values to determine the log files required for mining. However if the database is in the mount state the V$ARCHIVED_LOG. NEXT_CHANGE# value is used.



Discussion

No Comment Found