Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Operations in huge transaction slow down suddenly. Why?
On Fri, 17 Dec 2004 17:01:12 +0100, "Bernhard Graeuler"
<fuerspam_at_gmx.de> wrote:
>Ok, that's it. If anyone has any suggestions what we could try next, or has
>an idea, what could be the reason for this, please answer this.
set event 10046 level 8 in the affected session and you'll know what it is waiting for. Likely the disk, as most time is wasted in the execute phase
alter session set events='10046 trace name context forever, level 8'; alter session set max_dump_file_size=unlimited
-- Sybrand Bakker, Senior Oracle DBAReceived on Fri Dec 17 2004 - 14:31:30 CST