Hey Guys,
I have a sql statement as:
Select nextno from numtable for update;
NOTE: NOWAIT is not specified.
But when I execute this query, I get a ORA-00054 error. So my question is:
Is there a way where-in a FOR UPDATE statement behaves like having NOWAIT? Is it because of timeout? Is there a limit on how many requests can wait on the lock put by one FOR UPDATE statement.
Thanks,
Srinivas
Start Free Trial