|
#678. You execute the following query: SELECT SUM(waits) * 100 / SUM(gets) “Ratio”, SUM(waits) “Waits”, SUM(gets) “Gets” FROM v$rollstat;
If the number of waits for any class is greater than 1% of the total number of requests, what should you do?
Show comments for this question (1)
Add comments
Link to this question
|