Lock wait/nowait timeout
540008Oct 17 2006 — edited Oct 17 2006Hi
is there a way to determine how much time will a transaction wait until the resource becomes unlocked?
Maybe something like:
select ... for update WAIT <for time>
Is there something in the Oracle instalation level rather than a specific transaction?
Is it more logic to control it in the application (Java - J2EE)?