Hello all ;'
I am trying to check Information about segment level statistics.
but I cannot interpret statistics # , and it's value.
Can anyone help me to understand this?
SYS>select STATISTIC_NAME , STATISTIC# , VALUE from v$segment_statistics
2 WHERE owner = '***' AND object_name='*****';
STATISTIC_NAME STATISTIC# VALUE
------- ---------- ----------
logical reads 0 939312
buffer busy waits 1 0
gc buffer busy 2 0
db block changes 3 360544
physical reads 4 1359
physical writes 5 4923
physical reads direct 6 0
physical writes direct 7 0
gc cr blocks received 9 0
gc current blocks received 10 0
ITL waits 11 0
row lock waits 12 0
space used 14 11615747
space allocated 15 13631488
segment scans 17 2
Thanks
DB version is : 10.2.0.1
OEL 4.4