Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: What is lock type 'KO' in v$lock table?

Re: What is lock type 'KO' in v$lock table?

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 22 Sep 2006 17:38:16 -0700
Message-ID: <1158971894.108932@bubbleator.drizzle.com>


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 Group
Received on Fri Sep 22 2006 - 19:38:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US