SQL*Net more data to client
I have a DB that is experiencing major Perf problems the top 5 timed events are as follows
CPU time 2,968 31.4 db file sequential read 110,563 641 6 6.8 User I/O SQL*Net more data to client 6,214,452 603 0 6.4 Network db file scattered read 36,546 224 6 2.4 User I/O db file parallel write 18,219 52 3 0.6 System I/O
Should I worry about SQL*Net more data to client ?
0