| SQL Id | SQL Text |
| 062savj8zgzut | UPDATE sys.wri$_adv_parameters SET datatype = :1, value = :2, flags = :3, description = :4 WHERE task_id = :5 AND name = :6 |
| 14wnf35dahb7v | SELECT A.ID, A.TYPE FROM SYS.WRI$_ADV_DEFINITIONS A WHERE A.NAME = :B1 |
| 18qf2n840jchr |
INSERT INTO WRH$_ACTIVE_SESSION_HISTORY ( snap_id, dbid, instance_number, sample_id, sample_time , session_id, session_serial#, session_type , flags , user_id , sql_id, sql_child_number, sql_opcode, force_matching_signature , top_level_sql_id, top_level_sql_opcode , sql_plan_hash_value, sql_plan_line_id , sql_plan_operation#, sql_plan_options# , sql_exec_id, sql_exec_start , plsql_entry_object_id, plsql_entry_subprogram_id , plsql_object_id, plsql_subprogram_id , qc_instance_id, qc_session_id, qc_session_serial# , event_id, seq#, p1, p2, p3 , wait_time, time_waited , blocking_session, blocking_session_serial#, blocking_inst_id , current_obj#, current_file#, current_block#, current_row# , consumer_group_id, xid, remote_instance#, time_model , service_hash, program, module, action, client_id, ecid ) (SELECT :snap_id, :dbid, :instance_number, a.sample_id, a.sample_time , a.session_id, a.session_serial#, a.session_type , decode(a.flags, 0, to_number(NULL), a.flags) , a.user_id , a.sql_id, a.sql_child_number, a.sql_opcode, a.force_matching_signature , a.top_level_sql_id, a.top_level_sql_opcode , a.sql_plan_hash_value, a.sql_plan_line_id , a.sql_plan_operation#, a.sql_plan_options# , a.sql_exec_id, a.sql_exec_start , a.plsql_entry_object_id, a.plsql_entry_subprogram_id , a.plsql_object_id, a.plsql_subprogram_id , a.qc_instance_id, a.qc_session_id, a.qc_session_serial# , a.event_id, a.
seq#, a.p1, a.p2, a.p3 , a.wait_time, a.time_waited , a.blocking_session, a.blocking_session_serial#, a.blocking_inst_id , a.current_obj#, a.current_file#, a.current_block#, a.current_row# , a.consumer_group_id, a.xid, a.remote_instance#, a.time_model , a.service_hash , substrb(a.program, 1, 64) , a.module, a.action, a.client_id, a.ecid FROM x$ash a, (SELECT h.sample_addr, h.sample_id FROM x$kewash h WHERE ( (h.sample_id >= :begin_flushing) and (h.sample_id < :latest_sample_id) ) and (MOD(h.sample_id, :disk_filter_ratio) = 0) ) shdr WHERE shdr.sample_addr = a.sample_addr and shdr.sample_id = a.sample_id) |
| 1cq3qr774cu45 |
insert into WRH$_IOSTAT_FILETYPE (snap_id, dbid, instance_number, filetype_id, small_read_megabytes, small_write_megabytes, large_read_megabytes, large_write_megabytes, small_read_reqs, small_write_reqs, small_sync_read_reqs, large_read_reqs, large_write_reqs, small_read_servicetime, small_write_servicetime, small_sync_read_latency, large_read_servicetime, large_write_servicetime, retries_on_error) (select :snap_id, :dbid, :instance_number, filetype_id, sum(small_read_megabytes) small_read_megabytes, sum(small_write_megabytes) small_write_megabytes, sum(large_read_megabytes) large_read_megabytes, sum(large_write_megabytes) large_write_megabytes, sum(small_read_reqs) small_read_reqs, sum(small_write_reqs) small_write_reqs, sum(small_sync_read_reqs) small_sync_read_reqs, sum(large_read_reqs) large_read_reqs, sum(large_write_reqs) large_write_reqs, sum(small_read_servicetime) small_read_servicetime, sum(small_write_servicetime) small_write_servicetime, sum(small_sync_read_latency) small_sync_read_latency, sum(large_read_servicetime) large_read_servicetime, sum(large_write_servicetime) large_write_servicetime, sum(retries_on_error) retries_on_error from v$iostat_file group by filetype_id)
|
| 1jqqpfkr0m3yk | SELECT COUNT(*) FROM SYS.WRI$_ADV_PARAMETERS A WHERE A.TASK_ID = :B2 AND A.NAME = :B1 |
| 1pu1hgtzs05tb |
SELECT dbin.instance_number, dbin.db_name, dbin.instance_name, dbin.host_name, dbin.version, CASE WHEN s1.startup_time = s2.startup_time THEN 0 ELSE 1 END as bounce, CAST(s1.end_interval_time AS DATE) as begin_time, CAST(s2.end_interval_time AS DATE) as end_time, ROUND((cast( (case when s2.end_interval_time > s1.end_interval_time then s2.end_interval_time else s1.end_interval_time end) as date) - cast(s1.end_interval_time as date)) * 86400) as int_secs, CASE WHEN (s1.status <> 0 OR s2.status <> 0) THEN 1 ELSE 0 END as err_detect, round( greatest( (extract(day from s2.flush_elapsed) * 86400) + (extract(hour from s2.flush_elapsed) * 3600) + (extract(minute from s2.flush_elapsed) * 60) + extract(second from s2.flush_elapsed), (extract(day from s1.flush_elapsed) * 86400) + (extract(hour from s1.flush_elapsed) * 3600) + (extract(minute from s1.flush_elapsed) * 60) + extract(second from s1.flush_elapsed), 0 )) as max_flush_secs FROM WRM$_SNAPSHOT s1 , WRM$_DATABASE_INSTANCE dbin , WRM$_SNAPSHOT s2 WHERE s1.dbid = :dbid AND s2.dbid = :dbid AND s1.instance_number = s2.instance_number AND dbin.instance_number = s1.instance_number AND s1.snap_id = :bid AND s2.snap_id = :eid AND dbin.dbid
= s1.dbid AND dbin.startup_time = s1.startup_time |
| 1rsnjtn0upcut | select px.SID "SID",
p.PID,
p.SPID "SPID",
px.INST_ID "Inst",
px.SERVER_GROUP "Group",
px.SERVER_SET "Set",
px.DEGREE "Degree",
px.REQ_DEGREE "Req Degree",
w.event "Wait Event"
from GV$SESSION s, GV$PX_SESSION px, GV$PROCESS p, GV$SESSION_WAIT w
where s.sid (+) = px.sid and
s.inst_id (+) = px.inst_id and
s.sid = w.sid (+) and
s.inst_id = w.inst_id (+) and
s.paddr = p.addr (+) and
s.inst_id = p.inst_id (+)
ORDER BY decode(px.QCINST_ID, NULL, px.INST_ID, px.QCINST_ID),
px.QCSID,
decode(px.SERVER_GROUP, NULL, 0, px.SERVER_GROUP),
px.SERVER_SET,
px.INST_ID |
| 1uk5m5qbzj1vt | BEGIN dbms_workload_repository.create_snapshot; END;
|
| 350f5yrnnmshs | lock table sys.mon_mods$ in exclusive mode nowait |
| 350myuyx0t1d6 | insert into wrh$_tablespace_stat (snap_id, dbid, instance_number, ts#, tsname, contents, status, segment_space_management, extent_management, is_backup) select :snap_id, :dbid, :instance_number, ts.ts#, ts.name as tsname, decode(ts.contents$, 0, (decode(bitand(ts.flags, 16), 16, 'UNDO', 'PERMANENT')), 1, 'TEMPORARY') as contents, decode(ts.online$, 1, 'ONLINE', 2, 'OFFLINE', 4, 'READ ONLY', 'UNDEFINED') as status, decode(bitand(ts.flags, 32), 32, 'AUTO', 'MANUAL') as segspace_mgmt, decode(ts.bitmapped, 0, 'DICTIONARY', 'LOCAL') as extent_management, (case when b.active_count > 0 then 'TRUE' else 'FALSE' end) as is_backup from sys.ts$ ts, (select dfile.ts#, sum( case when bkup.status = 'ACTIVE' then 1 else 0 end ) as active_count from v$backup bkup, file$ dfile where bkup.file# = dfile.file# and dfile.status$ = 2 group by dfile.ts#) b where ts.online$ != 3 and bitand(ts.flags, 2048) != 2048 and ts.ts# = b.ts# |
| 3c1kubcdjnppq | update sys.col_usage$ set equality_preds = equality_preds + decode(bitand(:flag, 1), 0, 0, 1), equijoin_preds = equijoin_preds + decode(bitand(:flag, 2), 0, 0, 1), nonequijoin_preds = nonequijoin_preds + decode(bitand(:flag, 4), 0, 0, 1), range_preds = range_preds + decode(bitand(:flag, 8), 0, 0, 1), like_preds = like_preds + decode(bitand(:flag, 16), 0, 0, 1), null_preds = null_preds + decode(bitand(:flag, 32), 0, 0, 1), timestamp = :time where obj# = :objn and intcol# = :coln |
| 5h7w8ykwtb2xt | INSERT INTO SYS.WRI$_ADV_PARAMETERS (TASK_ID, NAME, DATATYPE, VALUE, FLAGS, DESCRIPTION) VALUES (:B6 , :B5 , :B4 , :B3 , :B2 , :B1 ) |
| 61tn3mam0vq0b |
SELECT source, (case when time_secs < 1 then 1 else time_secs end) as time_secs, operation FROM ( SELECT 1 as source, trunc((sysdate - cast(ll.log_date as date)) * 86400) as time_secs, decode(ll.operation, 'OPEN', 0 , 1 ) as operation, ll.log_id as log_id FROM DBA_SCHEDULER_WINDOW_LOG ll , ( SELECT max(l.log_id) as max_log_id FROM DBA_SCHEDULER_WINDOW_LOG l , DBA_SCHEDULER_WINGROUP_MEMBERS m WHERE l.window_name = m.window_name AND m.window_group_name = 'MAINTENANCE_WINDOW_GROUP' AND l.operation in ('OPEN', 'CLOSE') AND CAST(l.log_date AS DATE) < ( SELECT cast(min(end_interval_time) as date) as btime FROM WRM$_SNAPSHOT bsi WHERE bsi.dbid = :dbid AND bsi.snap_id = :bid ) ) max_log WHERE ll.log_id = max_log.max_log_id UNION ALL SELECT 2 as source, trunc((sysdate - cast(l.log_date as date)) * 86400) as time_secs, decode(l.operation, 'OPEN', 0 , 1 ) as operation, l.log_id as log_id FROM DBA_SCHEDULER_WINDOW_LOG l , DBA_SCHEDULER_WINGROUP_MEMB
ERS m WHERE l.window_name = m.window_name AND m.window_group_name = 'MAINTENANCE_WINDOW_GROUP' AND l.operation in ('OPEN', 'CLOSE') AND CAST(l.log_date AS DATE) <= ( SELECT cast(max(end_interval_time) as date) as etime FROM WRM$_SNAPSHOT esi WHERE esi.dbid = :dbid AND esi.snap_id = :eid ) AND CAST(l.log_date AS DATE) >= ( SELECT cast(min(end_interval_time) as date) as btime FROM WRM$_SNAPSHOT bsi WHERE bsi.dbid = :dbid AND bsi.snap_id = :bid ) UNION ALL SELECT 0 as source, trunc((sysdate - et.etime) * 86400) as time_secs, 3 as operation, 0 as log_id FROM ( SELECT cast(max(end_interval_time) as date) as etime FROM WRM$_SNAPSHOT esi WHERE esi.dbid = :dbid AND esi.snap_id = :eid ) et UNION ALL SELECT 0 as source, trunc((sysdate - bt.btime) * 86400) as time_secs, 2 as operation, 0 as log_id FROM ( SELECT cast(min(end_interval_time) as date) as btime FROM WRM$_SNAPSHOT bsi WHERE bsi.dbid = :dbid AND bsi.snap_id = :bid ) bt ) WHERE time_secs >= 0 ORDER BY source ASC, time_secs DESC, log_id ASC
|
| 6ajkhukk78nsr | begin prvt_hdm.auto_execute( :dbid, :inst_num , :end_snap_id ); end; |
| 6c06mfv01xt2h | update wrh$_seg_stat_obj sso set (index_type, base_obj#, base_object_name, base_object_owner) = (select decode(ind.type#, 1, 'NORMAL'|| decode(bitand(ind.property, 4), 0, '', 4, '/REV'), 2, 'BITMAP', 3, 'CLUSTER', 4, 'IOT - TOP', 5, 'IOT - NESTED', 6, 'SECONDARY', 7, 'ANSI', 8, 'LOB', 9, 'DOMAIN') as index_type, base_obj.obj# as base_obj#, base_obj.name as base_object_name, base_owner.name as base_object_owner from sys.ind$ ind, sys.user$ base_owner, sys.obj$ base_obj where ind.obj# = sso.obj# and ind.dataobj# = sso.dataobj# and ind.bo# = base_obj.obj# and base_obj.owner# = base_owner.user#) where sso.dbid = :dbid and (obj#, dataobj#) in (select objn_kewrseg, objd_kewrseg from x$kewrtsegstat ss1 where objtype_kewrseg = 1) and sso.snap_id = :lah_snap_id and sso.object_type = 'INDEX' |
| 6wm3n4d7bnddg |
SELECT source, (case when time_secs < 1 then 1 else time_secs end) as time_secs, operation FROM ( SELECT 1 as source, trunc((sysdate - cast(ll.log_date as date)) * 86400) as time_secs, decode(ll.operation, 'OPEN', 0 , 1 ) as operation, ll.log_id as log_id FROM DBA_SCHEDULER_WINDOW_LOG ll , ( SELECT max(l.log_id) as max_log_id FROM DBA_SCHEDULER_WINDOW_LOG l , DBA_SCHEDULER_WINGROUP_MEMBERS m WHERE l.window_name = m.window_name AND m.window_group_name = 'MAINTENANCE_WINDOW_GROUP' AND l.operation in ('OPEN', 'CLOSE') AND CAST(l.log_date AS DATE) < ( SELECT cast(min(end_interval_time) as date) as btime FROM WRM$_SNAPSHOT bsi WHERE bsi.dbid = :dbid AND bsi.instance_number = :inst AND bsi.snap_id = :bid ) ) max_log WHERE ll.log_id = max_log.max_log_id UNION ALL SELECT 2 as source, trunc((sysdate - cast(l.log_date as date)) * 86400) as time_secs, decode(l.operation, 'OPEN', 0 , 1 ) as operation, l.log_id as log_id FROM DBA_SCHEDULER_WINDOW_LOG l ,
DBA_SCHEDULER_WINGROUP_MEMBERS m WHERE l.window_name = m.window_name AND m.window_group_name = 'MAINTENANCE_WINDOW_GROUP' AND l.operation in ('OPEN', 'CLOSE') AND CAST(l.log_date AS DATE) <= ( SELECT cast(max(end_interval_time) as date) as etime FROM WRM$_SNAPSHOT esi WHERE esi.dbid = :dbid AND esi.instance_number = :inst AND esi.snap_id = :eid ) AND CAST(l.log_date AS DATE) >= ( SELECT cast(min(end_interval_time) as date) as btime FROM WRM$_SNAPSHOT bsi WHERE bsi.dbid = :dbid AND bsi.instance_number = :inst AND bsi.snap_id = :bid ) UNION ALL SELECT 0 as source, trunc((sysdate - et.etime) * 86400) as time_secs, 3 as operation, 0 as log_id FROM ( SELECT cast(max(end_interval_time) as date) as etime FROM WRM$_SNAPSHOT esi WHERE esi.dbid = :dbid AND esi.instance_number = :inst AND esi.snap_id = :eid ) et UNION ALL SELECT 0 as source, trunc((sysdate - bt.btime) * 86400) as time_secs, 2 as operation, 0 as log_id FROM ( SELECT cast(min(end_interval_time) as date) as btime FROM WRM$_SNAPSHOT bsi WHERE bsi.dbid = :dbid AND bsi.instance_number = :inst AND bsi.snap_id = :bid ) bt ) WHERE time_secs >= 0 ORDER B
Y source ASC, time_secs DESC, log_id ASC |
| 71y370j6428cb | insert into wrh$_thread (snap_id, dbid, instance_number, thread#, thread_instance_number, status, open_time, current_group#, sequence#) select :snap_id, :dbid, :instance_number, t.thread#, i.instance_number, t.status, t.open_time, t.current_group#, t.sequence# from v$thread t, v$instance i where i.thread#(+) = t.thread# |
| 7b1a4ngy9q7kc | select /* eight */
/*+ parallel (t1, 16) parallel (t2, 16) */
min(t1.BSNS_UNIT_KEY + t2.BSNS_UNIT_KEY ) ,
max(t1.DAY_KEY + t2.DAY_KEY),
avg(t1.DAY_KEY + t2.DAY_KEY),
max(t1.BSNS_UNIT_TYP_CD ),
max(t2.CURR_IND) ,
max(t1.LOAD_DT)
from
retail.DWB_RTL_TRX t1 ,
retail.DWB_RTL_TRX t2
where t1.TRX_NBR = t2.TRX_NBR
|
| 7frqszzdu8sgg | select DECODE(UPPER(d.OPEN_MODE), 'READ WRITE', 'R', 'N') , DECODE(UPPER(i.STATUS), 'OPEN', 'O', 'N') into :b0, :b1 from v$database d , gv$instance i where i.INSTANCE_NAME=:b2 |
| 7g732rx16j8jc | insert into WRH$_SERVICE_STAT (snap_id, dbid, instance_number, service_name_hash, stat_id, value) select :snap_id, :dbid, :instance_number, stat.service_name_hash, stat.stat_id, stat.value from v$active_services asvc, v$service_stats stat where asvc.name_hash = stat.service_name_hash |
| 7qjhf5dzmazsr | SELECT snap_id , OBJ#, DATAOBJ# FROM (SELECT /*+ ordered use_nl(t2) index(t2) */ t2.snap_id , t1.OBJN_KEWRSEG OBJ#, t1.OBJD_KEWRSEG DATAOBJ# FROM X$KEWRTSEGSTAT t1, WRH$_SEG_STAT_OBJ t2 WHERE t2.dbid(+) = :dbid AND t2.OBJ#(+) = t1.OBJN_KEWRSEG AND t2.DATAOBJ#(+) = t1.OBJD_KEWRSEG) WHERE nvl(snap_id, 0) < :snap_id |
| 7vgmvmy8vvb9s | insert into wrh$_tempstatxs (snap_id, dbid, instance_number, file#, creation_change#, phyrds, phywrts, singleblkrds, readtim, writetim, singleblkrdtim, phyblkrd, phyblkwrt, wait_count, time) select :snap_id, :dbid, :instance_number, tf.tfnum, to_number(tf.tfcrc_scn) creation_change#, ts.kcftiopyr, ts.kcftiopyw, ts.kcftiosbr, ts.kcftioprt, ts.kcftiopwt, ts.kcftiosbt, ts.kcftiopbr, ts.kcftiopbw, fw.count, fw.time from x$kcftio ts, x$kcctf tf, x$kcbfwait fw where tf.tfdup != 0 and tf.tfnum = ts.kcftiofno and fw.indx+1 = (ts.kcftiofno + :db_files) |
| 8x0funf899dka | INSERT INTO wri$_adv_addm_inst ( TASK_ID, INSTANCE_NUMBER, INSTANCE_NAME, HOST_NAME, STATUS, DATABASE_TIME, ACTIVE_SESSIONS, PERC_ACTIVE_SESS, METER_LEVEL, LOCAL_TASK_ID) VALUES ( :tid, :inst_num, :inst_name, :host_name, :st, NULL, NULL, NULL, NULL, NULL) |
| b2gnxm5z6r51n | lock table sys.col_usage$ in exclusive mode nowait |
| bunssq950snhf | insert into wrh$_sga_target_advice (snap_id, dbid, instance_number, SGA_SIZE, SGA_SIZE_FACTOR, ESTD_DB_TIME, ESTD_PHYSICAL_READS) select :snap_id, :dbid, :instance_number, SGA_SIZE, SGA_SIZE_FACTOR, ESTD_DB_TIME, ESTD_PHYSICAL_READS from v$sga_target_advice |
| f318xdxdn0pdc | insert into wrh$_log (snap_id, dbid, instance_number, group#, thread#, sequence#, bytes, members, archived, status, first_change#, first_time) select :snap_id, :dbid, :instance_number, group#, thread#, sequence#, bytes, members, archived, status, first_change#, first_time from v$log |
| fstp7x8vrq235 | UPDATE SYS.WRI$_ADV_TASKS SET MTIME = SYSDATE, STATUS = NVL(:B4 , STATUS), CLEANUP = NVL(:B3 , CLEANUP), VERSION = NVL(:B2 , VERSION) WHERE ID = :B1 |
| g00cj285jmgsw | update sys.mon_mods$ set inserts = inserts + :ins, updates = updates + :upd, deletes = deletes + :del, flags = (decode(bitand(flags, :flag), :flag, flags, flags + :flag)), drop_segments = drop_segments + :dropseg, timestamp = :time where obj# = :objn |
| g4vrdfn14tp29 | SELECT PROPERTY FROM SYS.WRI$_ADV_TASKS WHERE ID = :B1 |
| gpb7chr15zyrs | SELECT PROPERTY FROM SYS.WRI$_ADV_DEFINITIONS WHERE ID = :B1 |
| grwydz59pu6mc | select text from view$ where rowid=:1 |
| Statistic | Total | per Second | per Trans |
| Batched IO (bound) vector count | 2 | 0.01 | 0.03 |
| Batched IO (full) vector count | 0 | 0.00 | 0.00 |
| Batched IO block miss count | 13 | 0.09 | 0.20 |
| Batched IO buffer defrag count | 1 | 0.01 | 0.02 |
| Batched IO double miss count | 3 | 0.02 | 0.05 |
| Batched IO same unit count | 7 | 0.05 | 0.11 |
| Batched IO single block count | 2 | 0.01 | 0.03 |
| Batched IO vector block count | 4 | 0.03 | 0.06 |
| Batched IO vector read count | 1 | 0.01 | 0.02 |
| Block Cleanout Optim referenced | 23 | 0.16 | 0.36 |
| CCursor + sql area evicted | 0 | 0.00 | 0.00 |
| CPU used by this session | 19,667 | 139.83 | 307.30 |
| CPU used when call started | 174,220 | 1,238.69 | 2,722.19 |
| CR blocks created | 0 | 0.00 | 0.00 |
| Cached Commit SCN referenced | 0 | 0.00 | 0.00 |
| Commit SCN cached | 4 | 0.03 | 0.06 |
| DB time | 60,947 | 433.33 | 952.30 |
| DBWR checkpoint buffers written | 4 | 0.03 | 0.06 |
| DBWR checkpoints | 1 | 0.01 | 0.02 |
| DBWR fusion writes | 3 | 0.02 | 0.05 |
| DBWR transaction table writes | 0 | 0.00 | 0.00 |
| DBWR undo block writes | 0 | 0.00 | 0.00 |
| DFO trees parallelized | 15 | 0.11 | 0.23 |
| HSC Heap Segment Block Changes | 782 | 5.56 | 12.22 |
| Heap Segment Array Inserts | 89 | 0.63 | 1.39 |
| Heap Segment Array Updates | 0 | 0.00 | 0.00 |
| PX local messages recv'd | 44,993 | 319.90 | 703.02 |
| PX local messages sent | 44,993 | 319.90 | 703.02 |
| PX remote messages recv'd | 308,407 | 2,192.74 | 4,818.86 |
| PX remote messages sent | 314,386 | 2,235.25 | 4,912.28 |
| Parallel operations not downgraded | 15 | 0.11 | 0.23 |
| RowCR attempts | 0 | 0.00 | 0.00 |
| RowCR hits | 0 | 0.00 | 0.00 |
| SMON posted for instance recovery | 0 | 0.00 | 0.00 |
| SMON posted for undo segment shrink | 0 | 0.00 | 0.00 |
| SQL*Net roundtrips to/from client | 87 | 0.62 | 1.36 |
| active txn count during cleanout | 88 | 0.63 | 1.38 |
| application wait time | 0 | 0.00 | 0.00 |
| background timeouts | 864 | 6.14 | 13.50 |
| branch node splits | 0 | 0.00 | 0.00 |
| buffer is not pinned count | 3,557 | 25.29 | 55.58 |
| buffer is pinned count | 10,556 | 75.05 | 164.94 |
| bytes received via SQL*Net from client | 91,406 | 649.89 | 1,428.22 |
| bytes sent via SQL*Net to client | 27,795 | 197.62 | 434.30 |
| calls to get snapshot scn: kcmgss | 2,106 | 14.97 | 32.91 |
| calls to kcmgas | 740 | 5.26 | 11.56 |
| calls to kcmgcs | 82 | 0.58 | 1.28 |
| cell blocks helped by minscn optimization | 974,578 | 6,929.15 | 15,227.78 |
| cell blocks processed by cache layer | 974,578 | 6,929.15 | 15,227.78 |
| cell blocks processed by data layer | 974,578 | 6,929.15 | 15,227.78 |
| cell blocks processed by txn layer | 974,578 | 6,929.15 | 15,227.78 |
| cell physical IO bytes eligible for predicate offload | 7,957,487,616 | 56,576,922.81 | 124,335,744.00 |
| cell physical IO interconnect bytes | 18,760,890,512 | 133,388,012.09 | 293,138,914.25 |
| cell scans | 71 | 0.50 | 1.11 |
| change write time | 7 | 0.05 | 0.11 |
| cleanout - number of ktugct calls | 71 | 0.50 | 1.11 |
| cleanouts and rollbacks - consistent read gets | 0 | 0.00 | 0.00 |
| cleanouts only - consistent read gets | 3 | 0.02 | 0.05 |
| cluster key scan block gets | 135 | 0.96 | 2.11 |
| cluster key scans | 134 | 0.95 | 2.09 |
| cluster wait time | 10 | 0.07 | 0.16 |
| commit batch/immediate performed | 0 | 0.00 | 0.00 |
| commit batch/immediate requested | 0 | 0.00 | 0.00 |
| commit cleanout failures: block lost | 21 | 0.15 | 0.33 |
| commit cleanout failures: callback failure | 4 | 0.03 | 0.06 |
| commit cleanout failures: cannot pin | 0 | 0.00 | 0.00 |
| commit cleanouts | 596 | 4.24 | 9.31 |
| commit cleanouts successfully completed | 571 | 4.06 | 8.92 |
| commit immediate performed | 0 | 0.00 | 0.00 |
| commit immediate requested | 0 | 0.00 | 0.00 |
| commit txn count during cleanout | 51 | 0.36 | 0.80 |
| concurrency wait time | 12 | 0.09 | 0.19 |
| consistent changes | 17 | 0.12 | 0.27 |
| consistent gets | 984,988 | 7,003.16 | 15,390.44 |
| consistent gets - examination | 2,796 | 19.88 | 43.69 |
| consistent gets direct | 971,373 | 6,906.36 | 15,177.70 |
| consistent gets from cache | 13,615 | 96.80 | 212.73 |
| consistent gets from cache (fastpath) | 10,579 | 75.22 | 165.30 |
| cursor authentications | 56 | 0.40 | 0.88 |
| data blocks consistent reads - undo records applied | 0 | 0.00 | 0.00 |
| db block changes | 3,672 | 26.11 | 57.38 |
| db block gets | 3,290 | 23.39 | 51.41 |
| db block gets direct | 0 | 0.00 | 0.00 |
| db block gets from cache | 3,290 | 23.39 | 51.41 |
| db block gets from cache (fastpath) | 632 | 4.49 | 9.88 |
| deferred (CURRENT) block cleanout applications | 303 | 2.15 | 4.73 |
| dirty buffers inspected | 6 | 0.04 | 0.09 |
| enqueue conversions | 326 | 2.32 | 5.09 |
| enqueue releases | 8,124 | 57.76 | 126.94 |
| enqueue requests | 8,238 | 58.57 | 128.72 |
| enqueue timeouts | 114 | 0.81 | 1.78 |
| enqueue waits | 495 | 3.52 | 7.73 |
| exchange deadlocks | 0 | 0.00 | 0.00 |
| execute count | 1,440 | 10.24 | 22.50 |
| free buffer inspected | 612 | 4.35 | 9.56 |
| free buffer requested | 635 | 4.51 | 9.92 |
| gc CPU used by this session | 21 | 0.15 | 0.33 |
| gc blocks lost | 0 | 0.00 | 0.00 |
| gc cr block build time | 0 | 0.00 | 0.00 |
| gc cr block flush time | 0 | 0.00 | 0.00 |
| gc cr block receive time | 3 | 0.02 | 0.05 |
| gc cr block send time | 1 | 0.01 | 0.02 |
| gc cr blocks received | 191 | 1.36 | 2.98 |
| gc cr blocks served | 220 | 1.56 | 3.44 |
| gc current block flush time | 0 | 0.00 | 0.00 |
| gc current block pin time | 0 | 0.00 | 0.00 |
| gc current block receive time | 7 | 0.05 | 0.11 |
| gc current block send time | 1 | 0.01 | 0.02 |
| gc current blocks received | 347 | 2.47 | 5.42 |
| gc current blocks served | 453 | 3.22 | 7.08 |
| gc local grants | 72 | 0.51 | 1.13 |
| gc reader bypass grants | 25 | 0.18 | 0.39 |
| gc remote grants | 55 | 0.39 | 0.86 |
| gcs messages sent | 3,572 | 25.40 | 55.81 |
| ges messages sent | 3,345 | 23.78 | 52.27 |
| global enqueue get time | 65 | 0.46 | 1.02 |
| global enqueue gets async | 38 | 0.27 | 0.59 |
| global enqueue gets sync | 8,328 | 59.21 | 130.13 |
| global enqueue releases | 7,772 | 55.26 | 121.44 |
| heap block compress | 5 | 0.04 | 0.08 |
| hot buffers moved to head of LRU | 13 | 0.09 | 0.20 |
| immediate (CR) block cleanout applications | 3 | 0.02 | 0.05 |
| immediate (CURRENT) block cleanout applications | 82 | 0.58 | 1.28 |
| index crx upgrade (positioned) | 30 | 0.21 | 0.47 |
| index crx upgrade (prefetch) | 0 | 0.00 | 0.00 |
| index fast full scans (full) | 0 | 0.00 | 0.00 |
| index fetch by key | 1,395 | 9.92 | 21.80 |
| index scans kdiixs1 | 4,369 | 31.06 | 68.27 |
| leaf node 90-10 splits | 12 | 0.09 | 0.19 |
| leaf node splits | 28 | 0.20 | 0.44 |
| lob reads | 0 | 0.00 | 0.00 |
| lob writes | 2 | 0.01 | 0.03 |
| lob writes unaligned | 2 | 0.01 | 0.03 |
| logons cumulative | 133 | 0.95 | 2.08 |
| messages received | 413 | 2.94 | 6.45 |
| messages sent | 413 | 2.94 | 6.45 |
| min active SCN optimization applied to CR | 0 | 0.00 | 0.00 |
| no work - consistent read gets | 9,788 | 69.59 | 152.94 |
| opened cursors cumulative | 1,317 | 9.36 | 20.58 |
| parse count (describe) | 0 | 0.00 | 0.00 |
| parse count (failures) | 0 | 0.00 | 0.00 |
| parse count (hard) | 57 | 0.41 | 0.89 |
| parse count (total) | 1,064 | 7.56 | 16.63 |
| parse time cpu | 7 | 0.05 | 0.11 |
| parse time elapsed | 6 | 0.04 | 0.09 |
| physical IO disk bytes | 22,502,519,808 | 159,990,613.57 | 351,601,872.00 |
| physical read IO requests | 30,080 | 213.87 | 470.00 |
| physical read bytes | 12,794,011,648 | 90,964,113.84 | 199,906,432.00 |
| physical read total IO requests | 31,716 | 225.50 | 495.56 |
| physical read total bytes | 12,820,414,464 | 91,151,835.16 | 200,318,976.00 |
| physical read total multi block requests | 29,846 | 212.20 | 466.34 |
| physical reads | 1,561,769 | 11,104.02 | 24,402.64 |
| physical reads cache | 1 | 0.01 | 0.02 |
| physical reads cache prefetch | 0 | 0.00 | 0.00 |
| physical reads direct | 1,561,768 | 11,104.01 | 24,402.63 |
| physical reads direct temporary tablespace | 590,395 | 4,197.65 | 9,224.92 |
| physical reads prefetch warmup | 0 | 0.00 | 0.00 |
| physical write IO requests | 19,050 | 135.44 | 297.66 |
| physical write bytes | 4,836,065,280 | 34,383,929.36 | 75,563,520.00 |
| physical write total IO requests | 19,423 | 138.10 | 303.48 |
| physical write total bytes | 4,839,897,600 | 34,411,176.76 | 75,623,400.00 |
| physical write total multi block requests | 19,045 | 135.41 | 297.58 |
| physical writes | 590,340 | 4,197.26 | 9,224.06 |
| physical writes direct | 590,333 | 4,197.21 | 9,223.95 |
| physical writes direct temporary tablespace | 590,333 | 4,197.21 | 9,223.95 |
| physical writes from cache | 7 | 0.05 | 0.11 |
| physical writes non checkpoint | 590,336 | 4,197.23 | 9,224.00 |
| pinned buffers inspected | 0 | 0.00 | 0.00 |
| prefetch warmup blocks aged out before use | 0 | 0.00 | 0.00 |
| prefetched blocks aged out before use | 3 | 0.02 | 0.05 |
| process last non-idle time | 0 | 0.00 | 0.00 |
| queries parallelized | 15 | 0.11 | 0.23 |
| recursive calls | 10,045 | 71.42 | 156.95 |
| recursive cpu usage | 19,600 | 139.35 | 306.25 |
| redo blocks checksummed by FG (exclusive) | 1,755 | 12.48 | 27.42 |
| redo blocks written | 2,973 | 21.14 | 46.45 |
| redo entries | 1,924 | 13.68 | 30.06 |
| redo ordering marks | 62 | 0.44 | 0.97 |
| redo size | 1,423,812 | 10,123.16 | 22,247.06 |
| redo size for direct writes | 0 | 0.00 | 0.00 |
| redo subscn max counts | 57 | 0.41 | 0.89 |
| redo synch time | 0 | 0.00 | 0.00 |
| redo synch writes | 2 | 0.01 | 0.03 |
| redo wastage | 65,792 | 467.77 | 1,028.00 |
| redo write broadcast ack time | 6 | 0.04 | 0.09 |
| redo write time | 6 | 0.04 | 0.09 |
| redo writer latching time | 0 | 0.00 | 0.00 |
| redo writes | 232 | 1.65 | 3.63 |
| rollback changes - undo records applied | 0 | 0.00 | 0.00 |
| rollbacks only - consistent read gets | 0 | 0.00 | 0.00 |
| rows fetched via callback | 580 | 4.12 | 9.06 |
| session connect time | 0 | 0.00 | 0.00 |
| session cursor cache hits | 515 | 3.66 | 8.05 |
| session logical reads | 988,278 | 7,026.56 | 15,441.84 |
| shared hash latch upgrades - no wait | 131 | 0.93 | 2.05 |
| shared hash latch upgrades - wait | 0 | 0.00 | 0.00 |
| sorts (memory) | 456 | 3.24 | 7.13 |
| sorts (rows) | 15,298 | 108.77 | 239.03 |
| sql area evicted | 0 | 0.00 | 0.00 |
| sql area purged | 0 | 0.00 | 0.00 |
| summed dirty queue length | 4 | 0.03 | 0.06 |
| switch current to new buffer | 4 | 0.03 | 0.06 |
| table fetch by rowid | 6,250 | 44.44 | 97.66 |
| table fetch continued row | 5 | 0.04 | 0.08 |
| table scan blocks gotten | 971,910 | 6,910.18 | 15,186.09 |
| table scan rows gotten | 119,301,194 | 848,219.28 | 1,864,081.16 |
| table scans (direct read) | 71 | 0.50 | 1.11 |
| table scans (long tables) | 71 | 0.50 | 1.11 |
| table scans (rowid ranges) | 71 | 0.50 | 1.11 |
| table scans (short tables) | 44 | 0.31 | 0.69 |
| total number of times SMON posted | 0 | 0.00 | 0.00 |
| transaction lock background gets | 0 | 0.00 | 0.00 |
| transaction lock foreground requests | 0 | 0.00 | 0.00 |
| transaction rollbacks | 0 | 0.00 | 0.00 |
| undo change vector size | 495,872 | 3,525.60 | 7,748.00 |
| user I/O wait time | 11,390 | 80.98 | 177.97 |
| user calls | 752 | 5.35 | 11.75 |
| user commits | 22 | 0.16 | 0.34 |
| user rollbacks | 42 | 0.30 | 0.66 |
| workarea executions - onepass | 2 | 0.01 | 0.03 |
| workarea executions - optimal | 411 | 2.92 | 6.42 |
| write clones created in background | 0 | 0.00 | 0.00 |
| Latch Name | Get Requests | Pct Get Miss | Avg Slps /Miss | Wait Time (s) | NoWait Requests | Pct NoWait Miss |
| ASM db client latch | 117 | 0.00 | | 0 | 0 | |
| ASM map operation hash table | 141,447 | 0.00 | | 0 | 0 | |
| ASM network background latch | 56 | 0.00 | | 0 | 0 | |
| AWR Alerted Metric Element list | 1,505 | 0.00 | | 0 | 0 | |
| Change Notification Hash table latch | 46 | 0.00 | | 0 | 0 | |
| Consistent RBA | 232 | 0.00 | | 0 | 0 | |
| DML lock allocation | 1,038 | 0.00 | | 0 | 0 | |
| Event Group Locks | 2 | 0.00 | | 0 | 0 | |
| FOB s.o list latch | 86 | 0.00 | | 0 | 0 | |
| File State Object Pool Parent Latch | 1 | 0.00 | | 0 | 0 | |
| IPC stats buffer allocation latch | 431 | 0.00 | | 0 | 428 | 0.00 |
| In memory undo latch | 1 | 0.00 | | 0 | 0 | |
| JS Sh mem access | 1 | 0.00 | | 0 | 0 | |
| JS broadcast add buf latch | 32 | 0.00 | | 0 | 0 | |
| JS broadcast drop buf latch | 32 | 0.00 | | 0 | 0 | |
| JS broadcast load blnc latch | 28 | 0.00 | | 0 | 0 | |
| JS queue access latch | 1 | 0.00 | | 0 | 0 | |
| JS queue state obj latch | 1,512 | 0.00 | | 0 | 0 | |
| JS slv state obj latch | 4 | 0.00 | | 0 | 0 | |
| KFC FX Hash Latch | 1 | 0.00 | | 0 | 0 | |
| KFC Hash Latch | 1 | 0.00 | | 0 | 0 | |
| KFCL LE Freelist | 1 | 0.00 | | 0 | 0 | |
| KFK SGA Libload latch | 1,232 | 0.00 | | 0 | 0 | |
| KFMD SGA | 147 | 0.00 | | 0 | 0 | |
| KFR redo allocation latch | 1 | 0.00 | | 0 | 0 | |
| KGNFS-NFS:SHM structure | 1 | 0.00 | | 0 | 0 | |
| KGNFS-NFS:SVR LIST | 1 | 0.00 | | 0 | 0 | |
| KJC message pool free list | 1,696 | 0.06 | 1.00 | 0 | 600 | 0.00 |
| KJCT flow control latch | 12,337 | 0.01 | 0.00 | 0 | 0 | |
| KMG MMAN ready and startup request latch | 47 | 0.00 | | 0 | 0 | |
| KSXR large replies | 8 | 0.00 | | 0 | 0 | |
| KTF sga latch | 2 | 0.00 | | 0 | 46 | 0.00 |
| KWQMN job cache list latch | 10 | 0.00 | | 0 | 0 | |
| Locator state objects pool parent latch | 1 | 0.00 | | 0 | 0 | |
| MQL Tracking Latch | 0 | | | 0 | 4 | 0.00 |
| Memory Management Latch | 1 | 0.00 | | 0 | 47 | 0.00 |
| Memory Queue | 1 | 0.00 | | 0 | 0 | |
| Memory Queue Message Subscriber #1 | 1 | 0.00 | | 0 | 0 | |
| Memory Queue Message Subscriber #2 | 1 | 0.00 | | 0 | 0 | |
| Memory Queue Message Subscriber #3 | 1 | 0.00 | | 0 | 0 | |
| Memory Queue Message Subscriber #4 | 1 | 0.00 | | 0 | 0 | |
| Memory Queue Subscriber | 1 | 0.00 | | 0 | 0 | |
| MinActiveScn Latch | 1,821 | 0.00 | | 0 | 0 | |
| Mutex | 1 | 0.00 | | 0 | 0 | |
| Mutex Stats | 1 | 0.00 | | 0 | 0 | |
| OS process | 10 | 0.00 | | 0 | 0 | |
| OS process allocation | 52 | 0.00 | | 0 | 0 | |
| OS process: request allocation | 2 | 0.00 | | 0 | 0 | |
| PL/SQL warning settings | 137 | 0.00 | | 0 | 0 | |
| QMT | 1 | 0.00 | | 0 | 0 | |
| Real-time plan statistics latch | 44 | 2.27 | 0.00 | 0 | 0 | |
| SGA blob parent | 1 | 0.00 | | 0 | 0 | |
| SGA bucket locks | 1 | 0.00 | | 0 | 0 | |
| SGA heap locks | 1 | 0.00 | | 0 | 0 | |
| SGA pool locks | 1 | 0.00 | | 0 | 0 | |
| SQL memory manager latch | 1 | 0.00 | | 0 | 47 | 0.00 |
| SQL memory manager workarea list latch | 3,300 | 0.00 | | 0 | 0 | |
| Shared B-Tree | 6 | 0.00 | | 0 | 0 | |
| Streams Generic | 1 | 0.00 | | 0 | 0 | |
| Testing | 1 | 0.00 | | 0 | 0 | |
| Token Manager | 1 | 0.00 | | 0 | 0 | |
| Write State Object Pool Parent Latch | 1 | 0.00 | | 0 | 0 | |
| XDB NFS Security Latch | 1 | 0.00 | | 0 | 0 | |
| XDB unused session pool | 1 | 0.00 | | 0 | 0 | |
| XDB used session pool | 1 | 0.00 | | 0 | 0 | |
| active checkpoint queue latch | 124 | 0.00 | | 0 | 0 | |
| active service list | 4,581 | 0.02 | 0.00 | 0 | 50 | 0.00 |
| archive control | 14 | 0.00 | | 0 | 0 | |
| buffer pool | 1 | 0.00 | | 0 | 0 | |
| business card | 31 | 0.00 | | 0 | 0 | |
| cache buffer handles | 42 | 0.00 | | 0 | 0 | |
| cache buffers chains | 40,210 | 0.00 | 1.00 | 0 | 1,862 | 0.00 |
| cache buffers lru chain | 205 | 0.00 | | 0 | 2,219 | 0.00 |
| cas latch | 1 | 0.00 | | 0 | 0 | |
| change notification client cache latch | 1 | 0.00 | | 0 | 0 | |
| channel handle pool latch | 5 | 0.00 | | 0 | 0 | |
| channel operations parent latch | 61,751 | 0.00 | 0.00 | 0 | 0 | |
| checkpoint queue latch | 5,288 | 0.00 | | 0 | 462 | 0.00 |
| client/application info | 673 | 0.00 | | 0 | 0 | |
| commit callback allocation | 1 | 0.00 | | 0 | 0 | |
| compile environment latch | 132 | 0.00 | | 0 | 0 | |
| cp cmon/server latch | 1 | 0.00 | | 0 | 0 | |
| cp pool latch | 1 | 0.00 | | 0 | 0 | |
| cp server hash latch | 1 | 0.00 | | 0 | 0 | |
| cp sga latch | 3 | 0.00 | | 0 | 0 | |
| cvmap freelist lock | 1 | 0.00 | | 0 | 0 | |
| deferred cleanup latch | 3 | 0.00 | | 0 | 0 | |
| dml lock allocation | 3 | 0.00 | | 0 | 0 | |
| done queue latch | 1 | 0.00 | | 0 | 0 | |
| dummy allocation | 267 | 0.00 | | 0 | 0 | |
| enqueue hash chains | 28,421 | 0.05 | 0.00 | 0 | 0 | |
| enqueues | 14,613 | 0.01 | 0.00 | 0 | 0 | |
| error message lists | 303 | 0.00 | | 0 | 0 | |
| fifth spare latch | 1 | 0.00 | | 0 | 0 | |
| file cache latch | 375 | 0.00 | | 0 | 0 | |
| flashback copy | 1 | 0.00 | | 0 | 0 | |
| gc element | 2,965 | 0.07 | 0.50 | 0 | 0 | |
| gcs commit scn state | 1 | 0.00 | | 0 | 0 | |
| gcs opaque info freelist | 952 | 0.00 | | 0 | 0 | |
| gcs partitioned table hash | 382,727 | 0.00 | | 0 | 70 | 0.00 |
| gcs pcm hashed value bucket hash | 1 | 0.00 | | 0 | 0 | |
| gcs remaster request queue | 6 | 0.00 | | 0 | 0 | |
| gcs remastering latch | 56 | 0.00 | | 0 | 0 | |
| gcs resource freelist | 71 | 0.00 | | 0 | 33 | 0.00 |
| gcs resource hash | 3,437 | 0.00 | | 0 | 0 | |
| gcs resource scan list | 1 | 0.00 | | 0 | 0 | |
| gcs shadows freelist | 212 | 0.00 | | 0 | 421 | 0.00 |
| ges caches resource lists | 8,026 | 0.01 | 0.00 | 0 | 2,645 | 0.00 |
| ges deadlock list | 658 | 0.00 | | 0 | 0 | |
| ges domain table | 15,959 | 0.00 | | 0 | 0 | |
| ges enqueue table freelist | 16,982 | 0.00 | | 0 | 0 | |
| ges group table | 23,997 | 0.00 | | 0 | 0 | |
| ges process hash list | 13,622 | 0.00 | | 0 | 0 | |
| ges process parent latch | 34,549 | 0.00 | | 0 | 0 | |
| ges process table freelist | 2 | 0.00 | | 0 | 0 | |
| ges resource hash list | 29,138 | 0.14 | 0.05 | 0 | 962 | 0.42 |
| ges resource scan list | 3 | 0.00 | | 0 | 0 | |
| ges resource table freelist | 1,627 | 0.00 | | 0 | 0 | |
| ges timeout list | 278 | 0.00 | | 0 | 71 | 0.00 |
| ges value block free list | 1 | 0.00 | | 0 | 0 | |
| global tx hash mapping | 1 | 0.00 | | 0 | 0 | |
| granule operation | 1 | 0.00 | | 0 | 0 | |
| hash table column usage latch | 196 | 0.00 | | 0 | 1,325 | 0.00 |
| hash table modification latch | 1 | 0.00 | | 0 | 0 | |
| heartbeat check | 1 | 0.00 | | 0 | 28 | 0.00 |
| intra txn parallel recovery | 1 | 0.00 | | 0 | 0 | |
| io pool granule metadata list | 1 | 0.00 | | 0 | 0 | |
| job workq parent latch | 1 | 0.00 | | 0 | 2 | 0.00 |
| job_queue_processes parameter latch | 31 | 0.00 | | 0 | 0 | |
| k2q global data latch | 94 | 0.00 | | 0 | 0 | |
| k2q lock allocation | 1 | 0.00 | | 0 | 0 | |
| kcfis stats shared latch | 2 | 0.00 | | 0 | 0 | |
| kdlx hb parent latch | 1 | 0.00 | | 0 | 0 | |
| kgb parent | 1 | 0.00 | | 0 | 0 | |
| kks stats | 69 | 0.00 | | 0 | 0 | |
| kokc descriptor allocation latch | 114 | 0.00 | | 0 | 0 | |
| ksfv messages | 1 | 0.00 | | 0 | 0 | |
| ksim membership request latch | 76 | 0.00 | | 0 | 140 | 0.00 |
| kss move lock | 1 | 0.00 | | 0 | 0 | |
| ksuosstats global area | 13 | 0.00 | | 0 | 0 | |
| ksv allocation latch | 3 | 0.00 | | 0 | 0 | |
| ksv class latch | 169 | 0.00 | | 0 | 0 | |
| ksv msg queue latch | 1 | 0.00 | | 0 | 0 | |
| ksxp shared latch | 2 | 0.00 | | 0 | 0 | |
| ksz_so allocation latch | 5 | 0.00 | | 0 | 0 | |
| ktm global data | 2 | 0.00 | | 0 | 0 | |
| kwqbsn:qsga | 5 | 0.00 | | 0 | 0 | |
| lgwr LWN SCN | 271 | 0.00 | | 0 | 0 | |
| list of block allocation | 17 | 0.00 | | 0 | 0 | |
| lob segment dispenser latch | 1 | 0.00 | | 0 | 0 | |
| lob segment hash table latch | 1 | 0.00 | | 0 | 0 | |
| lob segment query latch | 1 | 0.00 | | 0 | 0 | |
| lock DBA buffer during media recovery | 1 | 0.00 | | 0 | 0 | |
| logical standby cache | 1 | 0.00 | | 0 | 0 | |
| logminer context allocation | 1 | 0.00 | | 0 | 0 | |
| logminer work area | 1 | 0.00 | | 0 | 0 | |
| longop free list parent | 5 | 0.00 | | 0 | 4 | 0.00 |
| mapped buffers lru chain | 1 | 0.00 | | 0 | 0 | |
| message pool operations parent latch | 1,529 | 0.00 | | 0 | 0 | |
| messages | 8,628 | 0.03 | 0.00 | 0 | 0 | |
| mostly latch-free SCN | 273 | 0.37 | 0.00 | 0 | 0 | |
| msg queue latch | 1 | 0.00 | | 0 | 0 | |
| multiblock read objects | 18 | 0.00 | | 0 | 0 | |
| name-service memory objects | 632 | 0.00 | | 0 | 0 | |
| name-service namespace bucket | 1,370 | 0.00 | | 0 | 0 | |
| name-service pending queue | 76 | 0.00 | | 0 | 0 | |
| name-service request queue | 1,789 | 0.00 | | 0 | 0 | |
| ncodef allocation latch | 3 | 0.00 | | 0 | 0 | |
| object queue header heap | 270 | 0.00 | | 0 | 17 | 0.00 |
| object queue header operation | 35,054 | 0.00 | | 0 | 0 | |
| object stats modification | 2 | 0.00 | | 0 | 0 | |
| parallel query alloc buffer | 2,301 | 0.00 | | 0 | 0 | |
| parallel query stats | 178 | 0.00 | | 0 | 0 | |
| parallel txn reco latch | 1,053 | 0.00 | | 0 | 0 | |
| parameter list | 17 | 0.00 | | 0 | 0 | |
| parameter table management | 266 | 0.00 | | 0 | 0 | |
| peshm | 1 | 0.00 | | 0 | 0 | |
| pesom_free_list | 1 | 0.00 | | 0 | 0 | |
| pesom_hash_node | 1 | 0.00 | | 0 | 0 | |
| post/wait queue | 79 | 0.00 | | 0 | 30 | 0.00 |
| process allocation | 634 | 0.00 | | 0 | 1 | 0.00 |
| process group creation | 2 | 0.00 | | 0 | 0 | |
| process queue | 931 | 0.00 | | 0 | 0 | |
| process queue reference | 10,496,599 | 0.00 | 0.00 | 0 | 674,158 | 3.36 |
| qmn task queue latch | 20 | 0.00 | | 0 | 0 | |
| query server freelists | 726 | 0.00 | | 0 | 0 | |
| recovery domain hash list | 1 | 0.00 | | 0 | 0 | |
| redo allocation | 775 | 0.13 | 0.00 | 0 | 1,904 | 0.05 |
| redo copy | 1 | 0.00 | | 0 | 1,904 | 1.84 |
| redo writing | 853 | 0.00 | | 0 | 0 | |
| reid allocation latch | 3 | 0.00 | | 0 | 0 | |
| resmgr group change latch | 252 | 0.00 | | 0 | 0 | |
| resmgr:active threads | 267 | 0.00 | | 0 | 0 | |
| resmgr:actses change group | 133 | 0.00 | | 0 | 0 | |
| resmgr:actses change state | 1 | 0.00 | | 0 | 0 | |
| resmgr:free threads list | 266 | 0.38 | 0.00 | 0 | 0 | |
| resmgr:plan CPU method | 1 | 0.00 | | 0 | 0 | |
| resmgr:resource group CPU method | 1 | 0.00 | | 0 | 0 | |
| resmgr:schema config | 6 | 0.00 | | 0 | 0 | |
| resmgr:session queuing | 1 | 0.00 | | 0 | 0 | |
| rm cas latch | 1 | 0.00 | | 0 | 0 | |
| row cache objects | 17,388 | 0.00 | | 0 | 0 | |
| second spare latch | 1 | 0.00 | | 0 | 0 | |
| sequence cache | 29 | 0.00 | | 0 | 0 | |
| session allocation | 4,591 | 0.30 | 0.64 | 0 | 0 | |
| session idle bit | 1,554 | 0.00 | | 0 | 0 | |
| session queue latch | 1 | 0.00 | | 0 | 0 | |
| session state list latch | 266 | 0.38 | 0.00 | 0 | 0 | |
| session switching | 4 | 0.00 | | 0 | 0 | |
| session timer | 50 | 0.00 | | 0 | 0 | |
| shared pool | 10,268 | 0.16 | 0.06 | 0 | 0 | |
| shared pool sim alloc | 4 | 0.00 | | 0 | 0 | |
| shared pool simulator | 191 | 0.00 | | 0 | 0 | |
| sim partition latch | 1 | 0.00 | | 0 | 0 | |
| simulator hash latch | 995 | 0.00 | | 0 | 0 | |
| simulator lru latch | 1 | 0.00 | | 0 | 968 | 0.00 |
| sort extent pool | 4,951 | 0.00 | | 0 | 0 | |
| space background task latch | 103 | 0.00 | | 0 | 94 | 0.00 |
| state object free list | 2 | 0.00 | | 0 | 0 | |
| statistics aggregation | 1,568 | 0.00 | | 0 | 0 | |
| storage server table manipulation latch | 9 | 0.00 | | 0 | 0 | |
| tablespace key chain | 281 | 0.00 | | 0 | 0 | |
| temp lob duration state obj allocation | 1 | 0.00 | | 0 | 0 | |
| test excl. parent l0 | 1 | 0.00 | | 0 | 0 | |
| test excl. parent2 l0 | 1 | 0.00 | | 0 | 0 | |
| third spare latch | 1 | 0.00 | | 0 | 0 | |
| threshold alerts latch | 3 | 0.00 | | 0 | 0 | |
| transaction allocation | 6 | 0.00 | | 0 | 0 | |
| undo global data | 1,174 | 0.00 | | 0 | 0 | |
| virtual circuit buffers | 1 | 0.00 | | 0 | 0 | |
| virtual circuit holder | 1 | 0.00 | | 0 | 0 | |
| virtual circuit queues | 1 | 0.00 | | 0 | 0 | |