Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Having Deadlock Problem
Sessions can & do go quietly into enqueue wait state & will wait
forever
to acquire a needed ITL slot for an object.
Hello everyone,
Thanks for your responses, I have tried analyzing the suggestions that you made and found the following.
We have MDAC 2.7 installed on the application server and the application server is hosted on windows 2000 advanced server with SP4. Any idea if there are any known issues with this configuration?.
I checked the parameters for the two tables facing this locking problem. They are
STOCKBALANCE:
INITIAL 512K MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
SERIALNUMBERTRACK:
INITIAL 902640K MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1
I have already tried increasing the distributed lock timeout value and this had a reverse effect, as the first transaction itself was stuck for unknown reason now the other transactions now waiting for locks to be released , take a longer time to rollback.
Thanks in advance
Andy Received on Wed Jun 09 2004 - 07:41:17 CDT