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

Home -> Community -> Usenet -> c.d.o.misc -> Re: reason of block level lock ?

Re: reason of block level lock ?

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Wed, 17 Jul 2002 22:05:06 +0100
Message-ID: <1026941071.24720.1.nnrp-13.9e984b29@news.demon.co.uk>

Different copies of the same program
inserting the same primary key values.

General cross-over on inserting/deleting parent and child rows

Bitmap indexes in place when inserts,
updates, or deletes take place.

--
Jonathan Lewis
http://www.jlcomp.demon.co.uk

Next Seminars
 UK  July / Sept
 Australia August
 Malaysia September
 USA (MI) November

http://www.jlcomp.demon.co.uk/seminar.html

Jaret Lafoudravecmonhné wrote in message ...

>
>Hello,
>
>this night a program which run in multi-instance is fallen in dead-lock.
>Typical "No-row" dead-lock you obtain when INITRANS is too low.
>
>But INITRANS is 16 on the table the deadlock appears and only 4 instances
of
>the program (massive delete) work on this table.
>
>Initrans is 16 since the creation on this table.
>
>So is there another reason to obtain these sort of deadlock ?
>
>
>thanks for any help.
>
>Ludo
>
>
Received on Wed Jul 17 2002 - 16:05:06 CDT

Original text of this message

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