最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

安装GoldenGate报找不到Libnnz10.so文件

来源:动视网 责编:小采 时间:2020-11-09 11:01:27
文档

安装GoldenGate报找不到Libnnz10.so文件

安装GoldenGate报找不到Libnnz10.so文件:./ggsci: error whileloading shared libraries: libnnz10.so: cannot open shared object file: No suchfile or directory.很明 错误现象: ./ggsci: error whileloading shared libraries: libnnz
推荐度:
导读安装GoldenGate报找不到Libnnz10.so文件:./ggsci: error whileloading shared libraries: libnnz10.so: cannot open shared object file: No suchfile or directory.很明 错误现象: ./ggsci: error whileloading shared libraries: libnnz


./ggsci: error whileloading shared libraries: libnnz10.so: cannot open shared object file: No suchfile or directory.很明

错误现象:

./ggsci: error whileloading shared libraries: libnnz10.so: cannot open shared object file: No suchfile or directory.

问题分析:

很明显是因为在执行./ggsci文件的时候需要库文件libnnz10.so的支持,没有找到故报如上错误。那么首先就应该想到库文件存放在哪个位置,检查LD_LIBRARY_PATH环境变量是否配置正确。

解决步骤:

1、查看LD_LIBRARY_PATH环境变量配置是否正确:

[ogg@prudentwoo ~]$ echo $LD_LIBRARY_PATH ---我们可以看到这里是没有问题的

/DBSOFT/produce/11.2.0/db_1/lib

2、查看libnnz10.so文件是否存在:

[ogg@prudentwoo ogg]$ cd $Oracle_HOME/lib

[ogg@prudentwoo lib]$ ll libnnz1*

-rw-r--r-- 1 oracle oinstall 9020808Aug 2 2009 libnnz11.a

-rw-r--r-- 1 oracleoinstall 6986848 Aug 2 2009 libnnz11.so --在这里可以看到这个文件

[ogg@prudentwoo lib]$

因为我安装的是Oracle 11g 故是 libnnz11.so,而GoldenGate 是10g的版本,所以他查找的是libnnz10.so文件,,那么既然这样就很简单了,我们只需在原路径下创建一个快捷方式即可。

3、创建libnnz11.so的快捷方式至libnnz10.so

[oracle@prudentwoo lib]$ ln -s libnnz11.solibnnz10.so

[oracle@prudentwoo lib]$

4、创建完快捷方式,问题解决:

[ogg@prudentwoo ogg]$ ./ggsci

Oracle GoldenGate Command Interpreter for Oracle

Version 11.1.1.0.0 Build 078

Linux, x86, 32bit (optimized), Oracle 10 on Jul 28 201013:24:18

Copyright (C) 1995, 2010, Oracle and/or its affiliates. Allrights reserved.

GGSCI (prudentwoo.localdomain) 1>

文档

安装GoldenGate报找不到Libnnz10.so文件

安装GoldenGate报找不到Libnnz10.so文件:./ggsci: error whileloading shared libraries: libnnz10.so: cannot open shared object file: No suchfile or directory.很明 错误现象: ./ggsci: error whileloading shared libraries: libnnz
推荐度:
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top