High parse calls
Hi,
The Workload Repository report for 1 hour period says that the following sql had Parse Calls = Executions = 11,223:
SELECT CODLOC FROM R016HIE WHERE NUMLOC=:NumLoc AND DATINI <= :DatIni AND DATFIM >= :DatFim
Can anyone explain why is it so, since the sql is using bind variables and the instance has 30% free shared pool space? Why Oracle is parsing the sql before every execution? Why is it not reusing the parse information?
Thanks,
Ezio.