首页 > Linux操作系统 > Linux操作系统 > 图形化安装Oracle
1、进入/etc/ssh/sshd_config
找到#X11Forwarding no 改成 X11Forwarding yes
2、root检测
xclock
3、授权oracle可启动图形
xhost +
4、su - oracle
export DISPLAY=remotehost:0
xhost +
./runInstaller
参考:
redhat6:xmanager
redhat7:vnc
参考https://www.cnblogs.com/lixiaochun/p/8547815.html
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/543979/viewspace-2667431/,如需转载,请注明出处,否则将追究法律责任。