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?
Bart the bear wrote:
> Does anyboy know?
>
I think the SQL statement you are looking for is:
SELECT type, name, description
FROM v$lock_type
WHERE type = 'KO';
and it reports back:
KO
Multiple Object Checkpoint
Coordinates checkpointing of multiple objects
-- Daniel Morgan University of Washington Puget Sound Oracle Users GroupReceived on Fri Sep 22 2006 - 19:38:16 CDT
![]() |
![]() |