ORA-03113 when installing Oracle 9i Release 2 on RedHat 7.2 [message #98684] |
Thu, 20 June 2002 08:16 |
Brian
Messages: 38 Registered: October 1999
|
Member |
|
|
I keep getting an ORA-03113 end-of-file on communications channel when installing Oracle 9i Release 2 (9.2.0.1.0) on RedHat Linux 7.2. I was able to run Oracle 9.0.1 without problems, but Release 2 is not working.
Anyone know what might be causing this?
The system has 4gig of RAM, and a 500meg swap partition.
I've modified the ipc settings for the kernel as well.
Is this a known bug, or am I missing something?
|
|
|
Re: ORA-03113 when installing Oracle 9i Release 2 on RedHat 7.2 [message #98685 is a reply to message #98684] |
Thu, 20 June 2002 13:30 |
bHa
Messages: 9 Registered: June 2002
|
Junior Member |
|
|
I'm not sure but...
if your database was created with 9.0.1, most likely your
instance won't start properly under 9.2.0.1.
anyway, see your alert file
$ORACLE_BASE/$ORACLE_SID/admin/bdump/alert_$ORACLE_SID.log
to get most details.
Besides, your swap space looks small for 4Go RAM. You
should give a quick test by adding some swapon.
Although it would not fit for production site, I get the
whole stuff running with 256Mo RAM and 512Mo swap.
|
|
|
|
|