Timeout

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Trixz
Posts: 31
Joined: Thu 30 Apr 2009 07:59

Timeout

Post by Trixz » Wed 14 Oct 2009 11:44

We have a storeprocedure call that in previous version worked fine (version from june i think), but in the latest version times out.

We use Linq to Sql and tried to set the Timeout parameter on the context with no success. The call runs for about 30 sec before crashing in a ORA-03113: end of communication channel.

We found this, and thats what we tried to do
http://www.devart.com/forums/viewtopic. ... a880ea6f12

This problem did not exist in earlier versions

Trixz
Posts: 31
Joined: Thu 30 Apr 2009 07:59

Post by Trixz » Wed 14 Oct 2009 12:18

When I debug I get a "commandTimeout not supported" for the property

Trixz
Posts: 31
Joined: Thu 30 Apr 2009 07:59

Post by Trixz » Wed 14 Oct 2009 12:44

Also I tried this

http://stackoverflow.com/questions/1224 ... data-class

But still, property not supported exception. How do I set this??

Trixz
Posts: 31
Joined: Thu 30 Apr 2009 07:59

Post by Trixz » Wed 14 Oct 2009 13:34

Ok, found this
http://www.devart.com/forums/viewtopic.php?t=15931

Seems like you have made changes anyway...
But thats the version we're using

But if you look att this
http://www.devart.com/dotconnect/oracle ... story.html

The commandtimeout does not exist in the list. Did you forgot it or isn't it working?

Trixz
Posts: 31
Joined: Thu 30 Apr 2009 07:59

Post by Trixz » Fri 16 Oct 2009 09:56

CAN YOU PLEASE COMMENT??

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 16 Oct 2009 12:38

We have made some changes in the CommandTimeout implementation.
The upcoming build contains this property.

Post Reply