Mandrake 8.2 + ORA-03113 [message #98675] |
Fri, 31 May 2002 01:48 |
vincent
Messages: 18 Registered: November 1998
|
Junior Member |
|
|
Hi
I installed Oracle 8.1.7 on my Mandrake 8.2
Trouble is I cannot create any database on it either automatically with dbassist or manually through svrmgr.
Each time I get the following error : ORA-03113 - end-of-file on communication channel.
I installed Oracle with the minimal settings so that I was sure all required files would be installed but still i get the error.
I would really appreciate some help !!!
Thank you !!
Vincent
|
|
|
Re: Mandrake 8.2 + ORA-03113 [message #98689 is a reply to message #98675] |
Wed, 03 July 2002 10:10 |
Emmanuel
Messages: 6 Registered: February 2000
|
Junior Member |
|
|
I have the same problem, I try to change the the kernel parameter for shared memory and semaphores with the sysctl command, but is not working, I try:
echo 268435456 > /proc/sys/kernel/shmmax
echo 250 32000 100 128 > /proc/sys/kernel/sem
I also need help
Thanks
Emmanuel
|
|
|
Re: Mandrake 8.2 + ORA-03113 [message #98704 is a reply to message #98675] |
Fri, 26 July 2002 18:02 |
troy campano
Messages: 1 Registered: July 2002
|
Junior Member |
|
|
Did you try downloading the glibc libraries from the oracle site? They should be located around where you download the 8.1.7 database. I had the same problem on redhat. After it asks you to run that root.sh script, I unpacked the library at $ORACLE_HOME/lib/ and it created the $ORACLE_HOME/lib/stubs directory. Then I ran the shell script that was in that directory. After that, the install went smooth.
|
|
|
Re: Mandrake 8.2 + ORA-03113 [message #98751 is a reply to message #98704] |
Mon, 14 October 2002 21:21 |
Parthiban
Messages: 1 Registered: October 2002
|
Junior Member |
|
|
Hi,
I am using oracle 9.2.0.1.0 on redhat linux 7.2. My database crashed and I rebooted the linus server. When I started the database, I got this ORA-03113 error.
Here r my commands....
[[oracle@xamot 9.2.0.1.0]]$ sqlplus "/ as sysdba"
SQL*Plus: Release 9.2.0.1.0 - Production on Tue Oct 15 00:07:31 2002
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to an idle instance.
SQL> startup nomount pfile='/u01/app/oracle/product/db/9.2.0.1.0/dbs/initoradb.ora';
ORA-03113: end-of-file on communication channel
What hould be the problem. Is there a way to start the database. I don't mind losing the data. If possible can anybody tell me, how to start or to create a new instance? What are the changes I should make if I create a new instance? Thanx much for the effort.
Parthiban
|
|
|
Re: Mandrake 8.2 + ORA-03113 [message #99197 is a reply to message #98704] |
Thu, 14 October 2004 06:28 |
SL
Messages: 2 Registered: April 2002
|
Junior Member |
|
|
Here is the stub mentioned by Troy.
glibc-2.1.3-stubs.tar.gz
use
$tar -zxvf glibc-2.1.3-stubs.tar.gz
to unzip it locally. It will extract an lib library, just copy the contenst of lib over $ORACLE_HOME/lib, e.g.
$cp -R lib/* $ORACLE_HOME/lib
And run the shell script
$ ./setup_stubs.sh
|
|
|