Hi all,
I am currently in the process of debugging a database performance issue. I have run extended trace on the suffering oracle box to obtain a trace file which I have analyzed using tkprof.
One thing that caught my eye straight away was the following output;
Elapsed times include waiting on following events:
Event waited on Times Max. Wait Total Waited
---------------------------------------- Waited ---------- ------------
SQL*Net message to client 4 0.00 0.00
SQL*Net message from client 4 109.06 141.31
I have run the relate query manually via a SQL client an it executes in a timely fashion. So I don't think its cause directly by the query.
Can some one clarify what exactly "SQL*Net message from client" means ?
Does anyone have any idea what could be causing such large wait times ?
Thanks in advance
Karl