Oracle Global Human Resources Cloud 2016 Implementation Specialist — Question 7
A customer asked you about Database Time (DB Time). Which are two correct statements you would include in your description of it?
Answer options
- A. It is the total time spent in database calls by all sessions in the database.
- B. It is the total time spent in database calls by foreground sessions in the database.
- C. It is the total time spent in database calls by background sessions in the database.
- D. It includes non-idle wait time.
- E. It is the overall response time.
- F. It includes login, idle, background, and Zombie session wait time.
Correct answer: B, C
Explanation
The correct answers are B and C because Database Time (DB Time) specifically accounts for the time spent in database calls by foreground and background sessions. Option A is incorrect as it mentions all sessions, which includes idle times not counted in DB Time, while options D, E, and F introduce concepts that do not accurately represent DB Time.