New to Installing Oracle on Redhat Linux [message #408528] |
Tue, 16 June 2009 10:17 |
jxh461
Messages: 185 Registered: March 2005
|
Senior Member |
|
|
Hi All,
I am a newbie to installing Oracle on linux
I currently have Red Hat 4.2.2.13 machine.
I have created and mounted my filesystems including
/dev/sda11 --> /u01/app/oracle/product/10.2.0.1-1.0/db_1
I downloaded /root/oracle-xe-univ-10.2.0.1-1.0.i386.rpm but
I do not know how to proceed from here. What do i do with rpm file ?
Thanks in advance for your help.
|
|
|
|
|
Re: New to Installing Oracle on Redhat Linux [message #410319 is a reply to message #408533] |
Fri, 26 June 2009 03:43 |
jxh461
Messages: 185 Registered: March 2005
|
Senior Member |
|
|
I decided to go with Oracle 10g Enterprise as I need it to learn OEM. I am now getting this error.Can someone tell me how to fix this error ?
oracle@jhlinux database]$ ls
doc install response runInstaller stage welcome.html
[oracle@jhlinux database]$ ./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-06-26_04-30-52AM. Please wait ...[oracle@jhlinux database]$ Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using 'jhlinux.home.com:0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
at java.awt.Window.init(Unknown Source)
at java.awt.Window.<init>(Unknown Source)
at java.awt.Frame.<init>(Unknown Source)
at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)
|
|
|
Re: New to Installing Oracle on Redhat Linux [message #410324 is a reply to message #410319] |
Fri, 26 June 2009 04:54 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Oracle can't connect to the X server to display the GUI.
Fix this on the Linux level, until you can run "xclock" from the same command prompt you start the oracle installer.
Are you doing this locally on the box? Then log into the GUI account (Gnome/KDE/Whatever) with the oracle user.
Are you doing it remotely? Google for X server forwarding
|
|
|
|