Tagged Questions
3
votes
6answers
25k views
ORA-03113: end-of-file on communication channel after long inactivity in ASP.Net app
I've got a load-balanced (not using Session state) ASP.Net 2.0 app on IIS5 running back to a single Oracle 10g server, using version 10.1.0.301 of the ODAC/ODP.Net drivers. After a long period of ...
1
vote
0answers
89 views
How do I create an instance of Oracle.DataAccess.Client.OracleException to use with NMock
I'm using the Oracle.DataAccess.Client data provider client. I am having trouble constructing a new instance of an OracleException object, but it keeps telling me that there are no public ...
0
votes
1answer
182 views
Error when trying to connect to Oracle 10g database from C# program employing minimal set-up configuration
I'm experiencing an error when trying to connect to a remote Oracle 10g database from a C# 2008 Express Edition application I'm developing. I'm trying to use a minimalist, non-intrusive approach to ...