Operating System - Linux
1751932 Members
5004 Online
108783 Solutions
New Discussion

Orcle 8i onn Redhat Linux 7.2

 
Radhakrishnan_1
New Member

Orcle 8i onn Redhat Linux 7.2

unable to run dbassist and unable access sqlplus from Server. please letme know how to set the DISPLAY and Xhost variable which is required run dbassist. error _X11Transockert INETconnect: cannot connect: errno=111
1 REPLY 1
Steven Sim Kok Leong
Honored Contributor

Re: Orcle 8i onn Redhat Linux 7.2

Hi,

With regards to running X11 over the network:

Assuming the following settings:
Client IP address: 1.2.3.4
Server IP address: 5.6.7.8

At your Client:
$ xhost +5.6.7.8

At your Server:
- for sh,bash,ksh shell:
$ export DISPLAY=1.2.3.4:0.0
- for csh, tcsh shell:
$ setenv DISPLAY=1.2.3.4:0.0

Hope this helps. Regards.

Steven Sim
Brainbench MVP for Unix Admin
http://www.brainbench.com