SQL Id | SQL Text |
05sghzkq6r6yv | select ts#, file#, block#, cols, nvl(size$, -1), pctfree$, pctused$, initrans, maxtrans, hashkeys, func, extind, avgchn, nvl(degree, 1), nvl(instances, 1), nvl(flags, 0), nvl(spare1, 0)from clu$ where obj#=:1 |
089dbukv1aanh | SELECT SYS_EXTRACT_UTC(SYSTIMESTAMP) FROM DUAL |
08bqjmf8490s2 | SELECT PARAMETER_VALUE FROM MGMT_PARAMETERS WHERE PARAMETER_NAME = :B1 |
08vznc16ycuag | SELECT SYS_GUID() FROM SYS.DUAL |
0k8522rmdzg4k | select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#>0 |
0pt4jfmq9f1q0 | SELECT x.statistic# as stat_id, x.keh_id as keh_id, nvl(awr_time.value_diff, 0) as value_diff FROM X$KEHTIMMAP x , (SELECT startsn.stat_id as stat_id, sum(GREATEST( 0, (endsn.value - startsn.value) )) as value_diff FROM WRH$_SYS_TIME_MODEL startsn , WRH$_SYS_TIME_MODEL endsn WHERE endsn.dbid = :dbid AND endsn.instance_number = :inst AND endsn.snap_id = :eid AND startsn.dbid = :dbid AND startsn.instance_number = endsn.instance_number AND startsn.snap_id = :bid AND startsn.stat_id = endsn.stat_id GROUP BY startsn.stat_id ) awr_time WHERE x.statistic# <> 0 AND x.statistic# = awr_time.stat_id(+) ORDER BY x.keh_id ASC |
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') |
18naypzfmabd6 | INSERT INTO MGMT_SYSTEM_PERFORMANCE_LOG (JOB_NAME, TIME, DURATION, MODULE, ACTION, IS_TOTAL, NAME, VALUE, CLIENT_DATA, HOST_URL) VALUES (:B9 , SYSDATE, :B8 , SUBSTR(:B7 , 1, 512), SUBSTR(:B6 , 1, 32), :B5 , SUBSTR(:B4 , 1, 128), SUBSTR(:B3 , 1, 128), SUBSTR(:B2 , 1, 128), SUBSTR(:B1 , 1, 256)) |
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) |
1xpfbutrrzkph | insert into wrh$_db_cache_advice (snap_id, dbid, instance_number, bpid, buffers_for_estimate, name, block_size, advice_status, size_for_estimate, size_factor, physical_reads, base_physical_reads, actual_physical_reads, estd_physical_read_time) select :snap_id, :dbid, :instance_number, a.bpid, a.nbufs, b.bp_name, a.blksz, decode(a.status, 2, 'ON', 'OFF'), a.poolsz, round((a.poolsz / a.actual_poolsz), 4), a.preads, a.base_preads, a.actual_preads, a.estd_time_for_disk_reads from x$kcbsc a, x$kcbwbpd b where a.bpid = b.bp_id |
2nszajb0qbyvp | DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate; broken BOOLEAN := FALSE; BEGIN wwv_flow_mail.push_queue(wwv_flow_platform.get_preference('SMTP_HOST_ADDRESS'), wwv_flow_platform.get_preference('SMTP_HOST_PORT')); :mydate := next_date; IF broken THEN :b := 1; ELSE :b := 0; END IF; END; |
350f5yrnnmshs | lock table sys.mon_mods$ in exclusive mode nowait |
459f3z9u4fb3u | select value$ from props$ where name = 'GLOBAL_DB_NAME' |
47a50dvdgnxc2 | update sys.job$ set failures=0, this_date=null, flag=:1, last_date=:2, next_date = greatest(:3, sysdate), total=total+(sysdate-nvl(this_date, sysdate)) where job=:4 |
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) |
53saa2zkr6wc3 | select intcol#, nvl(pos#, 0), col#, nvl(spare1, 0) from ccol$ where con#=:1 |
5ur69atw3vfhj | select decode(failover_method, NULL, 0 , 'BASIC', 1, 'PRECONNECT', 2 , 'PREPARSE', 4 , 0), decode(failover_type, NULL, 1 , 'NONE', 1 , 'SESSION', 2, 'SELECT', 4, 1), failover_retries, failover_delay, flags from service$ where name = :1 |
66gs90fyynks7 | insert into wrh$_instance_recovery (snap_id, dbid, instance_number, recovery_estimated_ios, actual_redo_blks, target_redo_blks, log_file_size_redo_blks, log_chkpt_timeout_redo_blks, log_chkpt_interval_redo_blks, fast_start_io_target_redo_blks, target_mttr, estimated_mttr, ckpt_block_writes, optimal_logfile_size, estd_cluster_available_time, writes_mttr, writes_logfile_size, writes_log_checkpoint_settings, writes_other_settings, writes_autotune, writes_full_thread_ckpt) select :snap_id, :dbid, :instance_number, recovery_estimated_ios, actual_redo_blks, target_redo_blks, log_file_size_redo_blks, log_chkpt_timeout_redo_blks, log_chkpt_interval_redo_blks, fast_start_io_target_redo_blks, target_mttr, estimated_mttr, ckpt_block_writes, optimal_logfile_size, estd_cluster_available_time, writes_mttr, writes_logfile_size, writes_log_checkpoint_settings, writes_other_settings, writes_autotune, writes_full_thread_ckpt from v$instance_recovery |
6ajkhukk78nsr | begin prvt_hdm.auto_execute( :dbid, :inst_num , :end_snap_id ); end; |
6gvch1xu9ca3g | DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate; broken BOOLEAN := FALSE; BEGIN EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS(); :mydate := next_date; IF broken THEN :b := 1; ELSE :b := 0; END IF; END; |
6ydy4p7r33m0c | SELECT c FROM sbtest WHERE id = :"SYS_B_0" |
7vcwzqf7mgk3b | INSERT INTO MGMT_JOB_EXECUTION (JOB_ID, EXECUTION_ID, STEP_ID, SOURCE_STEP_ID, ORIGINAL_STEP_ID, RESTART_MODE, STEP_NAME, STEP_TYPE, COMMAND_TYPE, ITERATE_PARAM, ITERATE_PARAM_INDEX, PARENT_STEP_ID, STEP_STATUS, START_TIME, TIMEZONE_REGION) VALUES (NULL, NULL, :B5 , NULL, NULL, 0, :B4 , :B3 , :B2 , NULL, NULL, NULL, :B1 , MGMT_JOB_ENGINE.SYSDATE_UTC(), 'UTC') |
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 |
aq8yqxyyb40nn | update sys.job$ set this_date=:1 where job=:2 |
aykvshm7zsabd | select size_for_estimate, size_factor * 100 f, estd_physical_read_time, estd_physical_reads from v$db_cache_advice where id = '3' |
b2gnxm5z6r51n | lock table sys.col_usage$ in exclusive mode nowait |
bcuaanyavwv59 | BEGIN DBMS_WORKLOAD_REPOSITORY.CREATE_SNAPSHOT; END; |
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 |
c5j5sa604wfxd | SELECT DISTINCT c FROM sbtest WHERE id BETWEEN :"SYS_B_0" AND :"SYS_B_1" ORDER BY c |
c7h6d8d194m88 | SELECT c FROM sbtest WHERE id BETWEEN :"SYS_B_0" AND :"SYS_B_1" ORDER BY c |
cfxcsauwtg623 | SELECT SUM(k) FROM sbtest WHERE id BETWEEN :"SYS_B_0" AND :"SYS_B_1" |
cm5vu20fhtnq1 | select /*+ connect_by_filtering */ privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
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) |
g3bkwtxyy9j4x | SELECT c FROM sbtest WHERE id BETWEEN :"SYS_B_0" AND :"SYS_B_1" |
Statistic | Total | per Second | per Trans |
Batched IO (bound) vector count | 0 | 0.00 | 0.00 |
Batched IO (full) vector count | 0 | 0.00 | 0.00 |
Batched IO block miss count | 0 | 0.00 | 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 | 0 | 0.00 | 0.00 |
Batched IO single block count | 0 | 0.00 | 0.00 |
Batched IO vector block count | 0 | 0.00 | 0.00 |
Batched IO vector read count | 0 | 0.00 | 0.00 |
Block Cleanout Optim referenced | 1 | 0.00 | 0.00 |
CCursor + sql area evicted | 3 | 0.00 | 0.00 |
CPU used by this session | 66,232 | 110.18 | 0.13 |
CPU used when call started | 65,804 | 109.47 | 0.13 |
CR blocks created | 13 | 0.02 | 0.00 |
Commit SCN cached | 0 | 0.00 | 0.00 |
DB time | 138,203 | 229.92 | 0.26 |
DBWR checkpoint buffers written | 591 | 0.98 | 0.00 |
DBWR transaction table writes | 13 | 0.02 | 0.00 |
DBWR undo block writes | 95 | 0.16 | 0.00 |
Effective IO time | 0 | 0.00 | 0.00 |
HSC Heap Segment Block Changes | 781 | 1.30 | 0.00 |
Heap Segment Array Inserts | 88 | 0.15 | 0.00 |
Heap Segment Array Updates | 121 | 0.20 | 0.00 |
IMU CR rollbacks | 20 | 0.03 | 0.00 |
IMU Flushes | 24 | 0.04 | 0.00 |
IMU Redo allocation size | 66,768 | 111.08 | 0.13 |
IMU commits | 61 | 0.10 | 0.00 |
IMU contention | 0 | 0.00 | 0.00 |
IMU undo allocation size | 304,000 | 505.74 | 0.58 |
Number of read IOs issued | 0 | 0.00 | 0.00 |
Requests to/from client | 9,433,841 | 15,694.24 | 18.00 |
RowCR attempts | 10 | 0.02 | 0.00 |
RowCR hits | 10 | 0.02 | 0.00 |
SQL*Net roundtrips to/from client | 9,433,857 | 15,694.27 | 18.00 |
active txn count during cleanout | 33 | 0.05 | 0.00 |
background timeouts | 2,918 | 4.85 | 0.01 |
buffer is not pinned count | 21,105,930 | 35,112.06 | 40.27 |
buffer is pinned count | 200,080,652 | 332,856.41 | 381.71 |
bytes received via SQL*Net from client | 450,217,975 | 748,987.65 | 858.92 |
bytes sent via SQL*Net to client | 1,605,578,789 | 2,671,058.80 | 3,063.11 |
calls to get snapshot scn: kcmgss | 3,672,614 | 6,109.80 | 7.01 |
calls to kcmgas | 414 | 0.69 | 0.00 |
calls to kcmgcs | 656 | 1.09 | 0.00 |
cell physical IO interconnect bytes | 20,771,840 | 34,556.26 | 39.63 |
change write time | 7 | 0.01 | 0.00 |
cleanout - number of ktugct calls | 35 | 0.06 | 0.00 |
cleanouts only - consistent read gets | 0 | 0.00 | 0.00 |
cluster key scan block gets | 561 | 0.93 | 0.00 |
cluster key scans | 294 | 0.49 | 0.00 |
commit batch/immediate performed | 10 | 0.02 | 0.00 |
commit batch/immediate requested | 10 | 0.02 | 0.00 |
commit cleanout failures: callback failure | 3 | 0.00 | 0.00 |
commit cleanout failures: cannot pin | 1 | 0.00 | 0.00 |
commit cleanouts | 770 | 1.28 | 0.00 |
commit cleanouts successfully completed | 766 | 1.27 | 0.00 |
commit immediate performed | 10 | 0.02 | 0.00 |
commit immediate requested | 10 | 0.02 | 0.00 |
commit txn count during cleanout | 16 | 0.03 | 0.00 |
concurrency wait time | 6,896 | 11.47 | 0.01 |
consistent changes | 38 | 0.06 | 0.00 |
consistent gets | 22,638,168 | 37,661.11 | 43.19 |
consistent gets - examination | 12,584,239 | 20,935.28 | 24.01 |
consistent gets direct | 1 | 0.00 | 0.00 |
consistent gets from cache | 22,638,167 | 37,661.11 | 43.19 |
consistent gets from cache (fastpath) | 10,053,543 | 16,725.19 | 19.18 |
cursor authentications | 44 | 0.07 | 0.00 |
data blocks consistent reads - undo records applied | 27 | 0.04 | 0.00 |
db block changes | 4,021 | 6.69 | 0.01 |
db block gets | 3,810 | 6.34 | 0.01 |
db block gets direct | 1 | 0.00 | 0.00 |
db block gets from cache | 3,809 | 6.34 | 0.01 |
db block gets from cache (fastpath) | 1,093 | 1.82 | 0.00 |
deferred (CURRENT) block cleanout applications | 474 | 0.79 | 0.00 |
enqueue conversions | 123 | 0.20 | 0.00 |
enqueue releases | 6,051 | 10.07 | 0.01 |
enqueue requests | 6,051 | 10.07 | 0.01 |
enqueue timeouts | 0 | 0.00 | 0.00 |
enqueue waits | 0 | 0.00 | 0.00 |
execute count | 3,672,362 | 6,109.38 | 7.01 |
file io wait time | 390,122 | 649.01 | 0.74 |
free buffer inspected | 0 | 0.00 | 0.00 |
free buffer requested | 201 | 0.33 | 0.00 |
heap block compress | 11 | 0.02 | 0.00 |
immediate (CR) block cleanout applications | 0 | 0.00 | 0.00 |
immediate (CURRENT) block cleanout applications | 126 | 0.21 | 0.00 |
in call idle wait time | 1,433,295 | 2,384.45 | 2.73 |
index crx upgrade (positioned) | 2 | 0.00 | 0.00 |
index crx upgrade (prefetch) | 0 | 0.00 | 0.00 |
index fast full scans (full) | 0 | 0.00 | 0.00 |
index fetch by key | 2,623,734 | 4,364.87 | 5.01 |
index scans kdiixs1 | 1,052,625 | 1,751.16 | 2.01 |
leaf node 90-10 splits | 10 | 0.02 | 0.00 |
leaf node splits | 15 | 0.02 | 0.00 |
lob reads | 0 | 0.00 | 0.00 |
lob writes | 7 | 0.01 | 0.00 |
lob writes unaligned | 7 | 0.01 | 0.00 |
logical read bytes from cache | 185,483,067,392 | 308,571,702.29 | 353,863.22 |
logons cumulative | 53 | 0.09 | 0.00 |
max cf enq hold time | 0 | 0.00 | 0.00 |
messages received | 659 | 1.10 | 0.00 |
messages sent | 659 | 1.10 | 0.00 |
no buffer to keep pinned count | 4 | 0.01 | 0.00 |
no work - consistent read gets | 10,052,995 | 16,724.27 | 19.18 |
non-idle wait count | 9,493,655 | 15,793.75 | 18.11 |
non-idle wait time | 8,111 | 13.49 | 0.02 |
opened cursors cumulative | 3,671,959 | 6,108.71 | 7.01 |
parse count (describe) | 0 | 0.00 | 0.00 |
parse count (hard) | 145 | 0.24 | 0.00 |
parse count (total) | 1,201 | 2.00 | 0.00 |
parse time cpu | 16,447 | 27.36 | 0.03 |
parse time elapsed | 24,041 | 39.99 | 0.05 |
physical read IO requests | 63 | 0.10 | 0.00 |
physical read bytes | 516,096 | 858.58 | 0.98 |
physical read total IO requests | 519 | 0.86 | 0.00 |
physical read total bytes | 7,954,432 | 13,233.08 | 15.18 |
physical read total multi block requests | 0 | 0.00 | 0.00 |
physical reads | 63 | 0.10 | 0.00 |
physical reads cache | 62 | 0.10 | 0.00 |
physical reads cache prefetch | 0 | 0.00 | 0.00 |
physical reads direct | 1 | 0.00 | 0.00 |
physical reads direct (lob) | 0 | 0.00 | 0.00 |
physical reads direct temporary tablespace | 0 | 0.00 | 0.00 |
physical reads prefetch warmup | 0 | 0.00 | 0.00 |
physical write IO requests | 391 | 0.65 | 0.00 |
physical write bytes | 4,849,664 | 8,067.96 | 9.25 |
physical write total IO requests | 1,047 | 1.74 | 0.00 |
physical write total bytes | 12,817,408 | 21,323.18 | 24.45 |
physical write total multi block requests | 6 | 0.01 | 0.00 |
physical writes | 592 | 0.98 | 0.00 |
physical writes direct | 1 | 0.00 | 0.00 |
physical writes direct (lob) | 1 | 0.00 | 0.00 |
physical writes direct temporary tablespace | 0 | 0.00 | 0.00 |
physical writes from cache | 591 | 0.98 | 0.00 |
physical writes non checkpoint | 236 | 0.39 | 0.00 |
pinned buffers inspected | 0 | 0.00 | 0.00 |
pinned cursors current | 0 | 0.00 | 0.00 |
recursive calls | 546,165 | 908.61 | 1.04 |
recursive cpu usage | 386 | 0.64 | 0.00 |
redo blocks checksummed by FG (exclusive) | 1,504 | 2.50 | 0.00 |
redo blocks written | 2,762 | 4.59 | 0.01 |
redo entries | 2,080 | 3.46 | 0.00 |
redo ordering marks | 68 | 0.11 | 0.00 |
redo size | 1,250,884 | 2,080.98 | 2.39 |
redo size for direct writes | 52 | 0.09 | 0.00 |
redo subscn max counts | 157 | 0.26 | 0.00 |
redo synch long waits | 9 | 0.01 | 0.00 |
redo synch time | 28 | 0.05 | 0.00 |
redo synch time (usec) | 297,486 | 494.90 | 0.57 |
redo synch writes | 46 | 0.08 | 0.00 |
redo wastage | 78,708 | 130.94 | 0.15 |
redo write time | 23 | 0.04 | 0.00 |
redo writes | 256 | 0.43 | 0.00 |
rollback changes - undo records applied | 10 | 0.02 | 0.00 |
rollbacks only - consistent read gets | 13 | 0.02 | 0.00 |
rows fetched via callback | 2,621,507 | 4,361.17 | 5.00 |
session cursor cache hits | 525,147 | 873.64 | 1.00 |
session logical reads | 22,641,978 | 37,667.45 | 43.20 |
shared hash latch upgrades - no wait | 354 | 0.59 | 0.00 |
sorts (memory) | 526,212 | 875.41 | 1.00 |
sorts (rows) | 52,418,599 | 87,204.17 | 100.00 |
sql area evicted | 546 | 0.91 | 0.00 |
sql area purged | 0 | 0.00 | 0.00 |
switch current to new buffer | 28 | 0.05 | 0.00 |
table fetch by rowid | 107,447,648 | 178,751.11 | 204.99 |
table fetch continued row | 199 | 0.33 | 0.00 |
table scan blocks gotten | 1,401 | 2.33 | 0.00 |
table scan rows gotten | 75,157 | 125.03 | 0.14 |
table scans (short tables) | 318 | 0.53 | 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 | 2 | 0.00 | 0.00 |
transaction rollbacks | 10 | 0.02 | 0.00 |
undo change vector size | 406,392 | 676.08 | 0.78 |
user I/O wait time | 3 | 0.00 | 0.00 |
user calls | 13,102,682 | 21,797.77 | 25.00 |
user commits | 65 | 0.11 | 0.00 |
user rollbacks | 524,101 | 871.90 | 1.00 |
workarea executions - optimal | 524,872 | 873.18 | 1.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 | 400 | 0.00 | | 0 | 0 | |
ASM map operation hash table | 1 | 0.00 | | 0 | 0 | |
ASM network state latch | 9 | 0.00 | | 0 | 0 | |
AWR Alerted Metric Element list | 4,726 | 0.00 | | 0 | 0 | |
Change Notification Hash table latch | 200 | 0.00 | | 0 | 0 | |
Consistent RBA | 256 | 0.00 | | 0 | 0 | |
DML lock allocation | 1,022 | 0.00 | | 0 | 0 | |
Event Group Locks | 96 | 0.00 | | 0 | 0 | |
FOB s.o list latch | 39 | 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 stats buffer allocation latch | 1 | 0.00 | | 0 | 0 | |
In memory undo latch | 1,107 | 0.00 | | 0 | 212 | 0.00 |
JS Sh mem access | 3 | 0.00 | | 0 | 0 | |
JS mem alloc latch | 0 | | | 0 | 2 | 0.00 |
JS queue access latch | 1 | 0.00 | | 0 | 0 | |
JS queue state obj latch | 4,356 | 0.00 | | 0 | 0 | |
JS slv state obj latch | 43 | 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 | 1 | 0.00 | | 0 | 0 | |
KJCT flow control latch | 1 | 0.00 | | 0 | 0 | |
KMG MMAN ready and startup request latch | 200 | 0.00 | | 0 | 0 | |
KTF sga latch | 4 | 0.00 | | 0 | 189 | 0.00 |
KWQMN job cache list latch | 4 | 0.00 | | 0 | 0 | |
KWQS pqueue ctx latch | 10 | 0.00 | | 0 | 0 | |
Locator state objects pool parent latch | 1 | 0.00 | | 0 | 0 | |
Lsod array latch | 1 | 0.00 | | 0 | 0 | |
MQL Tracking Latch | 0 | | | 0 | 12 | 0.00 |
Memory Management Latch | 1 | 0.00 | | 0 | 200 | 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 | 6 | 0.00 | | 0 | 0 | |
Mutex | 1 | 0.00 | | 0 | 0 | |
Mutex Stats | 1 | 0.00 | | 0 | 0 | |
OS process | 289 | 0.00 | | 0 | 0 | |
OS process allocation | 1,374 | 0.00 | | 0 | 0 | |
OS process: request allocation | 84 | 0.00 | | 0 | 0 | |
PL/SQL warning settings | 66 | 0.00 | | 0 | 0 | |
PX hash array latch | 1 | 0.00 | | 0 | 0 | |
QMT | 1 | 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 | 200 | 0.00 |
SQL memory manager workarea list latch | 13,664 | 0.00 | | 0 | 0 | |
Shared B-Tree | 52 | 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 | 591 | 0.00 | | 0 | 0 | |
active service list | 1,528 | 0.07 | 0.00 | 0 | 782 | 0.00 |
alert log latch | 0 | | | 0 | 2 | 0.00 |
begin backup scn array | 1 | 0.00 | | 0 | 0 | |
buffer pool | 1 | 0.00 | | 0 | 0 | |
business card | 1 | 0.00 | | 0 | 0 | |
cache buffer handles | 14 | 0.00 | | 0 | 0 | |
cache buffers chains | 32,710,339 | 0.06 | 0.00 | 0 | 182 | 0.00 |
cache buffers lru chain | 655 | 0.00 | | 0 | 812 | 0.00 |
call allocation | 412 | 0.24 | 1.00 | 0 | 0 | |
cas latch | 1 | 0.00 | | 0 | 0 | |
change notification client cache latch | 1 | 0.00 | | 0 | 0 | |
channel handle pool latch | 89 | 0.00 | | 0 | 0 | |
channel operations parent latch | 3,402 | 0.00 | | 0 | 0 | |
checkpoint queue latch | 8,973 | 0.00 | | 0 | 367 | 0.00 |
client/application info | 224 | 0.00 | | 0 | 0 | |
compile environment latch | 53 | 0.00 | | 0 | 0 | |
corrupted undo seg latch | 40 | 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 | 9 | 0.00 | | 0 | 0 | |
cvmap freelist lock | 1 | 0.00 | | 0 | 0 | |
deferred cleanup latch | 9 | 0.00 | | 0 | 0 | |
dml lock allocation | 9 | 0.00 | | 0 | 0 | |
done queue latch | 1 | 0.00 | | 0 | 0 | |
dummy allocation | 107 | 0.00 | | 0 | 0 | |
enqueue freelist latch | 1 | 0.00 | | 0 | 10,398 | 0.00 |
enqueue hash chains | 12,244 | 0.02 | 0.50 | 0 | 0 | |
enqueues | 117 | 0.00 | | 0 | 0 | |
fifth spare latch | 1 | 0.00 | | 0 | 0 | |
file cache latch | 26 | 0.00 | | 0 | 0 | |
flashback copy | 1 | 0.00 | | 0 | 0 | |
fourth Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
gc element | 1 | 0.00 | | 0 | 0 | |
gcs commit scn state | 1 | 0.00 | | 0 | 0 | |
gcs partitioned table hash | 1 | 0.00 | | 0 | 0 | |
gcs pcm hashed value bucket hash | 1 | 0.00 | | 0 | 0 | |
gcs resource freelist | 1 | 0.00 | | 0 | 0 | |
gcs resource hash | 1 | 0.00 | | 0 | 0 | |
gcs resource scan list | 1 | 0.00 | | 0 | 0 | |
gcs shadows freelist | 1 | 0.00 | | 0 | 0 | |
ges domain table | 1 | 0.00 | | 0 | 0 | |
ges enqueue table freelist | 1 | 0.00 | | 0 | 0 | |
ges group table | 1 | 0.00 | | 0 | 0 | |
ges process hash list | 1 | 0.00 | | 0 | 0 | |
ges process parent latch | 1 | 0.00 | | 0 | 0 | |
ges resource hash list | 1 | 0.00 | | 0 | 0 | |
ges resource scan list | 1 | 0.00 | | 0 | 0 | |
ges resource table freelist | 1 | 0.00 | | 0 | 0 | |
ges value block free list | 1 | 0.00 | | 0 | 0 | |
global KZLD latch for mem in SGA | 17 | 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 | 319 | 0.00 | | 0 | 1,105 | 0.00 |
hash table modification latch | 1 | 0.00 | | 0 | 2 | 0.00 |
heartbeat check | 1 | 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 | 12 | 0.00 | | 0 | 11 | 0.00 |
job_queue_processes free list latch | 22 | 0.00 | | 0 | 2 | 0.00 |
job_queue_processes parameter latch | 142 | 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 | 64 | 0.00 | | 0 | 0 | |
ksfv messages | 1 | 0.00 | | 0 | 0 | |
ksim group membership cache | 1 | 0.00 | | 0 | 0 | |
kss move lock | 7 | 0.00 | | 0 | 0 | |
ksuosstats global area | 64 | 0.00 | | 0 | 0 | |
ksv allocation latch | 21 | 0.00 | | 0 | 0 | |
ksv class latch | 13 | 0.00 | | 0 | 0 | |
ksv msg queue latch | 1 | 0.00 | | 0 | 0 | |
ksz_so allocation latch | 84 | 0.00 | | 0 | 0 | |
ktm global data | 18 | 0.00 | | 0 | 0 | |
kwqbsn:qsga | 21 | 0.00 | | 0 | 0 | |
lgwr LWN SCN | 427 | 0.00 | | 0 | 0 | |
list of block allocation | 84 | 0.00 | | 0 | 0 | |
loader state object freelist | 6 | 0.00 | | 0 | 0 | |
lob segment dispenser latch | 1 | 0.00 | | 0 | 0 | |
lob segment hash table latch | 3 | 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 | 1 | 0.00 | | 0 | 0 | |
mapped buffers lru chain | 1 | 0.00 | | 0 | 0 | |
message pool operations parent latch | 1 | 0.00 | | 0 | 0 | |
messages | 7,488 | 0.01 | 0.00 | 0 | 0 | |
mostly latch-free SCN | 428 | 0.00 | | 0 | 0 | |
msg queue latch | 1 | 0.00 | | 0 | 0 | |
multiblock read objects | 0 | | | 0 | 2 | 0.00 |
name-service namespace bucket | 1 | 0.00 | | 0 | 0 | |
ncodef allocation latch | 9 | 0.00 | | 0 | 0 | |
object queue header heap | 1,185 | 0.00 | | 0 | 2 | 0.00 |
object queue header operation | 2,975 | 0.00 | | 0 | 0 | |
object stats modification | 34 | 0.00 | | 0 | 0 | |
parallel query alloc buffer | 81 | 0.00 | | 0 | 0 | |
parallel query stats | 1 | 0.00 | | 0 | 0 | |
parameter list | 200 | 0.00 | | 0 | 0 | |
parameter table management | 243 | 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 | 484 | 0.00 | | 0 | 454 | 0.00 |
process allocation | 108 | 0.00 | | 0 | 42 | 0.00 |
process group creation | 84 | 0.00 | | 0 | 0 | |
process queue | 1 | 0.00 | | 0 | 0 | |
process queue reference | 1 | 0.00 | | 0 | 0 | |
qmn task queue latch | 84 | 0.00 | | 0 | 0 | |
query server freelists | 1 | 0.00 | | 0 | 0 | |
queued dump request | 2 | 0.00 | | 0 | 0 | |
queuing load statistics | 1 | 0.00 | | 0 | 0 | |
recovery domain hash list | 1 | 0.00 | | 0 | 0 | |
redo allocation | 1,529 | 0.20 | 0.00 | 0 | 2,120 | 0.00 |
redo copy | 1 | 0.00 | | 0 | 2,120 | 0.09 |
redo writing | 1,780 | 0.00 | | 0 | 0 | |
resmgr group change latch | 41 | 0.00 | | 0 | 0 | |
resmgr:active threads | 107 | 0.00 | | 0 | 0 | |
resmgr:actses change group | 33 | 0.00 | | 0 | 0 | |
resmgr:actses change state | 1 | 0.00 | | 0 | 0 | |
resmgr:free threads list | 106 | 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 | 1 | 0.00 | | 0 | 0 | |
resmgr:session queuing | 1 | 0.00 | | 0 | 0 | |
rm cas latch | 1 | 0.00 | | 0 | 0 | |
row cache objects | 15,519 | 0.00 | | 0 | 917 | 0.00 |
rules engine evaluation context statistics | 0 | | | 0 | 2 | 0.00 |
second Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
second spare latch | 1 | 0.00 | | 0 | 0 | |
sequence cache | 96 | 0.00 | | 0 | 0 | |
session allocation | 524,298 | 0.01 | 0.00 | 0 | 524,197 | 0.01 |
session idle bit | 26,729,509 | 0.06 | 0.10 | 1 | 0 | |
session queue latch | 1 | 0.00 | | 0 | 0 | |
session state list latch | 114 | 0.00 | | 0 | 0 | |
session switching | 52 | 0.00 | | 0 | 0 | |
session timer | 200 | 0.00 | | 0 | 0 | |
shared pool | 18,559,502 | 1.82 | 0.14 | 36 | 0 | |
shared pool sim alloc | 1 | 0.00 | | 0 | 0 | |
shared pool simulator | 2,050 | 0.00 | | 0 | 0 | |
sim partition latch | 1 | 0.00 | | 0 | 0 | |
simulator hash latch | 2,234,801 | 0.00 | 0.12 | 0 | 0 | |
simulator lru latch | 230 | 0.00 | | 0 | 2,234,549 | 0.09 |
sort extent pool | 23 | 0.00 | | 0 | 0 | |
space background state object latch | 4 | 0.00 | | 0 | 0 | |
space background task latch | 1,146 | 0.00 | | 0 | 405 | 0.00 |
state object free list | 2 | 0.00 | | 0 | 0 | |
statistics aggregation | 560 | 0.00 | | 0 | 0 | |
tablespace key chain | 1 | 0.00 | | 0 | 0 | |
temp lob duration state obj allocation | 2 | 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 | 20 | 0.00 | | 0 | 0 | |
transaction allocation | 194 | 0.00 | | 0 | 0 | |
undo global data | 1,282 | 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 | |