博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
install oracle 11g on linux (centos6) 遇到的问题
阅读量:5971 次
发布时间:2019-06-19

本文共 987 字,大约阅读时间需要 3 分钟。

hot3.png

最近想往BI方面发展。拿Oracle来学习

在linux(centos)上安装Oracle 11g 的时候,遇到一个很棘手的问题。

运行 ./runInstaller的时候

[oracle database]$ ./runInstaller 

Starting Oracle Universal Installer...
Checking Temp space: must be greater than 120 MB.   Actual 42451 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 4031 MB    Passed
Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set.    Failed <<<<
Some requirement checks failed. You must fulfill these requirements before
continuing with the installation,
Continue? (y/n) [n] n

网上查了很多,怎么尝试都不行。莫名其妙的。

经过一番努力,现把解决方案贴出,希望遇到同样问题的人不要在这个问题上浪费时间。

前提:

1、需要一个x-window 。

2、需要在本机上进行如下操作。我用secureCRT 测试,不成功。

步骤如下:

1、新建一个oracle的帐号

2、在xwindow里用root帐号登录 (关键,直接进入console就不行。)

3、在xwindow里打开Terminal ,即控制台

4、键入如下代码:xhost +SI:localuser:oracle

5、su oracle

6、进入runInstaller 脚本的目录

7、./runInstaller 

参考 

转载于:https://my.oschina.net/corleone/blog/114340

你可能感兴趣的文章
iis6 zencart1.39 伪静态规则
查看>>
SQL Server代理(3/12):代理警报和操作员
查看>>
Linux备份ifcfg-eth0文件导致的网络故障问题
查看>>
2018年尾总结——稳中成长
查看>>
通过jsp请求Servlet来操作HBASE
查看>>
Shell编程基础
查看>>
Shell之Sed常用用法
查看>>
Centos下基于Hadoop安装Spark(分布式)
查看>>
mysql开启binlog
查看>>
设置Eclipse编码方式
查看>>
分布式系统唯一ID生成方案汇总【转】
查看>>
并查集hdu1232
查看>>
Mysql 监视工具
查看>>
Linux Namespace系列(09):利用Namespace创建一个简单可用的容器
查看>>
博客搬家了
查看>>
Python中使用ElementTree解析xml
查看>>
jquery 操作iframe、frameset
查看>>
解决vim中不能使用小键盘
查看>>
Eclipse Java @Override 报错
查看>>
linux的日志服务器关于屏蔽一些关键字的方法
查看>>