Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-03113
reger_at_mdw.ac.at schrieb:
> are you sure that you set ORACLE_SID appropriately?
> sqlplus /nolog
> connect sys/change_on_install_at_XXX as sysdba
> startup (nomount)
>
> replace XXX with your SID, typically ORCL.
>
> if this doesn't help, try:
>
sorry - this was misleading: meant use O9i on RH7.2
and they all work fine - so far.
>
> use O9i on RH7.2 twice, SunOS 5.8 twice, W2k twice- they all run fine.
>
> you need a workaround to get it started, esp the binutils must be downgraded
> for
> installation. (rpm -Uhv --nodeps --force binutils-2.10.0.18-1.i386.rpm from
> release RH7.0). after installation
> of oracle you can upgrade again. (rpm -Uhv binutils-2.11.90.0.8-9.i386.rpm)
after upgrading again edit the file
$ORACLE_HOME/bin/genclntsh
find the line
LD_SELF_CONTAINED="-z defs"
and edit so, that it reads
LD_SELF_CONTAINED=""
then
cd $ORQACLE_HOME
relink all
the latter builds all binaries newly.
this worked for me - on both RH7.2 dual-piii-machines with O9i - will change to glibc-2.2.4-24.i686.rpm kernel-smp-2.4.9-31.i686.rpm shortly -
and - on request - report after that.
> .
>
> I happened to install it this weekend twice and had no problems- but I used
> kernel 2.4.7-10smp.
> br marc
>
> ltiu schrieb:
>
> > Hello Guys,
> >
> > Linux 2.4.18
> > Pentium III
> > both Oracle 9i and 8i
> > used netca and netmgr to configure listener
> > listener is configured and listening off port 1521
> > init.ora is ready and in under "<OracleHome>/dbs"
> >
> > in sqlplus, the command "startup nomount" gives me this error:
> >
> > ORA-03113 end-of-file on communication channel
> >
> > I've read the 9i ErrorCodes documentation, it explains what the problem
> > could be but not a solution. Could someone on this list email be some
> > suggestions on how to fix this problem. Even better if someone here has
> > encountered this same problem and was able to fix it, could you email me
> > the solution? Thanks.
> >
> > ltiu
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: ltiu
> > INET: ltiu_at_alumni.sfu.ca
> >
> > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> > San Diego, California -- Public Internet access / Mailing Lists
> > --------------------------------------------------------------------
> > To REMOVE yourself from this mailing list, send an E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from). You may
> > also send the HELP command for other information (like subscribing).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: reger_at_mdw.ac.at Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Apr 23 2002 - 07:58:23 CDT
![]() |
![]() |