当你的系统为最小模式安装oracle的时候,可能没有图形界面,不能向导安装
此时可能会报:
DISPLAY not set. Please set the DISPLAY and try again
解决方法:
安装 vncserver
然后
[root@localhost ~]# export DISPLAY=:0.0
[root@localhost ~]# xhost +
access control disabled, clients can connect from any host
[root@localhost ~]#
最后重新执行
[root@localhost ~]#cd /home/oracle/database
[root@localhost ~]#./runInstaller