Linux下安装Oracle12c出现的256颜色显示问题must be configured to display at least 256 colors

报错信息:

oracle@10:/u01/app/oracle/database>./runInstaller

Checking Temp space: must be greater than 500 MB.   Actual 21239 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 3155 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]

解决方法:

1.(推荐,我两次都是这样解决的)

su - root
export DISPLAY=:0.0
su - oracle
export DISPLAY=:0.0
xdpyinfo

2.

su - root
export DISPLAY=:1.0
xhost +
echo $DISPLAY
su - oracle
export DISPLAY=:1.0
Xdpyinfo

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值