Table of Contents
SQL*Net Statistics
About
The SQL*Net Statistics are a part of the autotrace_statistics and you can find three parts on it :
- How much you sent to the server : bytes received via SQL*Net from client
- How much the server send to you : bytes sent via SQL*Net to client
- How much SQL*Net mesages are sent to and received from the client : SQL*Net roundtrips to from client. This includes round-trips for fetches from a multiple-row result set.
How to minimize
You can't really influence the first statistics.
the data sent to you ?
- by selecting only the columns that are relevant to you. No select * from.