One of the users in the PROD database, Adams, complains that

题目内容(请给出正确答案)
单选题
One of the users in the PROD database, Adams, complains that his update on the table, TRANS, is taking an unusually long time to complete. You find that the table gets locked by another database user before Adams starts his transactions, and you are unable to contact the user holding the table lock. As Adams is updating some crucial rows in the table, he should get the highest priority. Which method would you use to overcome this problem?()
A

execute the command, ALTER SESSION KILL .., to kill the blocking session

B

execute the DBMS_SESSION.KILL_SESSION procedure to kill the blocking session

C

execute the command, ALTER SYSTEM KILL SESSION .., to kill the blocking session

D

execute the command, ALTER SESSION UNLOCK .., to release the lock for the blocking session

E

execute the command, ALTER SYSTEM UNLOCK SESSION .., to release the lock for the blocking session

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
更多相关问题