dbca启用图形安装数据库方法

方法一
xshell 远程连接到主机
#xhost +
#su - oracle
$export DISPLAY=172.16.100.38:1.0
$xhost +
$dbca

方法二
安装gdm,配置gdm,重启系统,使用xbrowser连接到主机即可
#yum install gdm -y

# more /etc/gdm/custom.conf 
# GDM configuration storage

[daemon]

[security]
AllowRemoteRoot=True
AllowRoot=True

[xdmcp]
Port=177
Enable=1
[greeter]

[chooser]

[debug]

#reboot