I have problem times responses with wait
I have a problem times response of my appliaction, and I would like prove that it's not a problem of my database.
1 - I have executed this query for the wait event :
select event, sum(seconds_in_wait) secs_in_wait from v$session_wait group by eve
the result is
EVENT SECS_IN_WAIT
---------------------------------------------------------------- ------------
SQL*Net message from client 252392
Streams AQ: qmn coordinator idle wait 163673
pmon timer 46731
Streams AQ: waiting for time management or cleanup tasks 13541
rdbms ipc message 11551
Streams AQ: qmn slave idle wait 3465
smon timer 290
Streams AQ: waiting for messages in the queue 3
SQL*Net message to client 0