PDA

View Full Version : oracle run installer hangs


pravin
12-17-01, 20:49
hi guys

I am trying to install oracle 8.1.7 on Red hat linux 7.2 with kernel 2.4.7 .

The problem is when i execute the command ./runinstaller
in Linux as Oracle user the machine hangs .

I cannot proceed with oracle installation.

Can any one throw light on this.

Thanks in advance.

pravin

bricklen
12-19-01, 16:46
are you using a Pentium 4 system? check the oracle.com discussion forums for more info

chao_ping
12-30-01, 09:03
BBeside pentium-4, in redhat 7.1/2, your have to install 6 compatible packages and then run installer.

astropp
01-07-02, 13:17
The problem should be bypassed setting this environment variable:

export LD_ASSUME_KERNEL=2.2.5

It's a (known) problem in then JRE... :-(
It worked for me...

regards