Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Uknown query
Hi all,
In my statspack reports, I´ve been seeing some similar queries that are unknown for me. They are being executed hundreds of times, but I want to find out who is running them. Here´s one of the queries :
select a.default_cpu_cost, a.default_io_cost
from association$ a
where a.obj# = :1
and a.property = :2
Can you help me?
Thanks in advanced,
Carlos
Received on Sat Dec 30 2006 - 07:59:45 CST