oracle goldengate报错解决之OGG-00446

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了oracle goldengate报错解决之OGG-00446相关的知识,希望对你有一定的参考价值。

OGG测试:无法启动ext进程,报错OGG-00446


报错日志【截取重要部分】

2016-10-28 16:51:40  ERROR   OGG-00446  Missing filename opening checkpoint file.

2016-10-28 16:51:40  ERROR   OGG-01668  PROCESS ABENDING.


日志意思很明显:在打开checkpoint file 时缺少文件名


查看参数:

[email protected] dirprm]$ more ext1.prm 

UserId ogg, Password ogg

ExtTrail ./dirdat/eo

GetTruncates

TranLogOptions ExcludeUser ogg 

--DDL Include All

DDL &

INCLUDE MAPPED OBJTYPE ‘table‘ &

INCLUDE MAPPED OBJTYPE ‘index‘ &

EXCLUDE OPTYPE COMMENT

DDLOptions AddTranData Retryop Retrydelay 10 Maxretries 10

Table TMP.test1;

Table TMP.test2;

Table TMP.test3

[[email protected] dirprm]$ more pump1.prm 

Extract pump1

PassThru

RmtHost 192.168.10.61, MgrPort 7809

RmtTrail ./dirdat/go


Table TMP.test1;

Table TMP.test2;

Table TMP.test3;


发现ext1.prm没有文件头名

加上Extract ext1

GGSCI (a-test30 as [email protected]) 27> view params ext1

Extract ext1

UserId ogg, Password ogg

ExtTrail ./dirdat/eo

GetTruncates

TranLogOptions ExcludeUser ogg 

--DDL Include All

DDL &

INCLUDE MAPPED OBJTYPE ‘table‘ &

INCLUDE MAPPED OBJTYPE ‘index‘ &

EXCLUDE OPTYPE COMMENT

DDLOptions AddTranData Retryop Retrydelay 10 Maxretries 10

Table TMP.test1;

Table TMP.test2;

Table TMP.test3;


再去启动OK了。

本文出自 “lichdiamand” 博客,请务必保留此出处http://lichdiamond.blog.51cto.com/12111063/1870729

以上是关于oracle goldengate报错解决之OGG-00446的主要内容,如果未能解决你的问题,请参考以下文章

oracle迁移到mysql分库分表方案之——ogg(goldengate)

oracle迁移到mysql方案之——ogg(goldengate)

Oracle Goldengate数据库复制与容灾项目实施与维护_OGG实战培训

Oracle GoldenGate(OGG)- 超级详细

牛刀小试Oracle GoldenGate--OGG安装

Oracle GoldenGate 12.3.0.1.4 安装配置 之03 (GoldenGate 安装)