Search This Blog

Wednesday, December 27, 2017

Oracle: Skipped locked rows in select query

Example

select * from hrm for update skip locked

By using this query, locked rows will not shown in query.

No comments:

Post a Comment