Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Installing Oracle 8.1.5 std on Red Hat 6

Re: Installing Oracle 8.1.5 std on Red Hat 6

From: Uwe Schneider <uwe.schneider_at_xlink.net>
Date: Wed, 24 Nov 1999 17:59:08 +0100
Message-ID: <383C195C.C068A8D7@xlink.net>


Hi,

Fredrik Björklund wrote:
>
> When I try to install Oracle 8.1.5 standard on Rad Hat 6.0 it says:
>
> ====
> DISPLAY not set. Please set the DISPLAY and try again.
> : No such file or directory
> ====

this is a very basic Linux/UNIX question: You logged into a host via telnet or rsh and called a X program. There need to be the following prerequisites to achieve a X output on your local workstation.
- X must be running locally
- your X server must be told to allow X output from the Oracle host (xhost + servername)
- the remote program must know where to connect to the X server (export DISPLAY=myhost:0.0)

Item 2 and 3 can be ignored if you are using ssh instead of telnet or rsh since the ssh protocol is able to tunnel X requests. Do use ssh!

Regards!

--
uwe.schneider_at_xlink.net Received on Wed Nov 24 1999 - 10:59:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US