SQL*Plus: Release 11.2.0.1.0 Production on Tue Jul 4 11:13:48 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
SQL Id | SQL Text |
017cf5jjx56jh | SELECT COUNT(*) FROM (SELECT * FROM DBA_HIST_ACTIVE_SESS_HISTORY WHERE DBID = 3035399126 AND SNAP_ID > 1955 AND SNAP_ID <= 1956 AND SESSION_TYPE = 'FOREGROUND' AND WAIT_CLASS_ID = 3386400367 AND SESSION_STATE = 'WAITING') |
062savj8zgzut | UPDATE sys.wri$_adv_parameters SET datatype = :1, value = :2, flags = :3, description = :4 WHERE task_id = :5 AND name = :6 |
0hz0861v91651 | UPDATE CRPDTA.F30UI013 SET LKITM=:BND1, LKLLX=:BND2 WHERE ( LKITM = :KEY1 ) |
0jfcj2hwxrhc4 | SELECT OMENHV, OMAPPLID, OMOBNM, OMDATP, OMDATS, OMUGRP, OMOAPP, OMDATM, OMOVRE, OMSY, OMSTSO, OMFUNO, OMOCM2, OMOCMDSC FROM SVM900.F986101 WHERE ( OMENHV = :KEY1 AND OMSTSO = :KEY2 AND ( OMUGRP = :KEY3 OR OMUGRP = :KEY4 OR OMUGRP = :KEY5 OR OMUGRP = :KEY6 ) ) ORDER BY OMSTSO ASC, OMAPPLID ASC |
0k8522rmdzg4k | select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#>0 |
0ws7ahf1d78qa | select SYS_CONTEXT('USERENV', 'SERVER_HOST'), SYS_CONTEXT('USERENV', 'DB_UNIQUE_NAME'), SYS_CONTEXT('USERENV', 'INSTANCE_NAME'), SYS_CONTEXT('USERENV', 'SERVICE_NAME'), INSTANCE_NUMBER, STARTUP_TIME, SYS_CONTEXT('USERENV', 'DB_DOMAIN') from v$instance where INSTANCE_NAME=SYS_CONTEXT('USERENV', 'INSTANCE_NAME') |
1198upp2uraxj | SELECT * FROM CRPDTA.F0010 WHERE ( CCCO = :KEY1 ) ORDER BY CCCO ASC |
15rbgh4d2ku4u | insert into WRM$_SNAPSHOT (snap_id, dbid, instance_number, startup_time, begin_interval_time, end_interval_time, snap_level, status, error_count, bl_moved, snap_flag, snap_timezone) values (:snap_id, :dbid, :instance_number, :startup_time, :begin_interval_time, :end_interval_time, :snap_level, :status, 0, 0, :bind1, :bind2) |
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) |
1pbs13r5f6js7 | SELECT VALUE FROM V$PARAMETER WHERE NAME = 'open_cursors' |
1w2vta5jv74ky | SELECT OBJECT_NAME FROM SYS.ALL_OBJECTS WHERE ( OBJECT_NAME = :KEY1 AND OBJECT_TYPE = :KEY2 AND OWNER = :KEY3 ) |
2gxbvynrd71dr | INSERT INTO sys.wri$_adv_rec_actions (task_id, rec_id, act_id) VALUES (:1, :2, :3) |
2hvv64zmrk00p | DELETE FROM CRPDTA.F30UI010 WHERE ( WFKIT = :KEY1 AND WFITM = :KEY2 ) |
2j0fw19fph49j |
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 |
317v5hnvvd49h |
UPDATE wrh$_seg_stat_obj ob SET (snap_id, owner, object_name, subobject_name, tablespace_name, object_type, index_type, base_obj#, base_object_name, base_object_owner) = (SELECT so.snap_id + 1, so.oj.owner_name, so.oj.object_name, so.oj.subobject_name, so.oj.tablespace_name, so.oj.object_type, index_type, coalesce(io.base_obj#, so.base_obj#), coalesce(io.base_object_name, so.base_object_name), coalesce(io.base_object_owner, so.base_object_owner) FROM (SELECT dbid, ts#, obj#, dataobj#, object_type, base_obj#, base_object_name, base_object_owner, snap_id, dbms_swrf_internal.awr_get_object_info( ts#, obj#, dataobj#, AWR_OBJECT_INFO_TYPE(owner, object_name, subobject_name, tablespace_name, object_type)) oj FROM wrh$_seg_stat_obj) so LEFT OUTER JOIN (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, 'LO
B', 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, ind.bo# as ind_base_obj#, ind.obj# as ind_obj#, ind.dataobj# as ind_dataobj# FROM ((sys.ind$ ind JOIN sys.obj$ base_obj ON (ind.bo# = base_obj.obj#)) JOIN sys.user$ base_owner ON (base_obj.owner# = base_owner.user#))) io ON (so.oj.object_type = 'INDEX' AND so.obj# = io.ind_obj# AND so.dataobj# = io.ind_dataobj#) WHERE ob.dbid = so.dbid AND ob.ts# = so.ts# AND ob.obj# = so.obj# AND ob.dataobj# = so.dataobj#) WHERE dbid = :dbid AND object_name NOT LIKE '%MISSING%' AND object_name NOT LIKE '%TRANSIENT%' AND (object_name, NVL(subobject_name, '!')) NOT IN (SELECT name, nvl(subname, '!') FROM obj$ WHERE ob.obj# = obj$.obj#) AND (ts#, obj#, dataobj#) in (SELECT tsn_kewrseg, objn_kewrseg, objd_kewrseg FROM x$kewrtsegstat) |
338sv20sv2kdn | SELECT * FROM PY900.F98740PYODATEST WHERE ( ELPRDTYP = :KEY1 AND ELOBNM = :KEY2 ) ORDER BY ELPRDTYP ASC, ELOBNM ASC, ELVERS ASC, ELFMNM ASC, ELCTRLID ASC, ELWEVENT ASC, ELERID3 ASC |
3dyfgxpt4yvb5 | SELECT * FROM PY900.F98762PYODATEST WHERE ( BCFNNM = :KEY1 ) |
3m8smr0v7v1m6 | INSERT INTO sys.wri$_adv_message_groups (task_id, id, seq, message#, fac, hdr, lm, nl, p1, p2, p3, p4, p5) VALUES (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13) |
3s58mgk0uy2ws | insert into wrm$_snapshot_details (snap_id, dbid, instance_number, table_id, begin_time, end_time) values (:snap_id, :dbid, :instance_number, :bind1, :bind2, :bind3) |
3sqgkcng6vx8r | INSERT INTO sys.wri$_adv_rationale (id, task_id, rec_id, obj_id, impact_msg_id, impact_val, msg_id, type, attr1, attr2, attr3, attr4, attr5, exec_name) VALUES (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, ' ', :13) RETURNING rowid INTO :14 |
42mkua34ay6bc | INSERT INTO wri$_adv_addm_fdg ( TASK_ID, FINDING_ID, RULE_ID, ADDM_FDG_ID, ADDM_SEQ, DATABASE_TIME, ACTIVE_SESSIONS, PERC_ACTIVE_SESS, IS_AGGREGATE, METER_LEVEL, QUERY_TYPE, QUERY_IS_APPROX, QUERY_ARGS) VALUES ( :tid, :kea_id, :rid, :fdg_id, :keh_id, :dbt, round(:dbt / (1000000 * :sint) , 2), round(((:dbt * 100) / :total_dbt) , 2), 'N', NULL, :aqt, decode(:aqa, 0, 'N', 'Y'), decode(:aqargs, ' ', NULL, :aqargs)) |
48s88ugf199v4 | insert into wrh$_parameter (snap_id, dbid, instance_number, parameter_hash, value, isdefault, ismodified) select :snap_id, :dbid, :instance_number, hash, substr(value, 1, 512), isdefault, case when ismodified <> 'FALSE' or isadjusted <> 'FALSE' then 'MODIFIED' else 'FALSE' end from v$system_parameter |
4dy1xm4nxc0gf | insert into wrh$_system_event (snap_id, dbid, instance_number, event_id, total_waits, total_timeouts, time_waited_micro, total_waits_fg, total_timeouts_fg, time_waited_micro_fg) select :snap_id, :dbid, :instance_number, event_id, total_waits, total_timeouts, time_waited_micro, total_waits_fg, total_timeouts_fg, time_waited_micro_fg from v$system_event order by event_id |
4vs91dcv7u1p6 | insert into sys.aud$( sessionid, entryid, statement, ntimestamp#, userid, userhost, terminal, action#, returncode, obj$creator, obj$name, auth$privileges, auth$grantee, new$owner, new$name, ses$actions, ses$tid, logoff$pread, logoff$lwrite, logoff$dead, comment$text, spare1, spare2, priv$used, clientid, sessioncpu, proxy$sid, user$guid, instance#, process#, xid, scn, auditid, sqlbind, sqltext, obj$edition, dbid) values(:1, :2, :3, SYS_EXTRACT_UTC(SYSTIMESTAMP), :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32, :33, :34, :35, :36) |
5h7w8ykwtb2xt | INSERT INTO SYS.WRI$_ADV_PARAMETERS (TASK_ID, NAME, DATATYPE, VALUE, FLAGS, DESCRIPTION) VALUES (:B6 , :B5 , :B4 , :B3 , :B2 , :B1 ) |
5s34t44u10q4g | SELECT a.name task_name, nvl(e.status, a.status) status#, a.last_exec_name as last_execution, e.exec_type_id as execution_type# FROM wri$_adv_tasks a, wri$_adv_executions e WHERE a.id = e.task_id(+) and a.advisor_id = e.advisor_id(+) and a.last_exec_name = e.name(+) and a.id = :1 |
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_MEMBERS m WHERE l.window_nam
e = 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
|
63t3ufgq37m0c | SELECT instance_number, instance_name, host_name FROM ( SELECT dbin.instance_number as instance_number, max(dbin.instance_name) as instance_name, max(dbin.host_name) as host_name, sum(case when s.snap_id in (:bid, :eid) then 1 else 0 end) as cnt_edge FROM WRM$_SNAPSHOT s , WRM$_DATABASE_INSTANCE dbin WHERE s.dbid = :dbid AND dbin.instance_number = s.instance_number AND s.snap_id >= :bid AND s.snap_id <= :eid AND dbin.dbid = s.dbid AND dbin.startup_time = s.startup_time GROUP BY dbin.instance_number ) WHERE cnt_edge < 2 |
691p2a1hswk0m |
insert into wrh$_seg_stat_obj ( snap_id , dbid , ts# , obj# , dataobj# , owner , object_name , subobject_name , partition_type , object_type , tablespace_name) select :lah_snap_id , :dbid , ss1.tsn_kewrseg , ss1.objn_kewrseg , ss1.objd_kewrseg , ss1.ownername_kewrseg , ss1.objname_kewrseg , ss1.subobjname_kewrseg , decode(po.parttype, 1, 'RANGE', 2, 'HASH', 3, 'SYSTEM', 4, 'LIST', NULL, 'NONE', 'UNKNOWN') , sys.dbms_swrf_internal.awr_decode_object_type(ss1.objtype_kewrseg) , ss1.tsname_kewrseg from x$kewrattrnew at, x$kewrtsegstat ss1, (select tp.obj#, pob.parttype from sys.tabpart$ tp, sys.partobj$ pob where tp.bo# = pob.obj# union all select ip.obj#, pob.parttype from sys.indpart$ ip, sys.partobj$ pob where ip.bo# = pob.obj#) po where at.num1_kewrattr = ss1.tsn_kewrseg and at.num2_kewrattr = ss1.objn_kewrseg and at.num3_kewrattr = ss1.objd_kewrseg and at.num2_kewrattr = po.obj#(+) and (ss1.objtype_kewrseg not in (1 /* INDEX - handled below */, 10
/* NON-EXISTENT */) or (ss1.objtype_kewrseg = 1 and 1 = (select 1 from ind$ i where i.obj# = ss1.objn_kewrseg and i.type# in (1, 2, 3, 4, 5, 6, 7, 8, 9)))) and ss1.objname_kewrseg != '_NEXT_OBJECT' and ss1.objname_kewrseg != '_default_auditing_options_' |
69k5bhm12sz98 |
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 and dbin.instance_number = :inst |
6ajkhukk78nsr | begin prvt_hdm.auto_execute( :dbid, :inst_num , :end_snap_id ); end; |
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_WINGR
OUP_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 WH
ERE bsi.dbid = :dbid AND bsi.instance_number = :inst AND bsi.snap_id = :bid ) bt ) WHERE time_secs >= 0 ORDER BY source ASC, time_secs DESC, log_id ASC |
7dwup5bn902rg | BEGIN DBMS_WORKLOAD_REPOSITORY.create_snapshot; END; |
7gs8x44r7mpnb | INSERT INTO sys.wri$_adv_actions (id, task_id, obj_id, command, msg_id, flags, attr1, attr2, attr3, attr4, attr5, attr6, num_attr1, num_attr2, num_attr3, num_attr4, num_attr5, exec_name) VALUES (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, ' ', ' ', :11, :12, :13, :14, :15, :16) RETURNING rowid INTO :17 |
7hbpb1vnd8nvj | SELECT * FROM CRPDTA.F30UI013 WHERE ( LKITM = :KEY1 ) |
84k66tf2s7y1c | insert into wrh$_bg_event_summary (snap_id, dbid, instance_number, event_id, total_waits, total_timeouts, time_waited_micro) select :snap_id, :dbid, :instance_number, event_id, total_waits - total_waits_fg, total_timeouts - total_timeouts_fg, time_waited_micro - time_waited_micro_fg from v$system_event where (total_waits - total_waits_fg) > 0 order by event_id |
84qubbrsr0kfn | insert into wrh$_latch (snap_id, dbid, instance_number, latch_hash, level#, gets, misses, sleeps, immediate_gets, immediate_misses, spin_gets, sleep1, sleep2, sleep3, sleep4, wait_time) select :snap_id, :dbid, :instance_number, hash, level#, gets, misses, sleeps, immediate_gets, immediate_misses, spin_gets, sleep1, sleep2, sleep3, sleep4, wait_time from v$latch order by hash |
aktbxfjwnzgmu | update WRM$_DATABASE_INSTANCE set last_ash_sample_id = :last_ash_sample_id where instance_number = :instance_number and dbid = :dbid and startup_time = (select max(startup_time) from WRM$_DATABASE_INSTANCE where instance_number = :instance_number2 and dbid = :dbid2 ) |
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 |
c8gnrhxma4tas | SELECT owner#, property FROM sys.wri$_adv_tasks WHERE id = :1 |
d37dg314005wr | MERGE /*+ opt_param('_optimizer_mjc_enabled', 'false') */ INTO wrh$_datafile dfh USING ( SELECT /*+ ordered */ dfh0.dbid, dfh0.file#, dfh0.creation_change#, ts.name tsname, v.name name FROM v$dbfile v, file$ f, ts$ ts, wrh$_datafile dfh0 WHERE dfh0.dbid = :dbid AND dfh0.snap_id < :snap_id AND dfh0.file# = f.file# AND dfh0.creation_change# = f.crscnbas + (f.crscnwrp * power(2, 32)) AND f.status$ = 2 AND f.ts# = ts.ts# AND f.file# = v.file#) s ON (dfh.dbid = s.dbid AND dfh.file# = s.file# AND dfh.creation_change# = s.creation_change#) WHEN MATCHED THEN UPDATE SET snap_id = :lah_snap_id, filename = s.name, tsname = s.tsname |
f711myt0q6cma | insert into sys.aud$( sessionid, entryid, statement, ntimestamp#, userid, userhost, terminal, action#, returncode, logoff$lread, logoff$pread, logoff$lwrite, logoff$dead, logoff$time, comment$text, spare1, clientid, sessioncpu, proxy$sid, user$guid, instance#, process#, auditid, dbid) values(:1, :2, :3, SYS_EXTRACT_UTC(SYSTIMESTAMP), :4, :5, :6, :7, :8, :9, :10, :11, :12, cast(SYS_EXTRACT_UTC(systimestamp) as date), :13, :14, :15, :16, :17, :18, :19, :20, :21, :22) |
f80h0xb1qvbsk | SELECT sys.wri$_adv_seq_msggroup.nextval FROM dual |
fnz13xnvkybtj | INSERT INTO sys.wri$_adv_findings (id, task_id, type, parent, obj_id, impact_msg_id, impact_val, msg_id, more_info_id, name_msg_code, flags, exec_name) VALUES (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12) |
g5vpd5g3y90qv | INSERT INTO sys.wri$_adv_recommendations (id, task_id, finding_id, rank, benefit_msg_id, benefit_val, type, flags, exec_name) VALUES (:1, :2, :3, :4, :5, :6, :7, :8, :9) |
gdn3ysuyssf82 | SELECT advisor_id FROM sys.wri$_adv_tasks WHERE ID = :1 |
grwydz59pu6mc | select text from view$ where rowid=:1 |
Statistic | Total | per Second | per Trans |
Batched IO (bound) vector count | 1 | 0.25 | 0.00 |
Batched IO (full) vector count | 0 | 0.00 | 0.00 |
Batched IO (space) vector count | 0 | 0.00 | 0.00 |
Batched IO block miss count | 5 | 1.27 | 0.00 |
Batched IO buffer defrag count | 0 | 0.00 | 0.00 |
Batched IO double miss count | 0 | 0.00 | 0.00 |
Batched IO same unit count | 3 | 0.76 | 0.00 |
Batched IO single block count | 0 | 0.00 | 0.00 |
Batched IO slow jump count | 0 | 0.00 | 0.00 |
Batched IO vector block count | 2 | 0.51 | 0.00 |
Batched IO vector read count | 1 | 0.25 | 0.00 |
Block Cleanout Optim referenced | 5 | 1.27 | 0.00 |
CCursor + sql area evicted | 0 | 0.00 | 0.00 |
CPU used by this session | 326 | 82.53 | 0.08 |
CPU used when call started | 323 | 81.77 | 0.08 |
CR blocks created | 1 | 0.25 | 0.00 |
Cached Commit SCN referenced | 0 | 0.00 | 0.00 |
Commit SCN cached | 18 | 4.56 | 0.00 |
DBWR checkpoint buffers written | 154 | 38.99 | 0.04 |
DBWR checkpoints | 0 | 0.00 | 0.00 |
DBWR fusion writes | 0 | 0.00 | 0.00 |
DBWR object drop buffers written | 0 | 0.00 | 0.00 |
DBWR parallel query checkpoint buffers written | 0 | 0.00 | 0.00 |
DBWR thread checkpoint buffers written | 0 | 0.00 | 0.00 |
DBWR transaction table writes | 0 | 0.00 | 0.00 |
DBWR undo block writes | 128 | 32.41 | 0.03 |
DDL statements parallelized | 0 | 0.00 | 0.00 |
DFO trees parallelized | 0 | 0.00 | 0.00 |
DML statements parallelized | 0 | 0.00 | 0.00 |
Effective IO time | 190 | 48.10 | 0.05 |
HSC Compressed Segment Block Changes | 2 | 0.51 | 0.00 |
HSC Heap Segment Block Changes | 4,679 | 1,184.56 | 1.13 |
HSC OLTP Compressed Blocks | 0 | 0.00 | 0.00 |
HSC OLTP Non Compressible Blocks | 0 | 0.00 | 0.00 |
HSC OLTP Space Saving | 1,720 | 435.44 | 0.42 |
HSC OLTP inline compression | 0 | 0.00 | 0.00 |
HSC OLTP negative compression | 0 | 0.00 | 0.00 |
HSC OLTP positive compression | 1 | 0.25 | 0.00 |
HSC OLTP recursive compression | 1 | 0.25 | 0.00 |
Heap Segment Array Inserts | 109 | 27.59 | 0.03 |
Heap Segment Array Updates | 8 | 2.03 | 0.00 |
LOB table id lookup cache misses | 0 | 0.00 | 0.00 |
Number of read IOs issued | 2 | 0.51 | 0.00 |
PX local messages recv'd | 0 | 0.00 | 0.00 |
PX local messages sent | 0 | 0.00 | 0.00 |
PX remote messages recv'd | 0 | 0.00 | 0.00 |
PX remote messages sent | 0 | 0.00 | 0.00 |
Parallel operations downgraded 75 to 99 pct | 0 | 0.00 | 0.00 |
Parallel operations downgraded to serial | 0 | 0.00 | 0.00 |
Parallel operations not downgraded | 0 | 0.00 | 0.00 |
Requests to/from client | 6,777 | 1,715.70 | 1.64 |
RowCR - row contention | 0 | 0.00 | 0.00 |
RowCR attempts | 20 | 5.06 | 0.00 |
RowCR hits | 20 | 5.06 | 0.00 |
SMON posted for undo segment shrink | 0 | 0.00 | 0.00 |
SQL*Net roundtrips to/from client | 6,776 | 1,715.44 | 1.64 |
TBS Extension: bytes extended | 0 | 0.00 | 0.00 |
TBS Extension: files extended | 0 | 0.00 | 0.00 |
TBS Extension: tasks created | 0 | 0.00 | 0.00 |
TBS Extension: tasks executed | 0 | 0.00 | 0.00 |
active txn count during cleanout | 66 | 16.71 | 0.02 |
auto extends on undo tablespace | 0 | 0.00 | 0.00 |
background checkpoints completed | 0 | 0.00 | 0.00 |
background checkpoints started | 0 | 0.00 | 0.00 |
background timeouts | 25 | 6.33 | 0.01 |
branch node splits | 0 | 0.00 | 0.00 |
buffer is not pinned count | 14,112 | 3,572.66 | 3.42 |
buffer is pinned count | 22,329 | 5,652.91 | 5.40 |
bytes received via SQL*Net from client | 426,122 | 107,878.99 | 103.13 |
bytes sent via SQL*Net to client | 1,256,118 | 318,004.56 | 304.00 |
calls to get snapshot scn: kcmgss | 11,339 | 2,870.63 | 2.74 |
calls to kcmgas | 4,440 | 1,124.05 | 1.07 |
calls to kcmgcs | 907 | 229.62 | 0.22 |
cell physical IO interconnect bytes | 10,621,952 | 2,689,101.77 | 2,570.66 |
change write time | 66 | 16.71 | 0.02 |
cleanout - number of ktugct calls | 89 | 22.53 | 0.02 |
cleanouts and rollbacks - consistent read gets | 3 | 0.76 | 0.00 |
cleanouts only - consistent read gets | 22 | 5.57 | 0.01 |
cluster key scan block gets | 17 | 4.30 | 0.00 |
cluster key scans | 17 | 4.30 | 0.00 |
commit batch performed | 0 | 0.00 | 0.00 |
commit batch requested | 0 | 0.00 | 0.00 |
commit batch/immediate performed | 1 | 0.25 | 0.00 |
commit batch/immediate requested | 1 | 0.25 | 0.00 |
commit cleanout failures: block lost | 28 | 7.09 | 0.01 |
commit cleanout failures: buffer being written | 0 | 0.00 | 0.00 |
commit cleanout failures: cannot pin | 0 | 0.00 | 0.00 |
commit cleanouts | 8,682 | 2,197.97 | 2.10 |
commit immediate performed | 1 | 0.25 | 0.00 |
commit immediate requested | 1 | 0.25 | 0.00 |
commit txn count during cleanout | 81 | 20.51 | 0.02 |
consistent changes | 47 | 11.90 | 0.01 |
consistent gets | 23,412 | 5,927.09 | 5.67 |
consistent gets - examination | 18,991 | 4,807.85 | 4.60 |
consistent gets direct | 2 | 0.51 | 0.00 |
consistent gets from cache | 23,410 | 5,926.58 | 5.67 |
consistent gets from cache (fastpath) | 4,151 | 1,050.89 | 1.00 |
cursor authentications | 26 | 6.58 | 0.01 |
data blocks consistent reads - undo records applied | 3 | 0.76 | 0.00 |
db block gets | 29,141 | 7,377.47 | 7.05 |
db block gets direct | 2 | 0.51 | 0.00 |
db block gets from cache | 29,139 | 7,376.96 | 7.05 |
db block gets from cache (fastpath) | 5,733 | 1,451.39 | 1.39 |
deferred (CURRENT) block cleanout applications | 1,981 | 501.52 | 0.48 |
enqueue conversions | 6 | 1.52 | 0.00 |
enqueue releases | 10,721 | 2,714.18 | 2.59 |
enqueue requests | 10,719 | 2,713.67 | 2.59 |
enqueue timeouts | 1 | 0.25 | 0.00 |
enqueue waits | 23 | 5.82 | 0.01 |
exchange deadlocks | 1 | 0.25 | 0.00 |
failed probes on index block reclamation | 0 | 0.00 | 0.00 |
free buffer inspected | 0 | 0.00 | 0.00 |
free buffer requested | 889 | 225.06 | 0.22 |
gc blocks compressed | 204 | 51.65 | 0.05 |
gc cr block flush time | 0 | 0.00 | 0.00 |
gc cr blocks served | 60 | 15.19 | 0.01 |
gc current block flush time | 0 | 0.00 | 0.00 |
gc current block pin time | 0 | 0.00 | 0.00 |
gc current blocks served | 221 | 55.95 | 0.05 |
gc force cr disk read | 0 | 0.00 | 0.00 |
gc kbytes saved | 802 | 203.04 | 0.19 |
gc kbytes sent | 1,447 | 366.33 | 0.35 |
gc local grants | 159 | 40.25 | 0.04 |
gc read wait failures | 0 | 0.00 | 0.00 |
gc read wait timeouts | 0 | 0.00 | 0.00 |
gc read waits | 0 | 0.00 | 0.00 |
gc remote grants | 161 | 40.76 | 0.04 |
gcs messages sent | 4,705 | 1,191.14 | 1.14 |
ges messages sent | 77 | 19.49 | 0.02 |
global enqueue get time | 6 | 1.52 | 0.00 |
global enqueue gets async | 10 | 2.53 | 0.00 |
global enqueue gets sync | 7,220 | 1,827.85 | 1.75 |
global enqueue releases | 7,188 | 1,819.75 | 1.74 |
global undo segment hints helped | 0 | 0.00 | 0.00 |
global undo segment hints were stale | 0 | 0.00 | 0.00 |
heap block compress | 2 | 0.51 | 0.00 |
hot buffers moved to head of LRU | 0 | 0.00 | 0.00 |
immediate (CR) block cleanout applications | 25 | 6.33 | 0.01 |
immediate (CURRENT) block cleanout applications | 4,066 | 1,029.37 | 0.98 |
index crx upgrade (positioned) | 3 | 0.76 | 0.00 |
index crx upgrade (prefetch) | 0 | 0.00 | 0.00 |
index fast full scans (direct read) | 0 | 0.00 | 0.00 |
index fast full scans (full) | 0 | 0.00 | 0.00 |
index fast full scans (rowid ranges) | 0 | 0.00 | 0.00 |
index fetch by key | 7,380 | 1,868.35 | 1.79 |
index scans kdiixs1 | 1,752 | 443.54 | 0.42 |
leaf node 90-10 splits | 18 | 4.56 | 0.00 |
leaf node splits | 28 | 7.09 | 0.01 |
lob reads | 0 | 0.00 | 0.00 |
lob writes | 53 | 13.42 | 0.01 |
lob writes unaligned | 53 | 13.42 | 0.01 |
logical read bytes from cache | 430,473,216 | 108,980,561.01 | 104,180.35 |
max cf enq hold time | 0 | 0.00 | 0.00 |
messages received | 4,196 | 1,062.28 | 1.02 |
messages sent | 4,196 | 1,062.28 | 1.02 |
min active SCN optimization applied on CR | 0 | 0.00 | 0.00 |
no buffer to keep pinned count | 0 | 0.00 | 0.00 |
no work - consistent read gets | 3,785 | 958.23 | 0.92 |
non-idle wait count | 60,974 | 15,436.46 | 14.76 |
parse count (describe) | 8 | 2.03 | 0.00 |
parse count (failures) | 0 | 0.00 | 0.00 |
parse count (hard) | 33 | 8.35 | 0.01 |
parse time cpu | 4 | 1.01 | 0.00 |
physical read IO requests | 2 | 0.51 | 0.00 |
physical read bytes | 16,384 | 4,147.85 | 3.97 |
physical read total IO requests | 157 | 39.75 | 0.04 |
physical read total bytes | 2,465,792 | 624,251.14 | 596.76 |
physical read total multi block requests | 0 | 0.00 | 0.00 |
physical reads cache | 0 | 0.00 | 0.00 |
physical reads cache prefetch | 0 | 0.00 | 0.00 |
physical reads direct | 2 | 0.51 | 0.00 |
physical reads direct (lob) | 2 | 0.51 | 0.00 |
physical reads direct temporary tablespace | 2 | 0.51 | 0.00 |
physical reads prefetch warmup | 0 | 0.00 | 0.00 |
physical write IO requests | 17 | 4.30 | 0.00 |
physical write bytes | 1,277,952 | 323,532.15 | 309.28 |
physical write total IO requests | 4,193 | 1,061.52 | 1.01 |
physical write total bytes | 8,156,160 | 2,064,850.63 | 1,973.90 |
physical write total multi block requests | 8 | 2.03 | 0.00 |
physical writes direct | 2 | 0.51 | 0.00 |
physical writes direct (lob) | 2 | 0.51 | 0.00 |
physical writes direct temporary tablespace | 2 | 0.51 | 0.00 |
physical writes from cache | 154 | 38.99 | 0.04 |
physical writes non checkpoint | 130 | 32.91 | 0.03 |
pinned buffers inspected | 0 | 0.00 | 0.00 |
pinned cursors current | 0 | 0.00 | 0.00 |
prefetch clients - default | 0 | 0.00 | 0.00 |
prefetch warmup blocks flushed out before use | 0 | 0.00 | 0.00 |
prefetched blocks aged out before use | 0 | 0.00 | 0.00 |
process last non-idle time | 4 | 1.01 | 0.00 |
queries parallelized | 0 | 0.00 | 0.00 |
recursive aborts on index block reclamation | 0 | 0.00 | 0.00 |
recursive calls | 7,952 | 2,013.16 | 1.92 |
recursive cpu usage | 227 | 57.47 | 0.05 |
redo KB read | 0 | 0.00 | 0.00 |
redo blocks checksummed by FG (exclusive) | 1,969 | 498.48 | 0.48 |
redo blocks written | 13,400 | 3,392.41 | 3.24 |
redo buffer allocation retries | 0 | 0.00 | 0.00 |
redo entries | 22,539 | 5,706.08 | 5.45 |
redo entries for lost write detection | 0 | 0.00 | 0.00 |
redo log space requests | 0 | 0.00 | 0.00 |
redo ordering marks | 224 | 56.71 | 0.05 |
redo size for direct writes | 0 | 0.00 | 0.00 |
redo size for lost write detection | 0 | 0.00 | 0.00 |
redo subscn max counts | 116 | 29.37 | 0.03 |
redo synch long waits | 0 | 0.00 | 0.00 |
redo synch poll writes | 4,117 | 1,042.28 | 1.00 |
redo synch polls | 1,794 | 454.18 | 0.43 |
redo synch time | 29 | 7.34 | 0.01 |
redo synch time (usec) | 296,795 | 75,137.97 | 71.83 |
redo synch time overhead (usec) | 308,404 | 78,076.96 | 74.64 |
redo synch time overhead count (<128 msec) | 0 | 0.00 | 0.00 |
redo synch time overhead count (<2 msec) | 2,629 | 665.57 | 0.64 |
redo synch time overhead count (<32 msec) | 0 | 0.00 | 0.00 |
redo synch time overhead count (<8 msec) | 0 | 0.00 | 0.00 |
redo synch time overhead count (>=128 msec) | 0 | 0.00 | 0.00 |
redo synch writes | 4,117 | 1,042.28 | 1.00 |
redo wastage | 1,014,584 | 256,856.71 | 245.54 |
redo write broadcast ack count | 1,095 | 277.22 | 0.27 |
redo write broadcast ack time | 30,583 | 7,742.53 | 7.40 |
redo write broadcast lgwr post count | 0 | 0.00 | 0.00 |
redo write info find | 2,629 | 665.57 | 0.64 |
redo write info find fail | 0 | 0.00 | 0.00 |
redo write time | 47 | 11.90 | 0.01 |
redo writes | 4,157 | 1,052.41 | 1.01 |
remote Oradebug requests | 0 | 0.00 | 0.00 |
rollback changes - undo records applied | 2 | 0.51 | 0.00 |
rollbacks only - consistent read gets | 0 | 0.00 | 0.00 |
root node splits | 0 | 0.00 | 0.00 |
rows fetched via callback | 2,740 | 693.67 | 0.66 |
session connect time | 0 | 0.00 | 0.00 |
shared hash latch upgrades - no wait | 124 | 31.39 | 0.03 |
shared hash latch upgrades - wait | 0 | 0.00 | 0.00 |
sorts (disk) | 0 | 0.00 | 0.00 |
sorts (memory) | 169 | 42.78 | 0.04 |
sorts (rows) | 10,285 | 2,603.80 | 2.49 |
sql area evicted | 0 | 0.00 | 0.00 |
sql area purged | 0 | 0.00 | 0.00 |
switch current to new buffer | 6 | 1.52 | 0.00 |
table fetch by rowid | 13,220 | 3,346.84 | 3.20 |
table fetch continued row | 0 | 0.00 | 0.00 |
table scan blocks gotten | 1,528 | 386.84 | 0.37 |
table scan rows gotten | 70,968 | 17,966.58 | 17.18 |
table scans (direct read) | 0 | 0.00 | 0.00 |
table scans (long tables) | 0 | 0.00 | 0.00 |
table scans (rowid ranges) | 0 | 0.00 | 0.00 |
table scans (short tables) | 53 | 13.42 | 0.01 |
temp space allocated (bytes) | 0 | 0.00 | 0.00 |
total cf enq hold time | 0 | 0.00 | 0.00 |
total number of cf enq holders | 0 | 0.00 | 0.00 |
total number of times SMON posted | 1 | 0.25 | 0.00 |
transaction lock background gets | 0 | 0.00 | 0.00 |
transaction lock foreground requests | 0 | 0.00 | 0.00 |
transaction rollbacks | 1 | 0.25 | 0.00 |
transaction tables consistent read rollbacks | 0 | 0.00 | 0.00 |
transaction tables consistent reads - undo records applied | 0 | 0.00 | 0.00 |
undo change vector size | 1,678,392 | 424,909.37 | 406.19 |
user logons cumulative | 5 | 1.27 | 0.00 |
user logouts cumulative | 5 | 1.27 | 0.00 |
write clones created in background | 0 | 0.00 | 0.00 |
write clones created in foreground | 0 | 0.00 | 0.00 |
Latch Name | Get Requests | Pct Get Miss | Avg Slps /Miss | Wait Time (s) | NoWait Requests | Pct NoWait Miss |
AQ deq hash table latch | 1 | 0.00 | | 0 | 0 | |
ASM db client latch | 2 | 0.00 | | 0 | 0 | |
ASM map operation hash table | 1 | 0.00 | | 0 | 0 | |
AWR Alerted Metric Element list | 8 | 0.00 | | 0 | 0 | |
Change Notification Hash table latch | 1 | 0.00 | | 0 | 0 | |
Consistent RBA | 4,166 | 0.00 | | 0 | 0 | |
DML lock allocation | 8,653 | 0.00 | | 0 | 0 | |
Event Group Locks | 11 | 0.00 | | 0 | 0 | |
FAL Queue | 1 | 0.00 | | 0 | 0 | |
FOB s.o list latch | 37 | 0.00 | | 0 | 0 | |
File State Object Pool Parent Latch | 1 | 0.00 | | 0 | 0 | |
I/O Staticstics latch | 1 | 0.00 | | 0 | 0 | |
IPC other latch | 2 | 0.00 | | 0 | 0 | |
IPC stats buffer allocation latch | 10 | 0.00 | | 0 | 17 | 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 | 1 | 0.00 | | 0 | 0 | |
JS broadcast drop buf latch | 1 | 0.00 | | 0 | 0 | |
JS broadcast load blnc latch | 1 | 0.00 | | 0 | 0 | |
JS queue access latch | 1 | 0.00 | | 0 | 0 | |
JS queue state obj latch | 36 | 0.00 | | 0 | 0 | |
JS slv state obj latch | 1 | 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 | |
KGNFS-NFS:SHM structure | 1 | 0.00 | | 0 | 0 | |
KGNFS-NFS:SVR LIST | 1 | 0.00 | | 0 | 0 | |
KJC message pool free list | 162 | 0.00 | | 0 | 22 | 0.00 |
KJCT flow control latch | 9,339 | 0.00 | | 0 | 0 | |
KMG MMAN ready and startup request latch | 1 | 0.00 | | 0 | 0 | |
KSXR large replies | 2 | 0.00 | | 0 | 0 | |
KTF sga latch | 2 | 0.00 | | 0 | 2 | 0.00 |
Locator state objects pool parent latch | 1 | 0.00 | | 0 | 0 | |
Lsod array latch | 1 | 0.00 | | 0 | 0 | |
Memory Management Latch | 1 | 0.00 | | 0 | 1 | 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 | 0.00 | | 0 | 0 | |
Mutex | 1 | 0.00 | | 0 | 0 | |
Mutex Stats | 1 | 0.00 | | 0 | 0 | |
OS process | 21 | 0.00 | | 0 | 0 | |
OS process allocation | 18 | 0.00 | | 0 | 0 | |
OS process: request allocation | 10 | 0.00 | | 0 | 0 | |
PL/SQL warning settings | 9 | 0.00 | | 0 | 0 | |
PX hash array latch | 1 | 0.00 | | 0 | 0 | |
QMT | 1 | 0.00 | | 0 | 0 | |
Result Cache: MB Latch | 4,097 | 0.00 | | 0 | 0 | |
Result Cache: RC Latch | 4,097 | 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 | 1 | 0.00 |
SQL memory manager workarea list latch | 403 | 0.00 | | 0 | 0 | |
Shared B-Tree | 1 | 0.00 | | 0 | 0 | |
Streams Generic | 1 | 0.00 | | 0 | 0 | |
Testing | 1 | 0.00 | | 0 | 0 | |
Token Manager | 1 | 0.00 | | 0 | 0 | |
WCR: sync | 1 | 0.00 | | 0 | 0 | |
Write State Object Pool Parent Latch | 1 | 0.00 | | 0 | 0 | |
X$KSFQP | 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 | 17 | 0.00 | | 0 | 0 | |
active service list | 120 | 0.00 | | 0 | 1,052 | 0.00 |
archive control | 1 | 0.00 | | 0 | 0 | |
archive process latch | 3 | 0.00 | | 0 | 0 | |
buffer pool | 1 | 0.00 | | 0 | 0 | |
business card | 1 | 0.00 | | 0 | 0 | |
cache buffer handles | 282 | 0.00 | | 0 | 0 | |
cache buffers chains | 154,542 | 0.00 | | 0 | 2,942 | 0.00 |
cache buffers lru chain | 1,048 | 0.00 | | 0 | 2,686 | 0.00 |
call allocation | 60 | 0.00 | | 0 | 0 | |
cas latch | 1 | 0.00 | | 0 | 0 | |
change notification client cache latch | 1 | 0.00 | | 0 | 0 | |
channel handle pool latch | 13 | 0.00 | | 0 | 0 | |
channel operations parent latch | 513,359 | 0.00 | 0.00 | 0 | 0 | |
checkpoint queue latch | 783 | 0.00 | | 0 | 777 | 0.00 |
client/application info | 37 | 0.00 | | 0 | 0 | |
compile environment latch | 5 | 0.00 | | 0 | 0 | |
corrupted undo seg latch | 7 | 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 | |
cvmap freelist lock | 1 | 0.00 | | 0 | 0 | |
done queue latch | 1 | 0.00 | | 0 | 0 | |
dummy allocation | 11 | 0.00 | | 0 | 0 | |
eighth spare latch - X parent | 1 | 0.00 | | 0 | 0 | |
eleventh spare latch - children | 1 | 0.00 | | 0 | 0 | |
enqueue freelist latch | 1 | 0.00 | | 0 | 4,414 | 0.00 |
enqueue hash chains | 34,355 | 0.00 | | 0 | 0 | |
fifteenth spare latch - children | 1 | 0.00 | | 0 | 0 | |
file cache latch | 19 | 0.00 | | 0 | 0 | |
first Audit Vault latch | 5 | 0.00 | | 0 | 0 | |
flashback copy | 1 | 0.00 | | 0 | 0 | |
fourteenth spare latch - children | 1 | 0.00 | | 0 | 0 | |
fourth Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
gc element | 2,526 | 0.00 | | 0 | 52 | 0.00 |
gcs commit scn state | 1 | 0.00 | | 0 | 0 | |
gcs opaque info freelist | 468 | 0.00 | | 0 | 0 | |
gcs partitioned table hash | 2,385 | 0.00 | | 0 | 0 | |
gcs pcm hashed value bucket hash | 1 | 0.00 | | 0 | 0 | |
gcs remaster request queue | 2 | 0.00 | | 0 | 0 | |
gcs resource freelist | 142 | 0.00 | | 0 | 0 | |
gcs resource hash | 2,408 | 0.17 | 0.00 | 0 | 0 | |
gcs resource scan list | 1 | 0.00 | | 0 | 0 | |
gcs resource validate list | 1 | 0.00 | | 0 | 0 | |
gcs shadows freelist | 200 | 0.00 | | 0 | 0 | |
ges caches resource lists | 4,777 | 0.02 | 0.00 | 0 | 126 | 0.00 |
ges deadlock list | 4 | 0.00 | | 0 | 0 | |
ges domain table | 14,409 | 0.00 | | 0 | 0 | |
ges enqueue table freelist | 14,450 | 0.00 | | 0 | 0 | |
ges group table | 14,415 | 0.00 | | 0 | 0 | |
ges process hash list | 27 | 0.00 | | 0 | 0 | |
ges process parent latch | 28,962 | 0.00 | | 0 | 0 | |
ges process table freelist | 10 | 0.00 | | 0 | 0 | |
ges resource hash list | 24,696 | 0.01 | 1.00 | 0 | 0 | |
ges resource scan list | 1 | 0.00 | | 0 | 0 | |
ges resource table freelist | 13 | 0.00 | | 0 | 0 | |
ges timeout list | 12 | 0.00 | | 0 | 0 | |
ges value block free list | 1 | 0.00 | | 0 | 0 | |
global KZLD latch for mem in SGA | 5 | 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 | 0 | | | 0 | 747 | 0.00 |
hash table modification latch | 10 | 0.00 | | 0 | 0 | |
heartbeat check | 1 | 0.00 | | 0 | 4 | 0.00 |
heartbeat structure management | 0 | | | 0 | 1 | 0.00 |
internal temp table object number allocation latch | 6 | 0.00 | | 0 | 0 | |
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 | 0 | |
job_queue_processes parameter latch | 1 | 0.00 | | 0 | 0 | |
k2q global data latch | 2 | 0.00 | | 0 | 0 | |
k2q lock allocation | 1 | 0.00 | | 0 | 0 | |
kdlx hb parent latch | 1 | 0.00 | | 0 | 0 | |
kgb parent | 1 | 0.00 | | 0 | 0 | |
kgnfs mount latch | 1 | 0.00 | | 0 | 0 | |
kokc descriptor allocation latch | 4 | 0.00 | | 0 | 0 | |
ksfv messages | 1 | 0.00 | | 0 | 0 | |
ksim group membership cache | 1 | 0.00 | | 0 | 0 | |
ksim membership request latch | 4 | 0.00 | | 0 | 4 | 0.00 |
kss move lock | 1 | 0.00 | | 0 | 0 | |
ksuosstats global area | 3 | 0.00 | | 0 | 0 | |
ksv class latch | 7 | 0.00 | | 0 | 0 | |
ksv msg queue latch | 1 | 0.00 | | 0 | 0 | |
ksxp shared latch | 10 | 0.00 | | 0 | 0 | |
ksxp so latch | 10 | 0.00 | | 0 | 0 | |
ksz_so allocation latch | 10 | 0.00 | | 0 | 0 | |
ktm global data | 5 | 0.00 | | 0 | 0 | |
lgwr LWN SCN | 4,165 | 0.00 | | 0 | 0 | |
list of block allocation | 34 | 0.00 | | 0 | 0 | |
loader state object freelist | 12 | 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 local | 1 | 0.00 | | 0 | 0 | |
logminer work area | 1 | 0.00 | | 0 | 0 | |
longop free list parent | 1 | 0.00 | | 0 | 0 | |
managed standby latch | 1 | 0.00 | | 0 | 0 | |
mapped buffers lru chain | 1 | 0.00 | | 0 | 0 | |
message pool operations parent latch | 12,320 | 0.00 | | 0 | 0 | |
messages | 37,303 | 0.01 | 0.00 | 0 | 0 | |
mostly latch-free SCN | 4,168 | 0.02 | 0.00 | 0 | 0 | |
msg queue latch | 1 | 0.00 | | 0 | 0 | |
multiblock read objects | 496 | 0.00 | | 0 | 0 | |
name-service memory objects | 14 | 0.00 | | 0 | 0 | |
name-service namespace bucket | 30 | 0.00 | | 0 | 0 | |
name-service pending queue | 14 | 0.00 | | 0 | 0 | |
name-service request queue | 52 | 0.00 | | 0 | 0 | |
nineth spare latch - X parent | 1 | 0.00 | | 0 | 0 | |
object queue header heap | 221 | 0.00 | | 0 | 73 | 0.00 |
object queue header operation | 3,000 | 0.00 | | 0 | 0 | |
object stats modification | 1 | 0.00 | | 0 | 0 | |
parallel query alloc buffer | 5 | 0.00 | | 0 | 0 | |
parallel query stats | 1 | 0.00 | | 0 | 0 | |
parallel txn reco latch | 42 | 0.00 | | 0 | 0 | |
parameter list | 48 | 0.00 | | 0 | 0 | |
parameter table management | 10 | 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 | 141 | 0.00 | | 0 | 137 | 0.00 |
process allocation | 29 | 0.00 | | 0 | 5 | 0.00 |
process group creation | 10 | 0.00 | | 0 | 0 | |
process queue | 1 | 0.00 | | 0 | 0 | |
process queue reference | 1 | 0.00 | | 0 | 0 | |
query server freelists | 1 | 0.00 | | 0 | 0 | |
queuing load statistics | 1 | 0.00 | | 0 | 0 | |
recovery domain hash list | 1 | 0.00 | | 0 | 0 | |
redo allocation | 12,493 | 0.18 | 0.59 | 0 | 22,520 | 0.09 |
redo copy | 1 | 0.00 | | 0 | 22,528 | 12.99 |
redo writing | 12,502 | 0.00 | | 0 | 0 | |
resmgr group change latch | 5 | 0.00 | | 0 | 0 | |
resmgr:active threads | 11 | 0.00 | | 0 | 0 | |
resmgr:actses change group | 6 | 0.00 | | 0 | 0 | |
resmgr:actses change state | 1 | 0.00 | | 0 | 0 | |
resmgr:free threads list | 10 | 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 | 51 | 0.00 | | 0 | 0 | |
resmgr:session queuing | 1 | 0.00 | | 0 | 0 | |
rm cas latch | 1 | 0.00 | | 0 | 0 | |
row cache objects | 7,717 | 0.00 | | 0 | 0 | |
second Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
sequence cache | 240 | 0.00 | | 0 | 0 | |
session allocation | 4,153 | 0.00 | | 0 | 4,143 | 0.00 |
session idle bit | 17,803 | 0.00 | | 0 | 0 | |
session queue latch | 1 | 0.00 | | 0 | 0 | |
session state list latch | 4 | 0.00 | | 0 | 0 | |
session switching | 6 | 0.00 | | 0 | 0 | |
session timer | 1 | 0.00 | | 0 | 0 | |
seventh spare latch - X parent | 1 | 0.00 | | 0 | 0 | |
shared pool | 5,684 | 0.04 | 0.00 | 0 | 0 | |
shared pool sim alloc | 1 | 0.00 | | 0 | 0 | |
shared pool simulator | 39 | 0.00 | | 0 | 0 | |
sim partition latch | 2 | 0.00 | | 0 | 32 | 0.00 |
simulator hash latch | 1,819 | 0.00 | | 0 | 0 | |
simulator lru latch | 1 | 0.00 | | 0 | 1,810 | 0.00 |
sixth spare latch - X parent | 1 | 0.00 | | 0 | 0 | |
sort extent pool | 13 | 0.00 | | 0 | 0 | |
space background task latch | 10 | 0.00 | | 0 | 3 | 0.00 |
state object free list | 12 | 0.00 | | 0 | 0 | |
statistics aggregation | 140 | 0.00 | | 0 | 0 | |
tablespace key chain | 1 | 0.00 | | 0 | 0 | |
temp lob duration state obj allocation | 4 | 0.00 | | 0 | 0 | |
tenth spare latch - X parent | 1 | 0.00 | | 0 | 0 | |
test excl. parent l0 | 1 | 0.00 | | 0 | 0 | |
test excl. parent2 l0 | 1 | 0.00 | | 0 | 0 | |
thirteenth spare latch - children | 1 | 0.00 | | 0 | 0 | |
transaction allocation | 22 | 0.00 | | 0 | 0 | |
twelfth spare latch - children | 1 | 0.00 | | 0 | 0 | |
twenty-fifth spare latch - S par | 1 | 0.00 | | 0 | 0 | |
twenty-first spare latch - S par | 1 | 0.00 | | 0 | 0 | |
twenty-fourth spare latch - S par | 1 | 0.00 | | 0 | 0 | |
twenty-second spare latch - S par | 1 | 0.00 | | 0 | 0 | |
twenty-third spare latch - S par | 1 | 0.00 | | 0 | 0 | |
undo global data | 13,009 | 0.00 | | 0 | 17 | 0.00 |
virtual circuit buffers | 1 | 0.00 | | 0 | 0 | |
virtual circuit holder | 1 | 0.00 | | 0 | 0 | |
virtual circuit queues | 1 | 0.00 | | 0 | 0 | |
write info latch | 0 | | | 0 | 5,255 | 0.40 |