global cache statistics missing in 10g
there are missing global cache statistics in v$sysstats in Oracle 10g compared to 9i - e.g. "global cache gets" and many others. Query
select count(*) from v$sysstat where name like 'global%'
returns on Oracle 9i '31', on Oracle 10g only '7'.
Do I need to setup some parameter or do these stats no more exists? Regarding the documentation there should be still available.
Thanks
Richard