欢迎投稿

今日深度:

【Oracle】OGG error while loading shared libraries,shared

【Oracle】OGG error while loading shared libraries,sharedlibraries


[oracle@jp ogg]$ ./ggsci 

./ggsci: error while loading shared libraries: /u01/app/oracle/ogg/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied

关闭selinux,首先修改参数

[root@jp ~]# vi /etc/selinux/config 

# This file controls the state of SELinux on the system.

# SELINUX= can take one of these three values:

#       enforcing - SELinux security policy is enforced.

#       permissive - SELinux prints warnings instead of enforcing.

#       disabled - SELinux is fully disabled.

SELINUX=disable

# SELINUXTYPE= type of policy in use. Possible values are:

#       targeted - Only targeted network daemons are protected.

#       strict - Full SELinux protection.

SELINUXTYPE=targeted

然后reboot

如果不想reboot的话直接

[root@jp ~]# setenforce 0

 

[oracle@jp ogg]$ ./ggsci 

 

Oracle GoldenGate Command Interpreter for Oracle

Version 11.2.1.0.1 OGGCORE_11.2.1.0.1_PLATFORMS_120423.0230_FBO

Linux, x86, 32bit (optimized), Oracle 11g on Apr 23 2012 08:09:25

 

Copyright (C) 1995, 2012, Oracle and/or its affiliates. All rights reserved.

 

 

 

GGSCI (jp) 1>

 


安装好了oracle软件之后,发现用下面的命令失败

造成的问题很多。
一般可能是你只是安装了数据软件
还有就是你配置没有配置好
可以发个你的安装过程给我 具体哪种系统下面安装的要跟我说下
联系方式:1642288731@qq.com
 

Linux下ORACLE连接的问题

环境变量错了!你检查一下这个。在oracle家目录下的,.bash_profile文件中。
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
 

www.htsjk.Com true http://www.htsjk.com/shujukunews/2242.html NewsArticle 【Oracle】OGG error while loading shared libraries,sharedlibraries [oracle@jpogg]$./ggsci ./ggsci:errorwhileloadingsharedlibraries:/u01/app/oracle/ogg/libclntsh.so.11.1:cannotrestoresegmentprotafterreloc:Permissiondenied 关闭 selinux,...
相关文章
    暂无相关文章
评论暂时关闭