Files

9 lines
187 B
MySQL
Raw Permalink Normal View History

2026-03-12 21:23:47 +01:00
col name for a70
col value for 99999999999999
select name, value
from v$mystat s, v$statname n
where n.statistic# = s.statistic#
and name like '%storage%';
col name clear
col value clear