OracleDatasource produce a lot of select count(*)
Posted: Sat 20 Aug 2011 13:22
OracleDatasource produce a lot of
when I don't need it, can I stop this ?
for understanding: which part needs the affected rows ?select count(*) (select * from xyz /*my ordinary query*/)
when I don't need it, can I stop this ?