B bsi65 Member Aug 21, 2008 #1 Property TOracleDataSet(TOracleQuery).Optimize always = false, and I can`t set it to true in Property Editor. DOA 4.1.1 for Delphi 7.
Property TOracleDataSet(TOracleQuery).Optimize always = false, and I can`t set it to true in Property Editor. DOA 4.1.1 for Delphi 7.
Marco Kalter Administrator Staff member Aug 25, 2008 #1 That is indeed correct. There is a bug in Oracle Server 10.2, which was later backported to 10.1 and 9.2, which caused access violations when reusing parsed cursors. Therefore we disabled it.
That is indeed correct. There is a bug in Oracle Server 10.2, which was later backported to 10.1 and 9.2, which caused access violations when reusing parsed cursors. Therefore we disabled it.
J jdol Member Jan 23, 2014 #1 I have the same issue. Has anything happened or is there another way to ensure optimized queries? Best J
I have the same issue. Has anything happened or is there another way to ensure optimized queries? Best J
Marco Kalter Administrator Staff member Jan 24, 2014 #1 It is not really an issue, performance impact will be minimal.