天天看点

Oracle DISPLAY COLOR终极解决方案

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问题了。。。  

<code>1.先进入ROOT内:</code>

<code>su – root </code>

<code>password</code><code>:xxxxx </code>

<code>display=:0.0;</code>

<code>export display</code>

<code>echo $display  </code>

<code> </code> 

<code>#xhost +</code>

<code>access control disabled, clients can </code><code>connect</code> <code>from</code> <code>any</code> <code>host</code>

<code>2. 然后进入ORACLE </code>

<code>#su - oracle</code>

<code>$display=:0.0;</code>

<code>export display </code>

<code>$echo $display :0.0 $</code>

<code>或者 vim .bash_profile</code>

<code>export      display=:0.0 </code>

<code>source .bash_profile </code>

<code>#ls </code>

<code> </code><code>doc           response      stage </code>

<code> </code><code>install       runInstaller  welcome.html</code>

<code>#$./runInstaller</code>

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

      本文转自crazy_charles 51CTO博客,原文链接:http://blog.51cto.com/douya/1664946,如需转载请自行联系原作者