Search notes:

Oracle: V$SYS_TIME_MODEL

select
  stat_name,
  to_char(value/1024/1024, '999,999,990.00') seconds
from
  v$sys_time_model
order by
  value desc;
Github repository oracle-patterns, path: /Installed/dynamic-performance-views/sys_time_model/order-by-value.sql
select
  stat_name
from
  v$sys_time_model
order by
  lower(stat_name);
--
-- background cpu time
-- background elapsed time
-- connection management call elapsed time
-- DB CPU
-- DB time
-- failed parse (out of shared memory) elapsed time
-- failed parse elapsed time
-- hard parse (bind mismatch) elapsed time
-- hard parse (sharing criteria) elapsed time
-- hard parse elapsed time
-- inbound PL/SQL rpc elapsed time
-- Java execution elapsed time
-- parse time elapsed
-- PL/SQL compilation elapsed time
-- PL/SQL execution elapsed time
-- repeated bind elapsed time
-- RMAN cpu time (backup/restore)
-- sequence load elapsed time
-- sql execute elapsed time
Github repository oracle-patterns, path: /Installed/dynamic-performance-views/sys_time_model/stat_names.sql

See also

v$sess_time_model
Automatic Workload Repository
Oracle Dynamic Performance Views

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758204818, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/Oracle/installed/dynamic-performance-views/sys_time_model/index(80): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78