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??
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 ----------------------------------- ------- ------------------------------ mts_dispatchers string mts_listener_address string (address=(protocol=ipc)(key=%s mts_max_dispatchers integer 0 mts_max_servers integer 0 mts_multiple_listeners boolean FALSE mts_servers integer 0 mts_service string ijkSVRMGR>
![]() |
![]() |