Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Ora - 03113 - End of file on communication channel while running
I am experiencing a similar problem with an insert statement and a update
statement on both Oracle 9.0.1.1 and 9.2.0.3. The session core dumps. I have
not had much luck finding anything about this on Metalink. On the update
statement, we found two work arounds. One was disabling a foreign key
constraint and the other was not to set the primary key values. We were able
to get SQL*Forms to stop updating the key fields which did not change by
changing a setting on the form. The insert statement has proven to be more
problematic. We definitely do not want to disable the foreign key constraint
even though it fixes the problem. Also, we can not avoid specifying the
primary keys in a new record. I have not had time to develop a test case to
submit in an iTAR yet.
-----Original Message-----
[mailto:Ranganath.Krishnaswamy_at_blr.hpsglobal.com]
Sent: Tuesday, April 08, 2003 9:09 AM
To: Multiple recipients of list ORACLE-L
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).
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 - 17:28:42 CDT
![]() |
![]() |