Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: how-to install Oracle 10g on RHES3 with no X-windows
googleboy wrote:
> I have an RHES system without X that I would like to install Oracle 10g
> on. I have read the install guide and looked at the 'silent' isntall
> doco. The 10g guide seems to omit the sample response file, and also
> talks as though the system has X, but the reason for the silent install
> is for installations across multiple systems.
>
> I would appreciate pointers to documentation on installing and using
> oracle sans gui, and also any war stories that you may feel would help
> me in my venture.
Why not use VNC Server? X is by default (should be) installed on RHES. So all you do is the following in the oracle Unix account:
Okay, after having started VNC Server, you use your Windows/Linux desktop to connect to the VNC server's desktop. Launch vncviewer, supply the IP/hostname of the server plus desktop number (e.g. 192.168.0.100:1), type the password and off you go.
Now you can run Oracle's UI, OEM, dbca, netca and what not. This is a heck of a lot easier than doing a silent install and still not being able to use something like dbca.
VNC viewer can be downloaded (for Windows) from http://www.tightvnc.org/
VNC Server is bundled with RHES as a RPM.
VNC can easily be reversed tunnelled via ssh for fully and totally secure X desktop session.
VNC desktop is persistant. You can reconnect to the desktop from home after leaving the office and continue the desktop session.
And in The Next Issue: running VNC with VMware and turning virtual computing into reality computing! ;-)
-- BillyReceived on Tue Oct 18 2005 - 08:19:09 CDT
![]() |
![]() |