Path: text.usenetserver.com!out01a.usenetserver.com!news.usenetserver.com!in02.usenetserver.com!news.usenetserver.com!postnews.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail
From: =?iso-8859-15?Q?Andr=E9_Hartmann?= <andre.hartmann@hotmail.de>
Newsgroups: comp.databases.oracle.tools
References: <47345e78$0$16669$9b4e6d93@newsspool3.arcor-online.net> <1194616637.115847@bubbleator.drizzle.com>
Subject: Re: How to simulate ORA-03114 "Not connected to Oracle" in a test application?
Date: Fri, 9 Nov 2007 15:04:10 +0100
MIME-Version: 1.0
Content-Type: text/plain;
 format=flowed;
 charset="iso-8859-15";
 reply-type=response
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.3138
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198
Lines: 9
Message-ID: <473468e2$0$13121$9b4e6d93@newsspool2.arcor-online.net>
Organization: Arcor
NNTP-Posting-Date: 09 Nov 2007 15:04:18 CET
NNTP-Posting-Host: 6cebbf16.newsspool2.arcor-online.net
X-Trace: DXC=CI=VXfkcL<R1`E>oC;JXEZA9EHlD;3YcR4Fo<]lROoRQ4nDHegD_]RUQY4CTlSEGV_aT>am]5DHZV:KYhbBO1@2[g@mDK2C=B6Qh:mS:iE0`BY
X-Complaints-To: usenet-abuse@arcor.de
Xref: usenetserver.com comp.databases.oracle.tools:181769
X-Received-Date: Fri, 09 Nov 2007 09:04:19 EST (text.usenetserver.com)

"DA Morgan" <damorgan@psoug.org> schrieb im Newsbeitrag news:1194616637.115847@bubbleator.drizzle.com...
> Some Oracle error messages for example, ORA-03114 not connected to ORACLE, are not root causes but rather the result of something 
> else.
> A session might be disconnected for hundreds of reasons.


Yes, I know that. I am not aiming at tracking down the reason here, I am aiming at testing the application code, that reacts to the 
occurrence of the event. For example the reaction could be to establish a new connection to the schema and continue as normal.

