Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: What is lock type 'KO' in v$lock table?
On Fri, 22 Sep 2006 17:10:00 -0700, Charles Hooper wrote:
> Bart the bear wrote:
>> Charles Hooper wrote: >> > Bart the bear wrote: >> > > Does anyboy know? >> > >> > Try here for an answer: >> > http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14237/enqueues.htm >> > >> > Maybe this SQL statement will help: >> > SELECT >> > * >> > FROM >> > V$LOCKED_OBJECT; >> >> It doesn't tell me anything. What the heck is "multiple objects >> checkpoint"?
Charles, here is what happens:
I have a script which has to update ~60M rows. I had to kill it and re-start it. The new incarnation did not wait for a bunch of TX locks, it was waiting for the following event:
ENQ: KO - fast object checkpoint
Surprisingly enough, this lock was held by the CKPT process, not PMON, as I've expected. Very few undo blocks were actually consumed in v$undostat. My question is what is "fast object checkpoint" and is there a new method of reclaiming resources held by murdered transactions? Is it documented anywhere? Received on Fri Sep 22 2006 - 19:18:34 CDT
![]() |
![]() |