ORA-03113: end-of-file on communication channel after long inactivity in ASP.Net app

后端 未结 7 700
名媛妹妹
名媛妹妹 2020-12-08 10:37

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.

7条回答
  •  离开以前
    2020-12-08 11:21

    This error message can be thrown in the application logs when the actual issue is that the oracle database server ran out of space.

    After correcting the space issue, this particular error message disappeared.

提交回复
热议问题