OCP-1Z0-053-200题-8题-92

QUESTION 8

You observed the following output for a user session:

SQL > SELECT sid, event, seconds _in _wait FROM v$session _wait WHERE sid = 18;

SID EVENT SECONDS_IN_WAIT

--- --------------------------------------------- ---------------

18 statement suspended, wait error to be cleared 648

What do you infer from the preceding output?

A. Resumable set for session with sid 18

B. The user session has entered into a deadlock

C. The database instance is enabled to use asynchronous commit

D. The threshold warning limit is exceeded for the tablespace that is used by the user session

Answer: A

同92题:http://blog.csdn.net/rlhua/article/details/18794237


Explanation/Reference:

Section: SQL, PL/SQL, Packages, Functions, Jobs & Views

原文地址:https://www.cnblogs.com/hzcya1995/p/13316175.html