Oracle Database Administration 2022 Certified Professional — Question 15

Which two statements are true about session wait information contained in v$session or v$session_wait? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Option B is correct because sessions that are currently waiting will report a wait time of 0 until they actually enter a wait state. Option C is also correct as sessions that are not waiting can still show the last recorded wait time. The other options are incorrect because they misstate the behavior of sessions in terms of their wait states and times.