Hi all,
The below SQL query ran from an application process it is eating up 30 - 35% of the CPU time.. It executed 134,145,746 times and transferred about 15GB data. The service that runs this process polls the database to get the data but the interval that it runs seems to be excessive..
SELECT jpt_id, seq_no, card_read
FROM uttrn
WHERE uttrn.code = 1 AND uttrn.ptr_read = 'AE'
ORDER BY jpt_id,seq_no
At this point, I'm not able to run a trace on this system it makes it more complicated to see what is wrong..
I would appreciate any feedback on the workarounds for this issue.
Thanks much
Edited by: user10192995 on Jan 11, 2011 5:18 AM