首页 > 数据库 > Oracle > 正文

linux安装Oracle启动图形界面问题的解决

2024-08-29 13:53:13
字体:
来源:转载
供稿:网友

今天安装Oracle时,在启动xhost服务时出现:

_X11TransSocketINETConnect() can't get address for localhost:6001: Name> > or service not known Error: Can't open display: localhost:1.0

解决方法:

1、看/etc/hosts中是否有127.0.0.1 localhost.localdomain localhost,没有则


配置主机名;


编辑配置文件:

/etc/hosts


127.0.0.1 localhost localhost.localdomain localhost


192.2.3.38 gxnndb gxnndb.happyu.cn gxnndb


其中 192.2.3.38 为本机地址,gxnndb 为主机名


2、用Oracle用户登录,设置 DISPLAY 环境变量;


export DISPLAY=your_ipaddress:0.0


注:你的_IPaddress 是A机器的IP地址


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表