Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: PLEASE . . . [ORA-03113: end-of-file on communication channel]
In article <8mmtr4$j9$1_at_wanadoo.fr>,
"TSAR" <jex_at_tsar.yi.org> wrote:
> Hello everybody,
>
> I have installed Oracle8i R2 (8.1.6.1) for Linux on a RedHat(i386)
with a
> SMP kernel, when I run svrmgrl I get this :
> [oracle_at_tsar jlib]$ svrmgrl
> Oracle Server Manager Release 3.1.6.0.0 - Production
> Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
> ORA-03113: end-of-file on communication channel
> SVRMGR>
ORA-03113 means exactly what it says (albeit somewhat cryptically) -
that the communications channel between the application you are running
(in this case SVRMGRL) and the database has dropped out. This is more
common in a client-server environment where it may be caused by
physical network or database networking problems, so the client-side
app will report this message.
I am not sure why this would happen on the same box in IPC mode. Do you have the correct ORACLE_SID set?? Enabled IPC (inter-process communication - I'm not sure if this is necessary under Linux, but it is for OpenVMS. Might be named pipes under Unix) as well as TCP/IP protocols? Enabled 127.0.0.1 as localhost? Sorry I can't be of any more help!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Brad van Eps vaneps_at_my-deja.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Mon Aug 07 2000 - 00:00:00 CDT
![]() |
![]() |