https://blog.csdn.net/yabingshi_tech/article/details/40620351

在源端启动goldengate pump进程,状态起初是running,后来却变成了ABENDED

  1.  
    GGSCI (source_pc) 3> info all
  2.  
     
  3.  
    Program Status Group Lag at Chkpt Time Since Chkpt
  4.  
     
  5.  
    MANAGER RUNNING
  6.  
    EXTRACT RUNNING EORA_T1 00:00:00 00:00:07
  7.  
    EXTRACT ABENDED PORA_T1 00:00:00 00:12:40
  8.  
     
  9.  
     

查看错误报告:

GGSCI (source_pc) 4> view report pora_t1

看到这个错误:

2014-10-30 03:02:25  ERROR   OGG-01224  TCP/IP error 111 (Connection refused); retries exceeded.

2014-10-30 03:02:25  ERROR   OGG-01668  PROCESS ABENDING.

--查看pump参数

  1.  
    GGSCI (source_pc) 5> view params pora_t1
  2.  
     
  3.  
    extract pora_t1
  4.  
     
  5.  
    setenv (NLS_LANG=AMERICAN_AMERICA.AL32UTF8)
  6.  
     
  7.  
    passthru
  8.  
     
  9.  
    rmthost 192.168.8.226,mgrport 7809
  10.  
     
  11.  
    rmttrail ./dirdat/pa
  12.  
     
  13.  
    table scott.t;
  14.  
     
  15.  
     
  16.  
     

--查看源端和目标端mgr参数

  1.  
    GGSCI (source_pc) 6> view params mgr
  2.  
     
  3.  
    PORT 7089
  4.  
     
  5.  
     
  6.  
     
  7.  
     
  8.  
    GGSCI (target_pc) 10> view params mgr
  9.  
     
  10.  
    PORT 7089
  11.  
     
  12.  
     

发现它们的端口号不一致.

改成一样的,如都改为7809,然后重启mgr,pump,extract,replicat等相关进程即可

转 OGG-01224 TCP/IP error 111 (Connection refused); retries exceeded.的更多相关文章

  1. WARNING OGG-01223 TCP/IP error 111 (Connection refused)

    一:问题描述 GGSCI (source_pc) 64> info all Program     Status      Group       Lag at Chkpt  Time Sinc ...

  2. OGG-01232 Receive TCP params error: TCP/IP error 104 (Connection reset by peer), endpoint:

    源端: 2015-02-05 17:45:49 INFO OGG-01815 Virtual Memory Facilities for: COM anon alloc: mmap(MAP_ANON) ...

  3. 监听lsnrctl status查询状态报错linux error 111:connection refused

    报错现象 今天给客户一个单实例环境配置监听,创建正常,查询状态异常报错 tns tns tns linux error :connection refused 匹配MOS Starting TNS L ...

  4. pyspider安装完启动报错【connect to scheduler rpc error: error(111, 'Connection refused')】

    调研爬虫框架pyspider有一段时间了,感觉已经比较成熟,跟老板申请了一台机器,打算搭一套正式环境.然而在熟悉的安装步骤过后,启动画面却是这样的: 虽然心中有疑惑,但还是熟练的百度起来.一番搜索之后 ...

  5. 如何解决远程连接mysql出现Can’t connect to MySQL server on (111 “Connection refused”)的问题

    如何解决远程连接mysql出现Can’t connect to MySQL server on (111 “Connection refused”)的问题 开放Mysql的远程连接 在服务器上登录my ...

  6. CC3200在AP模式的TCP sock作为客户端连接时返回SL_ECONNREFUSED(-111) Connection refused

    1. CC3200处于AP模式(电脑无线连接CC3200的WIFI信号),开启一个TCP socket,这个socket作为TCP客户端去连接TCP服务器端 struct sockaddr_in ad ...

  7. 【openstack报错】【metadata问题】‘http://169.254.169.254/2009-04-04/meta-data/instance-id’ failed : url error [[Errno 111] Connection refused]

    [时间]2014年2月25日 [平台]ubuntu 12.04.3 openstack havana  with nova-network in multi-host [日志]实例启动时输出的日志内容 ...

  8. nginx报错111: Connection refused

    最近遇到了nginx疯狂抛错,access.log一天一共5W多条,但error.log中有大概9K多条,基本都是111: Connection refused,这到底是为什么呢? 从日志看起 我们还 ...

  9. [nginx] connect() failed (111: Connection refused) while connecting to upstream, client: 101.18.123.107, server: localhost,

    nginx一直报错, 2016/12/02 10:23:19 [error] 1472#0: *31 connect() failed (111: Connection refused)while c ...

随机推荐

  1. debug---null Pointer Exception--一步步查找(2)

    添加PartyLocationRepository后,再次在Ubuntu中编译项目,再次报空指针异常. 直接在createDto处打断点,然后debug每个表达式的值,找出来到底是哪个为null. 经 ...

  2. [转]Oracle截取字符串相关函数

    转至:http://www.cnblogs.com/qmfsun/p/4493918.html 1.instr(sourceString,destString,start,appearPosition ...

  3. java Servlet学习笔记(一)

    访问机制 (https://pan.baidu.com/share/link?shareid=3055126243&uk=3355579678&fid=1073713310362078 ...

  4. Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.1.xsd)

    解决方法: 将 Preferences > XML > XML Files > Validation中"Honour all XML schema locations&qu ...

  5. 最新Android的SDK版本与API Level的对应关系

    Android   7.1.1                                   API Level  25   Android   7.0                     ...

  6. C++: 其他类型转string

    1.to_string函数 C++11新增的函数,c++11标准增加了全局函数std::to_string,以及std::stoi/stol/stoll等等函数(string转int,long,以及l ...

  7. Locust学习总结分享

    简介: Locust是一个用于可扩展的,分布式的,性能测试的,开源的,用Python编写框架/工具,它非常容易使用,也非常好学.它的主要思想就是模拟一群用户将访问你的网站.每个用户的行为由你编写的py ...

  8. addEntriesFromDictionary用法

    1.addEntriesFromDictionary在字典中的用法: NSMutableDictionary *dic1 = [NSMutableDictionary dictionaryWithOb ...

  9. 弹出窗口Session丢失、防止表单重复提交问题

    一.弹出窗口Session丢失问题 弹出窗口Session丢失使用window.showModalDialog进行信息的提示,相当方便,也容易控制外观和布局.但是存在一个严重的问题,就是Session ...

  10. 【转】HTTP协议/IIS 原理及ASP.NET运行机制浅析【图解】

    源地址:http://blog.csdn.net/chelen_jak/article/details/50040537