Oracle Database 12c: Performance Management and Tuning — Question 15

Which two statements are true about DB time in V$SYS_TIME_MODEL? (Choose two.)

Answer options

Correct answer: D, E

Explanation

The correct answer is D and E because reducing DB time enhances the ability of a database instance to handle additional user requests efficiently without increasing resource usage, while DB time is inherently designed to be greater than or equal to the DB CPU time, as it accounts for all time spent processing requests. Options A, B, and C are incorrect as they either misrepresent the limitations of DB time or include irrelevant details about client and background processes.