欢迎投稿

今日深度:

GoldenGate进程 abend,报错为OGG-00868 ORA-02396: Exceed

GoldenGate进程 abend,报错为OGG-00868 ORA-02396: Exceeded Maximum Idle Time, Please Connect Again,ogg00868


GoldenGate进程 abend,报错为OGG-00868 ORA-02396: Exceeded Maximum Idle Time, Please Connect Again

参考原文:
GoldenGate Processes Abend with OGG-00868 ORA-02396: Exceeded Maximum Idle Time, Please Connect Again (Doc ID 1393647.1)

适用于:
Oracle GoldenGate - Version: 11.1.1.0.0 to 11.1.1.1.20 - Release: 11.1.1 to 11.1.1.1
Information in this document applies to any platform.


症状:
Oracle GoldenGate (OGG) 进程abend,其报错为:

Extract (or replicat)进程
ERROR OGG-00868 ORA-02396: exceeded maximum idle time, please connect again.


Manager 进程
ERROR OGG-00665 OCI Error describe for query (bad syntax) (status = 2396-ORA-02396: exceeded maximum idle time, please connect again), SQL<SELECT 1 FROM DUAL WHERE EXISTS ( SELECT 'x' FROM GGS_OWNER.GGS_MARKER WHERE OPTIME < '...')>.
ERROR OGG-01668 PROCESS ABENDING.

原因:
用户连接超时会发生该问题。检查 该用户是否设置了time out。

解决方案:
SQL> select USERNAME,USER_ID,ACCOUNT_STATUS,PROFILE from dba_users where USERNAME='ggs_owner';
确认profile是用的哪个,然后再检查 gg user的 idle timeout情况:

SQL> select * from dba_profiles where resource_name='IDLE_TIME';

若是查询结果中有gg user使用的profile,请检查该profile是否有限制,或者设置为UNLIMITED

若是  UNLIMITED 不可行,那就加大time out的 时间到一个合适的值。




www.htsjk.Com true http://www.htsjk.com/shujukunews/2198.html NewsArticle GoldenGate进程 abend,报错为OGG-00868 ORA-02396: Exceeded Maximum Idle Time, Please Connect Again,ogg00868 GoldenGate进程 abend,报错为OGG-00868 ORA-02396: Exceeded Maximum Idle Time, Please Connect Again 参考原文: Golde...
评论暂时关闭