oracle goldengate报错解决之OGG-00446

前端之家收集整理的这篇文章主要介绍了oracle goldengate报错解决之OGG-00446前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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


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

2016-10-2816:51:40ERROROGG-00446Missingfilenameopeningcheckpointfile.
2016-10-2816:51:40ERROROGG-01668PROCESSABENDING.

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

查看参数

oracle@a-test30dirprm]$moreext1.prm
UserIdogg,Passwordogg
ExtTrail./dirdat/eo
GetTruncates
TranlogoptionsExcludeUserogg
--DDLIncludeAll
DDL&
INCLUDEMAPPEDOBJTYPE'table'&
INCLUDEMAPPEDOBJTYPE'index'&
EXCLUDEOPTYPECOMMENT
DDLOptionsAddTranDataRetryopRetrydelay10Maxretries10
TableTMP.test1;
TableTMP.test2;
TableTMP.test3
[oracle@a-test30dirprm]$morepump1.prm
Extractpump1
PassThru
RmtHost192.168.10.61,MgrPort7809
RmtTrail./dirdat/go

TableTMP.test1;
TableTMP.test2;
TableTMP.test3;

发现ext1.prm没有文件头名

加上Extract ext1

GGSCI(a-test30asogg@qatest30)27>viewparamsext1
Extractext1
UserIdogg,Passwordogg
ExtTrail./dirdat/eo
GetTruncates
TranlogoptionsExcludeUserogg
--DDLIncludeAll
DDL&
INCLUDEMAPPEDOBJTYPE'table'&
INCLUDEMAPPEDOBJTYPE'index'&
EXCLUDEOPTYPECOMMENT
DDLOptionsAddTranDataRetryopRetrydelay10Maxretries10
TableTMP.test1;
TableTMP.test2;
TableTMP.test3;

再去启动OK了。

原文链接:https://www.f2er.com/oracle/211891.html

猜你在找的Oracle相关文章