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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Ora - 03113 - End of file on communication channel while running

RE: Ora - 03113 - End of file on communication channel while running

From: Fermin Bernaus Berraondo <fbernaus_at_sammic.com>
Date: Tue, 08 Apr 2003 06:33:36 -0800
Message-ID: <F001.0057CBB3.20030408063336@fatcity.com>

        Check your alertSID.log file and look for any OS error.

        Last time we had this same error, the problem was coming up because our HP-UX system kernel parameters regarding file and pointers (inodes, ifiles parameters) values were too low, and the system was not able to open any more files nor pointers for new processes and the session was closed.

-----Mensaje original-----
De: root_at_fatcity.com [mailto:root_at_fatcity.com]En nombre de Krishnaswamy, Ranganath
Enviado el: martes, 08 de abril de 2003 15:09 Para: Multiple recipients of list ORACLE-L Asunto: Ora - 03113 - End of file on communication channel while running

Hi List,

        I am running Oracle 9.0.1.0.0 on Sun Solaris 2.8. I am getting Ora - 03113 and my session is getting disconnected while running the below insert statment:

        insert into flight_schedule(flight_no, weekdays, valid_from, valid_to)

        select unique flight_no, weekdays, valid_from, valid_to from temp1;

        I tried 'n' number of times trying to run the same statement by reconnecting but my session is getting disconnected and I am getting the above error message.

        How do I resolve this problem? Any help in this regard is very much appreciated.

Thanks and Regards,

Ranganath
WARNING: The information in this message is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful. Please immediately contact the sender if you have received this message in error. Thank you.
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Krishnaswamy, Ranganath
  INET: Ranganath.Krishnaswamy_at_blr.hpsglobal.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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.net
--

Author: Fermin Bernaus Berraondo
  INET: fbernaus_at_sammic.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 08 2003 - 09:33:36 CDT

Original text of this message

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