Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-03113: end-of-file on communication channel --- what causes it??
Hi,
Yes, looks like you need to contact Oracle support.
You might want to look at your core file, sometimes there is useful information in there. (like open cursors for your session)
vi /tmp/ora_17205.trc should do it.
Karsten
In article <3845ecfe_at_news.lhsgroup.com>,
"Cheong" <ccheong_at_my.lhsgroup.com> wrote:
>
> karsten_schmidt8891_at_my-deja.com wrote in message
> <823ce5$dgb$1_at_nnrp1.deja.com>...
> >Hi,
> >
> > you often get this error when connection is lost to your serverside
> > background process.
>
> All necessary background processes are running no problem.
>
> >
> > This might happen if your server dies altogether, or if your own
> > shadow process dies (among other things). Listener problems are
> > unlikely - listener is not involved after you have a connection.
> >
> > check the servers alertlog-file, you should find an entry
> > corresponding to your crash there.
> >
>
> On following the server alert log when the select statement is issued,
I
> get:
> Thu Dec 2 11:41:02 1999
> Errors in file /tmp/ora_17205.trc:
> ORA-07445: exception encountered: core dump [11] [0] [0] [0] [] []
>
> SQL> ! oerr ora 7445
> 07445, 00000, "exception encountered: core dump [%s] [%s] [%s] [%s]
[%s]
> [%s]"
> // *Cause: An OS exception occurred which should result in the
creation of a
> // core file. This is an internal error.
> // *Action: Contact your customer support representative.
>
> SQL>
>
> Core file is generated by Oracle indeed, but it is of not much use to
me ---
> looks like contacting Oracle Support is inevitable... Or, perhaps,
Oracle
> 7.3.2.2.0 has got a bug that causes this errror...
>
> > Do you use MTS or single threaded Server ?
>
> Single threaded:
> SVRMGR> show parameter mts
> NAME TYPE VALUE
> ----------------------------------- -------
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Dec 02 1999 - 10:09:22 CST
![]() |
![]() |