plsql - How do we make sure the record is being locked? -


in oracle ebs, when doing data conversions , interfaces, loading data oracle system, how make sure record being locked? how make sure no other person updating our records?

oracle ebs seeded api's take care locking. don't insert data ebs base tables directly, validate data , insert interface tables later run oracle standard programs import interface tables data base tables. these oracle standard programs use oracle seeded api insert data multiple base tables.

how make sure no other person updating our records?

developers use own custom staging tables import data ebs. when data upload staging tables interface table maintain each interface data source different, other persons don't update other interfaces records, can't track if updated database backend tools sql developer or toad. can track transaction last updated column if update applications

if have specific issue related locking let know


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -