Examine the details of the Top 5 Timed Events from an Automatic Workload Repository (AWR) report:
Top 5 Timed Foreground Events
Event Waits Time(s) Avg wait(ms) %DB time Wait Class
DBCPU 67 98.21
db file sequential read 8371 0 0 0.52 User l/O
latch:row cache objects 16 0 8 0.19 Concurrency
Latch:shared pool 956 0 0 0.15 Concurrency
log file sync 25 0 2 0.06 Commit
What are two possible causes for the latch-related wait events?
A. A large number of COMMITS are being performed.
B. A large number of ROLLBACKS are being performed.
C. Cursors are not being shared.
D. Database block images are being read into the buffer cache, which are then modified by other sessions.
E. The shared pool size is too small.
Correct Answer: CE