ERROR OGG-00868 Error Code 1291, Error Message: ORA-01291: Missing Logfile
(Doc ID 2231588.1)
Last updated on SEPTEMBER 14, 2023
Applies to:
Oracle GoldenGate - Version 12.2.0.1.0 and laterInformation in this document applies to any platform.
Goal
Restarting extract was getting below error:
2017-02-07 14:38:19 ERROR OGG-00868 Error code 1291, error message: ORA-01291: missing logfile
(Missing Log File WAITING FOR DICTIONARY REDO. Read Position SCN: 2105.1138542438 (9042044700518)).
Customer as per below query using SCN mentioned in the OGG error restored and registered the archived log seqno 7432 using RMAN:
- select * from v$archived_log where first_change# >= 9042044700518 and deleted = 'YES';
- select * from dba_registered_archived_log where first_scn = 9042044700518
How can I get my Extract running again?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |