linux出现 DISPLAY 尚未设置 解决方法
现在root用户目录下执行#xhost +
然后#su - oracle
$DISPLAY=:0.0;export DISPLAY
$cd /Disk1
$./runInstaller
或者xhostlocal:oracle执行安装
<!--@page { margin: 2cm }P { margin-bottom: 0.21cm }-->
就ok了
发布时间: 2012-07-23 09:42:20 作者: rapoo
linux出现 DISPLAY 尚未设置 解决方法
现在root用户目录下执行#xhost +
然后#su - oracle
$DISPLAY=:0.0;export DISPLAY
$cd /Disk1
$./runInstaller
或者xhostlocal:oracle执行安装
<!--@page { margin: 2cm }P { margin-bottom: 0.21cm }-->
就ok了