Oracle Database - bytes sent via SQL*Net to client
About
bytes sent via SQL*Net to client is a Sql Net Statistics which is a part of the autotrace statistics and means:
- How much the server send to you
Articles Related
How to minimize it ?
Just by selecting only the columns that are relevant to you.
No !
select * from.
