Search notes:

v$system_wait_class

select
  wait_class
from
  v$system_wait_class
order by
  wait_class;
--
-- Administrative
-- Application
-- Commit
-- Concurrency
-- Configuration
-- Idle
-- Network
-- Other
-- System I/O
-- User I/O
Github repository oracle-patterns, path: /Installed/dynamic-performance-views/system/wait_class/wait_classes.sql

See also

Oracle Dynamic Performance Views

Index