Cached selects

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
AL
Posts: 4
Joined: Wed 12 Apr 2006 13:46

Cached selects

Post by AL » Fri 14 Apr 2006 16:57

Has anyone tested this feature?

Issuing 1000 selects with the same CommandText gives me "Max cursors reached" exception. Are you guys sure you call OCIStmtPrepare2() if Command.Cached is set?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 19 Apr 2006 07:31

We have found a problem with Command.Cached and fixed it. This fix is included to OraDirect .NET 3.50.9

Post Reply