How can I set the lock timeout ???
193518Sep 9 2007 — edited Sep 9 2007I got to a point where I needed to increase my initrans since I got an ITL lock ...
I dont know why the database did not return an exception after many hours....
is there any parameter I can set so in case of LOCK it will throw an exception ?
I know I can use "select for update..nowait" or "select for update wait n"...
but that does not help me with UPDATE statements or such ITL deadlocks...
(using 9.2.0.4)
Thanx