Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

select for update nowait exception

User_5OAFPFeb 26 2013 — edited Feb 26 2013
I would like to implement error handling procedure for select for update nowait. I found that it could be ORA-54 (resource busy). Are there any other exceptions which could occur during select for update nowait? I mean exceptions which are typical for select for update nowait scenarios, I know that there could be many others like ORA-942 (table or view doesn't exist).

Thank you
This post has been answered by jeneesh on Feb 26 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2013
Added on Feb 26 2013
4 comments
1,112 views