Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Deadlock on overflow segment !? (for experts)
Ora-04020 is a KGL deadlock, not a data deadlock, and can indicate an internal coding error on the part of the Oracle developers.
4020 deadlocks could appear with partitioned IOTs in earlier versions of 8.1 if you split two different partitions of the same partitioned IOT at the same time. Would this be consistent with your '2 or 3 times per day' ?
-- Regards Jonathan Lewis http://www.jlcomp.demon.co.uk The educated person is not the person who can answer the questions, but the person who can question the answers -- T. Schick Jr One-day tutorials: http://www.jlcomp.demon.co.uk/tutorial.html ____Finland__September 22nd - 24th ____Norway___September 25th - 26th Three-day seminar: see http://www.jlcomp.demon.co.uk/seminar.html ____USA_(CA, TX)_August ____USA__October ____UK___November The Co-operative Oracle Users' FAQ http://www.jlcomp.demon.co.uk/faq/ind_faq.html "Andras Kovacs" <andkovacs_at_yahoo.com> wrote in message news:412ebb69.0307210414.47dbc323_at_posting.google.com...Received on Wed Jul 30 2003 - 04:24:28 CDT
> Hi,
>
> I am having a curious issue with an Index oraganized PARTITIONED
> table. There is a single application that inserts data into this
table
> on regular basis (every 5 min). Then sometimes we are getting error
> with the following indication:
>
> ORA-04020: deadlock detected while trying to lock object
> USER.SYS_IOT_OVER_6840.
>
> I have no control over overflow segments.
> I read several articles on deadlocks but none of them handle IOT
table
> deadlock issues. The problem is difficult to reproduce but happens
2-3
> times a day and causes major problem in our system.
>
> Is there a way to fine tune some table parameters avoid this
situation
> ?
>
> The table doesn't have much attributs, I could put all of them into
> the index. (Though read performance could take a hit).
>
> I heared that there is a deadlock issue when IOT is partitioned.
> Is there an article on this ?
![]() |
![]() |