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!

For Update Skip Locked

MarcLafFeb 22 2018 — edited Feb 23 2018

Hi,

I've successfully used the 'For Update Skip Locked' statement in one of my select clause (which I execute in a PROC). As it indicates, it skips the rows that are locked and continues processing with other rows.

Is there a way the get the data (primary key) of the rows that were skipped. I need that information so that I can send email containing all the records (data including primary key) that were lockeed when my procedure was executed...

Please help...

Thanks in advance,

Marc L

This post has been answered by Cookiemonster76 on Feb 23 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2018
Added on Feb 22 2018
25 comments
7,124 views