[oracle@localhost goldengate]$ ./ggsci
./ggsci: error while loading shared libraries: libnnz11.so: cannot open shared object file: No such file or directory

[oracle@localhost goldengate]$ ldd ggsci
linux-vdso.so.1 => (0x00007fff5369c000)
librt.so.1 => /lib64/librt.so.1 (0x00007fa20f352000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007fa20f14d000)
libgglog.so => /home/oracle/goldengate/./libgglog.so (0x00007fa20ed85000)
libggrepo.so => /home/oracle/goldengate/./libggrepo.so (0x00007fa20eb19000)
libdb-5.2.so => /home/oracle/goldengate/./libdb-5.2.so (0x00007fa20e87d000)
libggperf.so => /home/oracle/goldengate/./libggperf.so (0x00007fa20e64f000)
libicui18n.so.48 => /home/oracle/goldengate/./libicui18n.so.48 (0x00007fa20e341000)
libicuuc.so.48 => /home/oracle/goldengate/./libicuuc.so.48 (0x00007fa20e0c2000)
libicudata.so.48 => /home/oracle/goldengate/./libicudata.so.48 (0x00007fa20c9fd000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fa20c7e0000)
libxerces-c.so.28 => /home/oracle/goldengate/./libxerces-c.so.28 (0x00007fa20c2c8000)
libantlr3c.so => /home/oracle/goldengate/./libantlr3c.so (0x00007fa20c1b2000)
libnnz11.so => not found
libclntsh.so.11.1 => not found
libggnnzitp.so => /home/oracle/goldengate/./libggnnzitp.so (0x00007fa20ba58000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fa20b752000)
libm.so.6 => /lib64/libm.so.6 (0x00007fa20b4cd000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fa20b2b7000)
libc.so.6 => /lib64/libc.so.6 (0x00007fa20af24000)
/lib64/ld-linux-x86-64.so.2 (0x00007fa20f564000)

[oracle@localhost lib]$ cd $ORACLE_HOME/lib
[oracle@localhost lib]$ ls -l libnnz11.so
-rwxr-xr-x. 1 oracle oinstall 7980109 Aug 26 2016 libnnz11.so
[oracle@localhost lib]$ ls -l libclntsh.so.11.1
-rwxr-xr-x. 1 oracle oinstall 53819046 Dec 16 2016 libclntsh.so.11.1
[oracle@master lib]$ ln -s /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so /home/oracle/goldengate/./libnnz11.so
[oracle@master lib]$ ln -s /u01/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1 /home/oracle/goldengate/./libclntsh.so.11.1

[oracle@localhost lib]$ cd /home/oracle/goldengate
[oracle@localhost goldengate]$ ./ggsci
Oracle GoldenGate Command Interpreter for Oracle
Version 12.1.2.1.0 OGGCORE_12.1.2.1.0_PLATFORMS_140727.2135.1_FBO
Linux, x64, 64bit (optimized), Oracle 11g on Aug 7 2014 09:14:25
Operating system character set identified as UTF-8.
Copyright (C) 1995, 2014, Oracle and/or its affiliates. All rights reserved.
GGSCI (localhost.localdomain) 1>

至此OK

