migration to oracle client 9.2.0.5 or 10.... : AV in oracle client

pult

Member²
On the client 8.1 appendix works normally. At updating the client on version 9 or 10 there is a failure by a call of method Refresh. Replacement on Open/Close has not helped. The situation was corrected with property Optimize: = False;

Probably in the client oracle there is a mistake. The opportunity of global switching-off Optimize for TOracleSession is necessary.

It is similar to the following:

OracleSession1.OptimizePrepare := False;

(default value is True).
 
I have not received any problem report about this before. Can you send me a demo project to reproduce this?
 
This is an Oracle Server 10.2 bug. Are you using this version?

Note that in 4.0.7 there is a global Oracle.NoQueryOptimize variable that you can set to True to work around the problem.
 
Back
Top