Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: silent oracle install HELP please
Actually I would like to know how to install oracle by not using the
graphic display and headless .
How do I do that? install and not using any graphic
Thanks
Teresa
Patrox wrote:
> > ./runInstaller -responseFile enterprise.rsp
>
> if you can't export your display to a remote X server use :
> ./runInstaller -silent -responseFile enterprise.rsp
>
> if you REALLY need graphic display on the server you wrote about, use :
> export DISPLAY=198.33.74.1:0.0
>
> and check on 198.33.74.1 that you allowed displays from your local
> server; for example on your local server (let say it is 10.0.0.1) as
> "root" type : xhost + 10.0.0.1
>
> elsewhere it won't allow your remote displays.
> Make sure with network guys you don't have a firewall or some
> restrictions between your local server and 198.33.74.1 as it can prevent
> you also to use graphic displays.
>
> rgds,
> Patrice Castet
> Sr Oracle DBA
Received on Fri Sep 01 2006 - 08:01:55 CDT
![]() |
![]() |