Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-3113 - End of file on communcation channel error

Re: ORA-3113 - End of file on communcation channel error

From: Andrew Betlehem <Andrew.Betlehem_at_ml.csiro.au>
Date: 1997/02/02
Message-ID: <32f51ee3.241458099@news>#1/1

Last week, I started receiving the same error message - from SQL*Plus. I did track down the cause:
I was using

                select function(x,y) from table;
but 'function' was both an oracle stored procedure and the name of a field in 'table'. Changing the name of the stored procedure fixed the problem.

This helped me, but it may have nothing to do with your problem.

Andrew.Betlehem_at_marine.csiro.au          Received on Sun Feb 02 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US