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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Deadlock issues in 8.1.7.2

Re: Deadlock issues in 8.1.7.2

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Fri, 22 Mar 2002 12:08:19 -0800
Message-ID: <F001.004313E5.20020322120819@fatcity.com>

Are they 04020 deadlocks or 00060 deadlocks ? Are they deadlocking on TX mode 6 or TX mode 4 ?

There isn't much useful information in your post, but if you are using bitmap star transformations it is possible that your deadlock is a TX mode 4 type due to concurrent updates in overlapping bitmap segments.

Data Deadlocks (00060) take 3 seconds max to clear and the first process into the deadlock seems to be the one to receive the error message and roll back at the statement level - however this does NOT necessarily clear the situation: typically the session still has to issue a complete manual rollback to allow the other session to continue.

There are cases of 04020 deadlocks that occur only after one session has completed the data dictionary event that is holding the other session in a TX/4 wait.

(NB for TX/4 on data, you can also read TX/5).

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

Next Seminar - UK, April 3rd - 5th
http://www.jlcomp.demon.co.uk/seminar.html

Host to The Co-Operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/faq/ind_faq.html

Author of:
Practical Oracle 8i: Building Efficient Databases

-----Original Message-----
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Date: 22 March 2002 19:14

|Is anyone having deadlocking issues with the 8.1.7.2 release of
Oracle?
|
|If you are, how serious are these errors? What are the consequences
|of the deadlock error messages. How long does it actually take to
|clean up the deadlocks? Does one of the transactions roll back?
|Does it then reissue later? I've opened a TAR but support seems
unable
|to answer these questions to my satisfaction and I can't find this
|particular
|problem documented on Metalink. Maybe I'm not searching on the
|right thing. The error number seems to have very little information
|associated
|with it.
|
|We are doing some advance testing of an upgrade from 8.0.4 to 8.1.7.2
|of a data warehouse. We are using partitioning, the
STAR_TRANSFORMATION
|set to true, otherwise, a fairly typical database.
|
|We are using version 2.6 of Sun Solaris, EMC disk, and Veritas volume
|manager.
|
|During testing of two data load scripts, we get recurring deadlock
errors
|on
|the 8.1.7.2 test database. We can reproduce these errors every time
we
|run these scripts togethe
|
|In our current 8.0.4 database, we run the two scripts together and it
is
|not an option
|to run them sequentially, instead of concurrently, since we don't
have a
|long enough
|window to run them concurrently.
|
|Thanks in advance for any help.
|
|Cherie Machler
|Oracle DBA
|Gelco Information Network
|

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jonathan Lewis
  INET: jonathan_at_jlcomp.demon.co.uk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Mar 22 2002 - 14:08:19 CST

Original text of this message

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