ggsci: error while loading shared libraries: libnnz11.so的更多相关文章

  1. ogg-./ggsci ./ggsci: error while loading shared libraries: libnnz11.so:

    测试环境,安装linux 0gg,解压介质后./ggsci无法使用,提示目录不存在 原来是环境变量导致的问题: 1.报错现象 [ogg@enmo ogg]$ ./ggsci ./ggsci: erro ...

  2. ggsci: error while loading shared libraries: libnnz11.so: cannot open shared object file

    完整的错误信息如下: ggsci: error while loading shared libraries: libnnz11.so: cannot open shared object file: ...

  3. linux使用wkhtmltopdf报错error while loading shared libraries:

    官网提示 linux需要这些动态库.depends on: zlib, fontconfig, freetype, X11 libs (libX11, libXext, libXrender) 在li ...

  4. python3: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory

    安装python3遇到报错: wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz ./configure --prefix=/u ...

  5. error while loading shared libraries: libmysqlclient.so.18: cannot open shared object file: No such file or directory

    zabbix3.2启动有如下报错: # service zabbix_server startStarting zabbix_server:  /home/zabbix-server/sbin/zab ...

  6. 错误解决:error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory

    执行以下代码,生成唯一的UID $fp = popen("/xxx/bin/tools/uuidgen system", "r");// $uid = frea ...

  7. ebs r12 -- adadmin: error while loading shared libraries: libclntsh.so.10.1

    安装EBS R12.2增加中文字符集时,运行$AU_TOP/bin/adadmin出错: $ adadmin adadmin: error while loading shared libraries ...

  8. 【转】error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory

    错误信息: /usr/local/memcacheq/bin/memcacheq: error while loading shared libraries: libevent-2.0.so.5: c ...

  9. ssh 发现了error while loading shared libraries这种错

    在Linux下运行程序时,发现了error while loading shared libraries这种错误,一时间不知道解决办法,在网上搜索,终于解决了: ./tests: error whil ...

随机推荐

  1. 关于js中循环遍历中顺序执行多个嵌套ajax的问题

    就是业务上需要完成一个功能,这个功能需要依次调用四个接口,后面接口的参数都依赖于前一个接口的返回值. 类似这样: var objArr = "从其他逻辑获得"; for(var n ...

  2. Git Submodule简单操作

    基于组件的项目很多,但是如果直接用包的方式直接引用到项目中,如果出现问题很难进行调试的操作,也很难进行组件的优化和管理,所以写了一篇文章来介绍下git submodule的用法,用submodule可 ...

  3. (WCF初体验)WCF的认证和消息保护

    最近做WCF开发,有个需求是在服务端做认证,网上查资料了解到可以用UserName和Password 来做认证,只需要写好配置文件和在服务端写好验证类就行了,但是网上普遍的博文都是需要用证书,而我自己 ...

  4. springmvc配置详解 教程

    https://www.cnblogs.com/sunniest/p/4555801.html

  5. 找jar包的网站 还没用过2017.12.19

    http://www.findjar.com/index.x http://mvnrepository.com/这个比较好用

  6. 关于数据库报Packet for query is too large (1986748 > 1048576)(mysql写入数据过大)的解决办法

    方法2 (很妥协,很纠结的办法) 进入mysql server 在mysql 命令行中运行 set global max_allowed_packet = 2*1024*1024*10 然后关闭掉这此 ...

  7. Spark2.1.0——Spark初体验

    学习一个工具的最好途径,就是使用它.这就好比<极品飞车>玩得好的同学,未必真的会开车,要学习车的驾驶技能,就必须用手触摸方向盘.用脚感受刹车与油门的力道.在IT领域,在深入了解一个系统的原 ...

  8. 系列博文-Three.js入门指南(张雯莉)-静态demo和three.js功能概览

    一:一个最简单的静态DEMO //body加载完后触发init() //WebGL的渲染是需要HTML5 Canvas元素的,你可以手动在HTML的<body>部分中定义Canvas元素, ...

  9. 读书笔记---HTML5实战 MARCO CASARIO(后六章)

    画布叠加:用CSS的z-index和position; 第八章 HTML5通信API ①XMLHTTPREQUEST是JS中用于服务器交互的API; ②用HTML5的POSTMESSAGE API实现 ...

  10. Asp.Net Core NLog 将日志输出到数据库以及添加LayoutRenderer的支持

    在这之前打算用Apache的Log4Net,但是发现其AdoNetAppender方法已经不存在了,无法使用配置文件直接输出到数据库了,因此我便改用了NLog框架. 一.对项目添加NLog 通过Nug ...