[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. nohup在linux中的挂起

    笔者也是一个linux新手,最近在学习linux相关的东西,本人是一个node爱好者,想在linux上写一个linux服务,我的环境是centeros7,用putty链接远端的服务器,要想让服务在服务 ...

  2. PAT1019:General Palindromic Number

    1019. General Palindromic Number (20) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN ...

  3. linux独有的sendfile系统调用--“零拷贝,高效”

    参考:http://blog.csdn.net/caianye/article/details/7576198 如今几乎每个人都听说过Linux中所谓的"零拷贝"特性,然而我经常碰 ...

  4. 关于springboot的定时器配置

    关于springboot的定时器: 比较重要的两个注解: @EnableScheduling:标注启动定时任务. @Scheduled(fixedRate = 1000 * 30)  定义某个定时任务 ...

  5. 图解MySQL索引--B-Tree(B+Tree)

    看了很多关于索引的博客,讲的大同小异.但是始终没有让我明白关于索引的一些概念,如B-Tree索引,Hash索引,唯一索引....或许有很多人和我一样,没搞清楚概念就开始研究B-Tree,B+Tree等 ...

  6. Markdown编辑器editor.md的使用---markdown上传图片

    http://kindeditor.org/ 确定下有没有查找替换功能 http://pandao.github.io/editor.md/ http://pandao.github.io/edito ...

  7. 用php过滤文字中的表情字符

    很多时候,如果文字中夹带表情,那么这些文字的处理就会出现问题,例如,如果一个用户的昵称带有表情,那么我怎么把这个昵称转换为拼音呢?在实际的开发中,我遇到了这个个问题,先是找到了 https://git ...

  8. 爬虫之scrapy-splash

    什么是splash Splash是一个Javascript渲染服务.它是一个实现了HTTP API的轻量级浏览器,Splash是用Python实现的,同时使用Twisted和QT.Twisted(QT ...

  9. Python跨目录调程序

    #!/usr/bin/python # -*- coding: utf-8 -*- # 导入其它目录下的文件, 需要去帮获取当前程序的绝对路径并加入到环境变量的相对路径中 import os impo ...

  10. Spring Boot自动配置源码解析(基于Spring Boot 2.0.2.RELEASE)

    在Spring Boot官方介绍中,首一段话是这样的(如下图).我们可以大概了解到其所表达的含义:我们可以利用Spring Boot写很少的配置来创建一个非常方便的基于Spring整合第三方类库的单体 ...