iis服务器助手广告广告
返回顶部
首页 > 资讯 > 数据库 >Oracle DISPLAY COLOR终极解决方案
  • 221
分享到

Oracle DISPLAY COLOR终极解决方案

2024-04-02 19:04:59 221人浏览 安东尼
摘要

Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto

Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<< 


解决 要点主要是要运行host +打通 接受控制;不是去安装啥补丁!安装啥包 

 

如果碰到以上这个问题,就跟着下面的设置一定可以搞定!如果还是不能拿就是RP问题了。。。  


1.先进入ROOT内:
su – root 
passWord:xxxxx 
display=:0.0;
export display
echo $display  
 
#xhost +
access control disabled, clients can connect from any host
 
2. 然后进入oracle 
#su - oracle
$display=:0.0;

export display 
$echo $display :0.0 $

或者 vim .bash_profile
export      display=:0.0 
source .bash_profile 
#ls 
 doc           response      stage 
 install       runInstaller  welcome.html
#$./runInstaller

怎么样,解决了吧!就是这么简单!!


您可能感兴趣的文档:

--结束END--

本文标题: Oracle DISPLAY COLOR终极解决方案

本文链接: https://www.lsjlt.com/news/39090.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作