<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

 

Xlib: connection to ":0.0" refused by server Xlib: No protocol specified 解决方案

   Xlib: connection to ":0.0" refused by server

Xlib: No protocol specified

1. 退出oracle,用root登陆;

2. root命令行下输入:

[root@localhost ~]# xhost local:oracle non-network local connections being added to access control list

屏幕提示

xhost: bad hostname "non-network"

xhost: bad hostname"local"

xhost: bad hostname "connetcions"

xhost: bad hostname "being"

xhost: bad hostname "added"

xhost: bad hostname "access"

xhost: bad hostname "control"

xhost: bad hostname "list"                  

3. 再试试su oracle

[root@localhost ~]# su - oracle

故障二

Problem: The security parameters in the kernel do not meet the minimum requirements (see above).
Recommendation: Perform operating system specific instructions to update the kernel parameters, namely BIT_SIZE and noexec_user_stack.

解决办法:

    修改参数/etc/sysctl.conf

net.ipv4.ip_local_port_range = 1024 65000

    保存后执行 sysctl -p   生效