select
statistic#, -- STATISTIC# NUMBER
name, -- NAME VARCHAR2(64)
sampled -- SAMPLED VARCHAR2(3)
from
gv$segstat_name
where
inst_id = userenv('instance')