Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Deadlock Detection
wow. great post.
-----Original Message-----
Sent: Friday, June 22, 2001 11:50 AM
To: Multiple recipients of list ORACLE-L
Tom,
The information you need should be in the trace file, but it's not in the excerpt you've listed, but the true problem is listed:
> Rows waited on:
> Session 27: no row
"No row" indicates that the deadlock is due to a lack of available ITL slots in the datablock.
Unfortunately resolving this requires recreating the object with either a high initrans value (to explicitly reserve space for more ITL slots) or a higher pctfree value (to give the ITL table more room to grow).
Depending on the application it could also be that multiple sessions are acquiring the same block off the free list so using multiple free lists could also help. Starting with 8.1.6 this setting can be changed dynamically; prior to that you must recreate the object.
Note: 62365.1 also has some good info
HTH,
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: A. Bardeen INET: abardeen1_at_yahoo.com 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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Mohan, Ross INET: MohanR_at_STARS-SMI.com 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 Jun 22 2001 - 11:41:09 CDT