您的位置:首页 > 其它

OCP 1Z0 052 52

2014-06-12 16:46 225 查看
52. View the Exhibits and examine lock waits.



Users HR and SH complain that their transactions on one of the application tables, EMP, are waiting for

response.

Which action would you take to release the lock and enable users HR and SH to continue with their

transactions?

A.Kill the session of the user SCOTT with session ID118.

B.Issue manual checkpoint using the ALTER SYSTEM command.

C.Modify the profile used by user SCOTT to reduce the CONNECT_TIME limit.

D.Flush the Shared Pool to remove the SQL statement causing "wait" in memory.

Answer: A

scott session_id = 118 阻塞了其它两个会话,kill掉118 (当然,你能找到是谁在用118,也可能通知他rollback或commit)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: