最新文章专题视频专题问答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
当前位置: 首页 - 科技 - 知识百科 - 正文

CentOS6.4安装Oracle11g的遇到的问题以及解决方法

来源:动视网 责编:小采 时间:2020-11-09 10:28:31
文档

CentOS6.4安装Oracle11g的遇到的问题以及解决方法

CentOS6.4安装Oracle11g的遇到的问题以及解决方法:CentOS 6.4 安装Oracle 11g的遇到的问题以及解决方法 1、OUI-10182 The effective user ID does not match the owner of the file .......... 解决方法:用root帐户在/etc下建立文件oraInst.loc,并写入以下内容: inventory
推荐度:
导读CentOS6.4安装Oracle11g的遇到的问题以及解决方法:CentOS 6.4 安装Oracle 11g的遇到的问题以及解决方法 1、OUI-10182 The effective user ID does not match the owner of the file .......... 解决方法:用root帐户在/etc下建立文件oraInst.loc,并写入以下内容: inventory


CentOS 6.4 安装Oracle 11g的遇到的问题以及解决方法

1、OUI-10182 The effective user ID does not match the owner of the file ..........

解决方法:用root帐户在/etc下建立文件oraInst.loc,并写入以下内容:

inventory_loc=/u01/app/oraInventory(oraInventory所在目录)
inst_group=oinstall

2、....file not fount : WFMLRSVCApp.ear
解决方法:原因是因为Oracle11g有两个解压的.zip文件,只解压了的一个进行安装,,全部解压并放入同一个目录即可

3、安装oracle前要先安装jdk

4、Oracle Net Services Configuration:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xa4bf5f4e, pid=11819, tid=3086902976
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
# Problematic frame:
# C [libclntsh.so.11.1+0x421f4e] snlinGetAddrInfo+0x1b2
#
# An error report file with more information is saved as hs_err_pid11819.log
#
# If you would like to submit a bug report, please visit:
#
#
/u01/oracle/bin/netca: line 178: 11819 Aborted $JRE $JRE_OPTIONS -classpath $CLASSPATH oracle.net.ca.NetCA $*

解决方法:

是由于默认的主机名导致的,修改2处为:

[oracle@jc11g ~]$ cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=test11g

[oracle@jc11g ~]$ cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost localhost.localdomain localhost4 test11g

再执行

hostname test11g

让Oracle用户退出重新登录就可以正常启动netca了

5、安装完数据库后,登录的时候无法连接,这个时候需要使用startup命令启动数据库

文档

CentOS6.4安装Oracle11g的遇到的问题以及解决方法

CentOS6.4安装Oracle11g的遇到的问题以及解决方法:CentOS 6.4 安装Oracle 11g的遇到的问题以及解决方法 1、OUI-10182 The effective user ID does not match the owner of the file .......... 解决方法:用root帐户在/etc下建立文件oraInst.loc,并写入以下内容: inventory
推荐度:
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top