Assertion failure on OraClasses.pas line 9967

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
a-s-z
Posts: 106
Joined: Wed 03 Dec 2008 06:01

Assertion failure on OraClasses.pas line 9967

Post by a-s-z » Tue 07 Apr 2009 13:22

I am getting an assertion failure when calling ApplyUpdates (OraClasses.pas line 9967).

I am using TOraQuery using CachedUpdates and BatchUpdateSize of 20 in direct mode.
The problem seems to be the call of ParseSQL with Params set to nil at DBAccess.pas line 9578.

Odac version is 6.80.

What is needed to fix the error?

Any hints on using batch update mode?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 08 Apr 2009 08:39

We could not reproduce the problem. Please send to odac*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.

a-s-z
Posts: 106
Joined: Wed 03 Dec 2008 06:01

Post by a-s-z » Wed 08 Apr 2009 13:06

I have sent a sample to you.

a-s-z
Posts: 106
Joined: Wed 03 Dec 2008 06:01

Post by a-s-z » Mon 20 Apr 2009 05:04

Hello Plash,
a-s-z wrote:I have sent a sample to you.
Is there any progress on this issue?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 21 Apr 2009 07:18

We have fixed this problem. The fix will be included in the next build of ODAC.

Post Reply