While Installing Oracle I got following Error:
[oracle@neelesh ORACLE]$ ./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/OraInstall2008-07-06_12-26-00PM. Please wait ...[oracle@neelesh ORACLE]$ No protocol specified
Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDispl
ay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(U
nknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at java.awt.GraphicsEnvironment.getLocalGra
phicsEnvir onment(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>(Unkno
wn Source)
at oracle.ewt.lwAWT.BufferedFrame.<init>(Un
known Source)
at oracle.sysman.oio.oioc.OiocOneClickInsta
ller.<init >(OiocOneClickInstaller.java:378)
at oracle.sysman.oio.oioc.OiocOneClickInsta
ller.main( OiocOneClickInstaller.java:2091)
SOLUTION: --
1. login as root
2. # xhost +
3. Login as oracle
4. # xhost +
Now try ./runInstaller.