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!

row lock in update statements

DBQuestDec 5 2017 — edited Dec 5 2017

We have a table outbound_ledger

this table referred by 5 programs, They will update the only status_code column from one status_code to other.

I have got another requirement to add 2 columns reversal_code, reversal_qty to outbound_ledger table.

We need to write another program, it will update these 2 new columns (number of records to be updated is from 20k to 50K), irrespective of above 5 programs.

Is there any chance of rowlock due to above scenario ?

This post has been answered by BrunoVroman on Dec 5 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 2 2018
Added on Dec 5 2017
6 comments
661 views