From Marty.Phee@bp.com Tue May 6 20:54:48 2003 Return-Path: Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 60306 invoked from network); 6 May 2003 20:54:48 -0000 Received: from amnapsmtp01.bp.com (208.251.247.82) by daedalus.apache.org with SMTP; 6 May 2003 20:54:48 -0000 Received: from amhouav002.bp.com (inetgate11.bp.com [63.118.26.162]) by amnapsmtp01.bp.com (Switch-3.0.4/Switch-3.0.0) with SMTP id h46L0n4C023347 for ; Tue, 6 May 2003 16:00:49 -0500 (CDT) Received: from 149.178.200.224 by amhouav002.bp.com (InterScan E-Mail VirusWall NT); Tue, 06 May 2003 09:41:42 -0500 Received: by AMNAPX4 with Internet Mail Service (5.5.2653.19) id ; Tue, 6 May 2003 09:41:42 -0500 Message-ID: <632FD24AB6FEA649A69ADA4E7593BF9082175D@bp1napex003.bp1.ad.bp.com> From: "Phee, Martin J (Jump Tech)" To: torque-user@db.apache.org Subject: Bad connections being returned Date: Tue, 6 May 2003 09:44:49 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm still having problems with bad connections being returned from Torque. Seems there were some network problems today and Torque lost the connections, but it still returned those connections to my app. I do have my test sql set in the torque.conf. I'm getting an ORA-03113. End of file on connection. How can I trap for this condition, force torque to close it, and try to open a new one. Right now I have my server restarting tomcat every Sunday because of this problem.