错误1:[INS-06101] IP address of localhost could not be determined
图:如下解决方法:是因为你的主机名与IP地址不一至,在/etc/hosts文件对应就行了
vim /etc/hosts
IP地址 主机名
错误2:at Oracle.install.ivwdb.dirver.DBinstaller.main(DBinstaller.java:132)
图:如下解决方法:在root用户终端下执行xhost +就行了
错误3:Error in invoking target "client_sharedlib" of makefile "/oracle/u01/app/oracle/product/10.2.0/db_1/network/lib/ins_net_client.mk"
图:如下解决方法:查看oracle是多少位的系统,一般32位系统装32位oracle软件,64位系统可以装32位和64位的oracle。打开下载oracle的软件包,里面有一个网页,打开那个网页就可以看到。
错误4:查看监听(lsnrctl)或者是命令(sqlplus)提示:
-bash: lsnrctl: command not found
图:如下解决方法:查找oracle的命令安装目录,我的是(/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin)添加到环境变量中。
vim ~/.bash_profile --是oracle用户根目录的文件,修改这一行
export PATH=$PATH:/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin
source ~/.bash_profile --配置文件生效
推荐阅读:RedHat Linux 5 & CentOS 5下Oracle 10g安装详解 http://www.linuxidc.com/Linux/2013-08/88928.htmCentOS 6.3(x32)下安装Oracle 10g R2 http://www.linuxidc.com/Linux/2012-11/74253.htmLinux-6-64下安装Oracle 12C笔记 http://www.linuxidc.com/Linux/2013-07/86805.htm更多Oracle相关信息见Oracle 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=12MySQL数据库对数据库的操作MySQL5.5以上版本编译安装与配置相关资讯 CentOS安装Oracle
- CentOS7安装Oracle 11gR2 图文详解 (04月23日)
- CentOS 6.5系统安装Oracle11.2.0.4 (12/19/2015 16:27:28)
- CentOS上安装Oracle XE指南 (01/10/2015 17:30:01)
| - CentOS6.5下安装Oracle 11g图文详 (03月28日)
- CentOS安装Oracle数据库详细介绍及 (08/04/2015 08:50:23)
- CentOS 6.3环境Oracle 11gR2数据库 (12/29/2014 14:50:26)
|
本文评论 查看全部评论 (0)