
ogg始终报这个错,提示端口范围有问题,但是怎么改范围都不行,崩溃~

你的端口指向的是7809 动态端口改为7800-7810呢?


看看是不是这个原因。
Pump Process Abended With OGG-00331 Invalid ending port number (Doc ID 2139718.1)
APPLIES TO:
Oracle GoldenGate - Version 12.1.2.1.10 and later
Information in this document applies to any platform.
SYMPTOMS
Pump process abended with below error:
2016-05-17 17:49:22 ERROR OGG-00331 Invalid ending port number (xxxx).
2016-05-17 17:49:22 ERROR OGG-01668 PROCESS ABENDING.
CHANGES
CAUSE
Access rule was missing for server collector process in target mgr parameter file.
Below warning can be seen in mgr.rpt file:
WARNING OGG-01877 Missing explicit accessrule for server collector.
SOLUTION
From Version 12.1.2.1.10 onwards we need to use ACCESSRULE as mentioned below in target Manager parameter to resolve the issue :
ACCESSRULE, PROG *, IPADDR
IP Address is source database server address.


