ogg报错error 11, Resource temporarily unavailable

来源:这里教程网 时间:2026-03-03 13:39:06 作者:

收到告警报错:

Process: puma
Time: 2019-05-09 11:14:02
Event Text: Oracle GoldenGate Capture for Oracle, puma.prm:  There is a problem in network communication, a remote file problem, encryption keys for target and source do not match (if using ENCRYPT) or an unknown error. (Reply received is Unable to open file "./dirdat/rb011431" (error 11, Resource temporarily unavailable)).

登录服务器检查: GGSCI (kmartdb) 5> start puma Sending START request to MANAGER ... EXTRACT PUMA starting 后台依然报错: 2019-05-09 11:17:43  INFO    OGG-00993  Oracle GoldenGate Capture for Oracle, puma.prm:  EXTRACT PUMA started. 2019-05-09 11:17:49  INFO    OGG-01226  Oracle GoldenGate Capture for Oracle, puma.prm:  Socket buffer size set to 27985 (flush size 27985). 2019-05-09 11:17:59  ERROR   OGG-01031  Oracle GoldenGate Capture for Oracle, puma.prm:  There is a problem in network communication, a remote file problem, encryption keys for target and source do not match (if using ENCRYPT) or an unknown error. (Reply received is Unable to open file "./dirdat/rb011431" (error 11, Resource temporarily unavailable)). 2019-05-09 11:17:59  ERROR   OGG-01668  Oracle GoldenGate Capture for Oracle, puma.prm:  PROCESS ABENDING. 2019-05-09 11:18:53  INFO    OGG-00987  Oracle GoldenGate Command Interpreter for Oracle:  GGSCI command (oracle): start puma. 2019-05-09 11:18:53  INFO    OGG-00963  Oracle GoldenGate Manager for Oracle, mgr.prm:  Command received from GGSCI on host kmartdb (START EXTRACT PUMA ). 2019-05-09 11:18:53  INFO    OGG-00975  Oracle GoldenGate Manager for Oracle, mgr.prm:  EXTRACT PUMA starting. 2019-05-09 11:18:53  INFO    OGG-00992  Oracle GoldenGate Capture for Oracle, puma.prm:  EXTRACT PUMA starting. 2019-05-09 11:18:53  INFO    OGG-03035  Oracle GoldenGate Capture for Oracle, puma.prm:  Operating system character set identified as US-ASCII. Locale: en_US, LC_ALL:. 2019-05-09 11:18:53  INFO    OGG-01815  Oracle GoldenGate Capture for Oracle, puma.prm:  Virtual Memory Facilities for: COM 测试源端到目的端通讯正常! 检查目的端报错日志: 2019-05-09 11:24:25  WARNING OGG-01223  Oracle GoldenGate Collector for Oracle:  Unable to lock file "./dirdat/rb011431" (error 11, Resource temporarily unavailable).  Lock currently held by process id (PID) 24882 . 2019-05-09 11:24:25  WARNING OGG-01223  Oracle GoldenGate Collector for Oracle:  Unable to open file "./dirdat/rb011431" (error 11, Resource temporarily unavailable). 2019-05-09 11:24:25  INFO    OGG-01676  Oracle GoldenGate Collector for Oracle:  Terminating after client disconnect. [oracle@stgbcstms /db/ggs]$ps -ef|grep 24882 oracle   24882 15643  0 08:12 ?        00:00:02 ./server -w 300 -p 7840-7880 -m 7809 -k -l /db/ggs/ggserr.log oracle   26407 25646  0 11:24 pts/6    00:00:00 grep --color=auto 24882 [oracle@stgbcstms /db/ggs]$kill -9 24882 源端再次启动:    目的端检查一切正常:

相关推荐