您的位置:首页 > 运维架构

187.Which two statements describe good practices for an application developer to reduce locking conf

2016-08-16 11:56 661 查看
187.Which two statements describe good practices for an application developer to reduce locking

conflicts in Oracle database? (Choose two.)

A.Avoid coding unnecessary long-running transactions.

B.Allow the database to handle locks in default locking mode.

C.Always explicitly code the locks as per the requirement of the application.

D.Allow escalation of row locks to block locks if too many row locks cause problem.

答案:AB

A:正确,减小事务造成锁的时间

B:正确,使用oracle内部机制来进行处理这些

C:错误,这个只是加重了锁

D:错误,如果升级到块锁那锁的范围更大
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  1z0-052
相关文章推荐