Managing Data Concurrency
Objectives
After completing this lesson, you should be able to:
• Describe the locking mechanism and how Oracle manages data concurrency
• Monitor and resolve locking conflicts
目标
完成本课程后,您应该能够:
•描述锁定机制以及Oracle如何管理数据并发性
•监控和解决锁定冲突
Locks
• Prevent multiple sessions from changing the same data at the same time
• Are automatically obtained at the lowest possible level for a given statement
• Do not escalate
锁
•防止多个会话同时更改同一数据
在给定语句的最低可能水平上自动获得
•不要升级
原文:https://www.cnblogs.com/cloud7777/p/13172316.html