Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Installing Oracle 8.1.5 std on Red Hat 6
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
![]() |
![]() |