Devart.Data.Oracle.OracleException: ORA-03113: end-of-file o

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
danielliu8
Posts: 33
Joined: Wed 17 Jun 2009 22:59
Location: ca

Devart.Data.Oracle.OracleException: ORA-03113: end-of-file o

Post by danielliu8 » Wed 23 Sep 2009 20:14

Hi,

We have a long script to run on oracle from webpage, we used dotConnect for Oracle, there is following error:

Devart.Data.Oracle.OracleException: ORA-03113: end-of-file on communication channel

would you please tell how to fix?

thanks

danielliu8
Posts: 33
Joined: Wed 17 Jun 2009 22:59
Location: ca

Post by danielliu8 » Thu 24 Sep 2009 18:04

It seems timeout error, is it anyway to set timeout value for dotConnect for Oracle?

thanks

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 28 Sep 2009 10:55

Please try increasing the value of the CommandTimeout property of the OracleCommand object. For more information about this property, please refer to our online documentation at http://www.devart.com/dotconnect/oracle/docs .

Post Reply