You analyze an Automatic Database Diagnostic Monitor (ADDM) report to identify the component
that contributes most to the database time. Which is the correct description of database time?
A.
It is the sum of the CPU time of all nonidle sessions.
B.
It is the sum of wait time and the CPU time of all nonidle sessions.
C.
It is the time spent in processing the input/output (I/O) request by users.
D.
It is the difference between the wait time and the CPU time of all nonidle sessions.
http://docs.oracle.com/cd/B28359_01/server.111/b28275/tdppt_auto.htm
…
DB time is the cumulative time spent by the database in processing user requests, including both the wait time and CPU time of all user sessions that are not idle.
…
B is right