Search notes:

cpu_usage_statistics

select
  timestamp,
  cpu_count,
  cpu_core_count,
  cpu_socket_count,
  version,
  dbid
from
  dba_cpu_usage_statistics
order by
  timestamp desc;
Github repository Oracle-Patterns, path: /Installed/data-dictionary/cpu_usage_statistics/show.sql

See also

data dictionary

Index