天天看點

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,如需轉載請自行聯系原作者