Documentation on Workflow Instance Store

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 27 Feb 2012 13:43

New build of dotConnect for Oracle 6.70.311 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=23469 .

cfuehrmann
Posts: 10
Joined: Tue 13 Dec 2011 13:20
Location: Erlangen, Germany

Concerning our instance-store problems

Post by cfuehrmann » Wed 14 Mar 2012 10:44

Since the above release, the instance store works for us - thanks!

Beziel
Posts: 7
Joined: Thu 28 Jul 2011 09:45

Post by Beziel » Thu 15 Mar 2012 15:44

There is a bug into the oracleinstancestorelogic.sql

p_lockExpiration := sysdate + p_lockTimeout / 24*60*60;

must be

p_lockExpiration := sysdate + p_lockTimeout / (24*60*60);

Regards

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

Post by Shalex » Fri 16 Mar 2012 12:57

Thank you for your report. We will post here when correction is included into public build of dotConnect for Oracle.

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

Post by Shalex » Thu 29 Mar 2012 15:50

New build of dotConnect for Oracle 6.80.332 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=23775 .

Post Reply