We are having issues with some of our applications that utilize=
connection pooling via the OracleConnection Class
Of the System=2EData=2EOracleClient Namespace=2E At this time we are=
unable to determine of the problem lies within our code that=
connects to our DB and then executes the necessary stored=
procecures, the parameters we define in the ConnectionString=
property, or the Oracle DB itself=2E What we do know, however is=
that when we enable connection pooling, over time our=
application is no longer able to connect to our DB and we=
receive =2ENET errors like the one I?ve pasted below=2E Then, when=
we recycle the application pool that this application is running=
in, we are able to connect to the DB again and our application=
works=2E Then, like I said over time, it will fail again, with the=
same or similar message=2E I?m also wondering if our code is not=
handling the connection to the DB properly=2E Perhaps we are not=
closing connections when an exception is thrown, or we are just=
not handling errors returned from the DB gracefully=2E
*****************************************************************=
****
Application KSLearn FailedSystem=2EWeb=2EHttpUnhandledException:=
Exception of type System=2EWeb=2EHttpUnhandledException was thrown=2E=
---> System=2EData=2EOracleClient=2EOracleException: ORA-03114: not=
connected to ORACLE
-----------------------
Posted by a user from =2ENET 247 (http://www=2Edotnet247=2Ecom/)
<Id>PqWnZqQwA0WZPDSxYXDN7w=3D=3D</Id>