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=oinstall2、....file not fount : WFMLRSVCApp.ear
解决方法:原因是因为Oracle11g有两个解压的.zip文件,只解压了的一个进行安装,全部解压并放入同一个目录即可3、安装oracle前要先安装jdk4、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:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
/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命令启动数据库更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12 更多CentOS相关信息见CentOS 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=14 MySQL数据库维护比较Oracle分析query plan相关资讯 Oracle 11g安装
- Ubuntu 16.04安装Oracle 11g (今 09:45)
- SUSE 11下安装 Oracle 11g图解及相 (01月25日)
- Linux 6下安装Oracle 11g(64bit) (08/28/2015 13:51:46)
| - RHEL 5.7下Oracle 11g 单实例安装 (08月13日)
- Oracle 11g+RAC+RHEL6.5+udev+ASM+ (12/04/2015 09:10:53)
- Ubuntu 14.04 LTS 64位安装Oracle (03/20/2015 19:30:08)
|
本文评论 查看全部评论 (0)