Goldengate:ERROR 180 encountered commit SCN that is not greater than the highest SCN already processed

How to recover from Extract ERROR 180 encountered commit SCN that is not greater than the highest SCN already processed

This is the summary of Metalink Doc:987379.1

This error occurs in an Oracle RAC environment after a transaction is written to the idle node but does not yet appear in the redo log when the current transaction is processed. This transaction will have a higher SCN then the previous transaction 
In order to avoid to live this problem the steps in (Encountered SCN That Is Not Greater Than The Highest SCN Already Processed ) articale must be done

But If you have encountered this problem here is the solution 
Do an ETROLLOVER on Extract, and take note of the new sequence number of the trail file. 
ALTER EXTRACT [name], ETROLLOVER
Start extract 
START EXTRACT [name]
Send PUMP, LOGEND, to see if it‘s at the end of the previous trail. 
SEND EXTRACT [pump_name], LOGEND
Once it is at the end of the trail file, You must stop the pump, and do an ETROLLOVER for it too. Take note of the new trail file sequence number that is created from this step
STOP EXTRACT [pump_name] 
ALTER EXTRACT [pump_name], ETROLLOVER
Alter the pump to SEQNO to the new trail file created from step #1. 
ALTER EXTRACT [pump_name], EXTSEQNO ##### EXTRBA 0
Restart pump 
START EXTRACT [pump_name]
Send Replicat, LOGEND to make sure it has processed all the remaining data, and stop Replicat. 
SEND REPLICAT [name], LOGEND 
STOP REPLICAT [name]
If replicat is not at end of trail, generate a report and forcestop replicat
SEND REPLICAT [name], REPORT
STOP REPLICAT [name]!
Add the following parameters to replicat parameter file to allow replicat to process each trail record as a single transaction, or set them to 1 if you have any of these parameters
GROUPTRANSOPS 1
MAXTRANSOPS 1
Restart replicat
START REPLICAT [name]
Once replicat has completely processed the trail, stop the replicat
STOP REPLICAT [name]
Edit the replicat parameter file: 
Add parameter HANDLECOLLISIONS to Replicat parameter file 
Remove or comment out GROUPTRANSOPS and MAXTRANSOPS or revert them back to their original values.
ALTER REPLICAT, SEQNO to the new trail file created in step #4. 
ALTER REPLICAT [name], EXTSEQNO ###### EXTRBA 0
Start Replicat
START REPLICAT [name]
Once Replicat has processed the out of order SCN operations, disable HANDLECOLLISIONS. You could also look for the CSN and wait for Replicat to checkpoint past it.
SEND REPLICAT [name], NOHANDLECOLLISIONS
Edit the replicat parameter and comment out the HANDLECOLLISIONS parameter. You do not need to stop/restart replicat. This will ensure that on any subsequent replicat restarts the parameter is disabled

Goldengate:ERROR 180 encountered commit SCN that is not greater than the highest SCN already processed

时间: 2024-11-09 09:23:52

Goldengate:ERROR 180 encountered commit SCN that is not greater than the highest SCN already processed的相关文章

iOS 添加 Watch OS 1 应用后无法运行 An error was encountered while running (Domain = LaunchServicesError, Code = 0)

在 iOS 应用基础上我添加了一个 Watch OS 2 应用,运行良好.又加了一个 Watch OS 1 应用,然后就所有 Target 都不能运行了. 运行时说 An error was encountered while running (Domain = LaunchServicesError, Code = 0) 原因 : 在 iOS 应用 Target -> General -> Embedded Binaries 发现新创建的 Watch OS 1 应用的 Target 被加在这

【iOS开发-27】解决方案:An error was encountered while running(Domain=FBSOpenApplicationErrorDomain, Code=4)

iOS simulator出现问题,提示: An error was encountered while running (Domain = FBSOpenApplicationErrorDomain, Code = 4) 解决方案: [iOS Simulator] >>> [Rest Contents and Settings...] >>> [Reset] 参考:解决问题

iOS An error was encountered while running (Domain = FBSOpenApplicationErrorDomain, Code = 4)

新建了一个项目发现模拟器只有iPhone6,于是添加了其余的模拟器 但是在运行项目的时候出现An error was encountered while running(Domain=LaunchSerivcesError, Code=0) 解决办法是重启模拟器 点击模拟器菜单中的Reset Contents and Settings,完成后,再运行就OK了!

【iOS开发-27】解决方式:An error was encountered while running(Domain=FBSOpenApplicationErrorDomain, Code=4)

iOS simulator出现故障,提示: An error was encountered while running (Domain = FBSOpenApplicationErrorDomain, Code = 4) 解决方式: [iOS Simulator] >>> [Rest Contents and Settings...] >>> [Reset] 參考:解决这个问题

imp IMP-00003: ORACLE error 959 encountered ORA-00959 问题解决

exp 导出环境: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production SQL> select * from nls_database_parameters where parameter='NLS_CHARACTERSET'; PARAMETER VALUE------------------ ----------NLS_CHARACTERSET ZHS16GBK imp 导入环境: Orac

运行Xcode时,提示:An error was encountered while running (Domain = FBSOpenApplicationErrorDomain, Code = 4)

运行Xcode模拟器时,提示: An error was encountered while running (Domain = FBSOpenApplicationErrorDomain, Code = 4). 解决方案:打开Xcode中的Open Developer Tool-->iOS Simulator,选择Simulator中的“Reset Content and Setting..”

解决方案:An error was encountered while running(Domain=FBSOpenApplicationErrorDomain, Code=4)

iOS simulator出现问题,提示: An error was encountered while running (Domain = FBSOpenApplicationErrorDomain, Code = 4) 解决方案:   [iOS Simulator] >>> [Rest Contents and Settings...] >>> [Reset] 参考:解决问题

怎么解决svn error "svn: Aborting commit: xxx remains in conflict"?

遇到问题 $ sudo svn commit -m ''svn: E155015: Commit failed (details follow):svn: E155015: Aborting commit: '/Users/mac/data/lz/core/lz.php' remains in conflict 解决方法1: $ sudo svn resolved /Users/mac/data/lz/core/lz.phpResolved conflicted state of 'core/l

An error was encountered while running (Domain = FBSOpenApplicationErrorDomain, Code = 4)

iOS simulator运行程序出现问题: 解决方案:(重启模拟器) iOS Simulator----> Reset Contents and Settings ----> Reset