Linux出现 DISPLAY 尚未设置 解决方法,在root用户目录下执行#xhost +
然后#su - Oracle
$DISPLAY=:0.0;export DISPLAY
$cd /Disk1
$./runInstaller
就ok了
DISPLAY 环境变量格式如下: hostname:displaynumber.screennumber 如: export DISPLAY=:0.0 export DISPLAY=192.168.0.100:1.0 export DISPLAY=hostname:12.1