#731. You execute the following query to diagnose the performance of each shared server. SQL > SELECT name “NAME”, paddr, requests, 2 > (busy / (busy+idle)) * 100 “%TIME BUSY”, status 3 > FROM V$SHARED_SERVER; Based on the above query, you obtain the following result: What can you infer from this result?