SQL Id | SQL Text |
0fr8zhn4ymu3v | select intcol#, type, flags, lobcol, objcol, extracol, schemaoid, elemnum from opqtype$ where obj# = :1 order by intcol# asc |
0xqn4sx1ytghr | select /*+ first_rows(1) no_expand */ tab.msgid from "SYSMAN"."AQ$_MGMT_TASK_QTABLE_F" tab where q_name = :1 and (state = :2 ) and queue_id = :3 and ( tab.user_data.scheduled_time <= CAST(SYS_EXTRACT_UTC(SYSTIMESTAMP) AS DATE) AND (tab.user_data.message_code = 0 OR tab.user_data.message_code = 1)) |
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) |
2xgubd6ayhyb1 | select max(procedure#) from procedureplsql$ where obj#=:1 |
32hbap2vtmf53 | select position#, sequence#, level#, argument, type#, charsetid, charsetform, properties, nvl(length, 0), nvl(precision#, 0), nvl(scale, 0), nvl(radix, 0), type_owner, type_name, type_subname, type_linkname, pls_type from argument$ where obj#=:1 and procedure#=:2 order by sequence# desc |
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# |
39m4sx9k63ba2 | select /*+ index(idl_ub2$ i_idl_ub21) +*/ piece#, length, piece from idl_ub2$ where obj#=:1 and part=:2 and version=:3 order by piece# |
3am9cfkvx7gq1 | CALL MGMT_ADMIN_DATA.EVALUATE_MGMT_METRICS(:target_guid, :metric_guid, :metric_values) |
3ktacv9r56b51 | select owner#, name, namespace, remoteowner, linkname, p_timestamp, p_obj#, nvl(property, 0), subname, type#, d_attrs from dependency$ d, obj$ o where d_obj#=:1 and p_obj#=obj#(+) order by order# |
3nkd3g3ju5ph1 | select obj#, type#, ctime, mtime, stime, status, dataobj#, flags, oid$, spare1, spare2 from obj$ where owner#=:1 and name=:2 and namespace=:3 and remoteowner is null and linkname is null and subname is null |
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 |
4rm4183czbs7j | select value, flags, modified_inst, additional_info, attr_tstamp, attr_intv from sys.scheduler$_global_attribute where obj# = :1 |
53saa2zkr6wc3 | select intcol#, nvl(pos#, 0), col#, nvl(spare1, 0) from ccol$ where con#=:1 |
586b2udq6dbng | insert into wrh$_sysstat (snap_id, dbid, instance_number, stat_id, value) select :snap_id, :dbid, :instance_number, stat_id, value from v$sysstat order by stat_id |
5j4c2v06qdhqq | select procedure#, ownerlength, classlength, methodlength, siglength, flagslength, cookiesize from procedurejava$ where obj#=:1 order by procedure# |
5km6gkvuh3n43 | select max(procedure#) from procedurejava$ where obj#=:1 |
5ms6rbzdnq16t | select job, nvl2(last_date, 1, 0) from sys.job$ where (((:1 <= next_date) and (next_date <= :2)) or ((last_date is null) and (next_date < :3))) and (field1 = :4 or (field1 = 0 and 'Y' = :5)) and (this_date is null) and ((dbms_logstdby.db_is_logstdby = 0 and job < 1000000000) or (dbms_logstdby.db_is_logstdby = 1 and job >= 1000000000)) order by next_date, job |
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 |
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; |
6qz82dptj0qr7 | select l.col#, l.intcol#, l.lobj#, l.ind#, l.ts#, l.file#, l.block#, l.chunk, l.pctversion$, l.flags, l.property, l.retention, l.freepools from lob$ l where l.obj# = :1 order by l.intcol# asc |
7ng34ruy5awxq | select i.obj#, i.ts#, i.file#, i.block#, i.intcols, i.type#, i.flags, i.property, i.pctfree$, i.initrans, i.maxtrans, i.blevel, i.leafcnt, i.distkey, i.lblkkey, i.dblkkey, i.clufac, i.cols, i.analyzetime, i.samplesize, i.dataobj#, nvl(i.degree, 1), nvl(i.instances, 1), i.rowcnt, mod(i.pctthres$, 256), i.indmethod#, i.trunccnt, nvl(c.unicols, 0), nvl(c.deferrable#+c.valid#, 0), nvl(i.spare1, i.intcols), i.spare4, i.spare2, i.spare6, decode(i.pctthres$, null, null, mod(trunc(i.pctthres$/256), 256)), ist.cachedblk, ist.cachehit, ist.logicalread from ind$ i, ind_stats$ ist, (select enabled, min(cols) unicols, min(to_number(bitand(defer, 1))) deferrable#, min(to_number(bitand(defer, 4))) valid# from cdef$ where obj#=:1 and enabled > 1 group by enabled) c where i.obj#=c.enabled(+) and i.obj# = ist.obj#(+) and i.bo#=:1 order by i.obj# |
7nuw4xwrnuwxq | select col#, intcol#, toid, version#, packed, intcols, intcol#s, flags, synobj#, nvl(typidcol#, 0) from coltype$ where obj#=:1 order by intcol# desc |
83taa7kaw59c1 | select name, intcol#, segcol#, type#, length, nvl(precision#, 0), decode(type#, 2, nvl(scale, -127/*MAXSB1MINAL*/), 178, scale, 179, scale, 180, scale, 181, scale, 182, scale, 183, scale, 231, scale, 0), null$, fixedstorage, nvl(deflength, 0), default$, rowid, col#, property, nvl(charsetid, 0), nvl(charsetform, 0), spare1, spare2, nvl(spare3, 0) from col$ where obj#=:1 order by intcol# |
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 |
8swypbbr0m372 | select order#, columns, types from access$ where d_obj#=:1 |
96g93hntrzjtr | select /*+ rule */ bucket_cnt, row_cnt, cache_cnt, null_cnt, timestamp#, sample_size, minimum, maximum, distcnt, lowval, hival, density, col#, spare1, spare2, avgcln from hist_head$ where obj#=:1 and intcol#=:2 |
971vpk0tp7ahm | select procedure#, entrypoint# from procedurec$ where obj#=:1 order by procedure# |
9g485acn2n30m | select col#, intcol#, reftyp, stabid, expctoid from refcon$ where obj#=:1 order by intcol# asc |
aykvshm7zsabd | select size_for_estimate, size_factor * 100 f, estd_physical_read_time, estd_physical_reads from v$db_cache_advice where id = '3' |
bcuaanyavwv59 | BEGIN DBMS_WORKLOAD_REPOSITORY.CREATE_SNAPSHOT; END; |
bgjhtnqhr5u9h | select procedure#, entrypoint# from procedureplsql$ where obj#=:1 order by procedure# |
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 |
c6awqs517jpj0 | select /*+ index(idl_char$ i_idl_char1) +*/ piece#, length, piece from idl_char$ where obj#=:1 and part=:2 and version=:3 order by piece# |
cjk1ffy5kmm5s | select obj# from oid$ where user#=:1 and oid$=:2 |
cm5vu20fhtnq1 | select /*+ connect_by_filtering */ privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
cubcqrdcjb3mz | select q.eventid, q.oid, t.schema, t.name, q.table_objno, q.usage, t.udata_type, q.enable_flag, q.max_retries, q.retry_delay, q.properties, q.ret_time, t.flags, t.sort_cols, q.memory_threshold, a.owner_instance, q.service_name, q.network_name, t.timezone from system.aq$_queues q, system.aq$_queue_tables t, sys.aq$_queue_table_affinities a where q.table_objno = t.objno and q.table_objno = a.table_objno and t.schema= :1 and q.name= :2 |
cumjq42201t37 | select u1.user#, u2.user#, u3.user#, failures, flag, interval#, what, nlsenv, env, field1, next_date from sys.job$ j, sys.user$ u1, sys.user$ u2, sys.user$ u3 where job=:1 and (next_date <= sysdate or :2 != 0) and lowner = u1.name and powner = u2.name and cowner = u3.name |
cvn54b7yz0s8u | select /*+ index(idl_ub1$ i_idl_ub11) +*/ piece#, length, piece from idl_ub1$ where obj#=:1 and part=:2 and version=:3 order by piece# |
db78fxqxwxt7r | select /*+ rule */ bucket, endpoint, col#, epvalue from histgrm$ where obj#=:1 and intcol#=:2 and row#=:3 order by bucket |
dcstr36r0vz0d | select procedure#, procedurename, properties, itypeobj# from procedureinfo$ where obj#=:1 order by procedurename desc, overload# desc |
f3g84j69n0tjh | select col#, intcol#, ntab# from ntab$ where obj#=:1 order by intcol# asc |
ga9j9xk5cy9s0 | select /*+ index(idl_sb4$ i_idl_sb41) +*/ piece#, length, piece from idl_sb4$ where obj#=:1 and part=:2 and version=:3 order by piece# |
gx4mv66pvj3xz | select con#, type#, condlength, intcols, robj#, rcon#, match#, refact, nvl(enabled, 0), rowid, cols, nvl(defer, 0), mtime, nvl(spare1, 0), spare2, spare3 from cdef$ where obj#=: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 | 4 | 0.01 | 0.00 |
CCursor + sql area evicted | 336 | 0.56 | 0.00 |
CPU used by this session | 98,525 | 163.60 | 0.53 |
CPU used when call started | 97,545 | 161.98 | 0.52 |
CR blocks created | 3 | 0.00 | 0.00 |
Commit SCN cached | 2 | 0.00 | 0.00 |
DB time | 301,225 | 500.19 | 1.62 |
DBWR checkpoint buffers written | 718 | 1.19 | 0.00 |
DBWR transaction table writes | 16 | 0.03 | 0.00 |
DBWR undo block writes | 136 | 0.23 | 0.00 |
Effective IO time | 0 | 0.00 | 0.00 |
HSC Heap Segment Block Changes | 528 | 0.88 | 0.00 |
Heap Segment Array Inserts | 85 | 0.14 | 0.00 |
Heap Segment Array Updates | 56 | 0.09 | 0.00 |
IMU CR rollbacks | 0 | 0.00 | 0.00 |
IMU Flushes | 44 | 0.07 | 0.00 |
IMU Redo allocation size | 65,000 | 107.93 | 0.35 |
IMU commits | 44 | 0.07 | 0.00 |
IMU contention | 0 | 0.00 | 0.00 |
IMU undo allocation size | 151,360 | 251.34 | 0.81 |
Number of read IOs issued | 0 | 0.00 | 0.00 |
Requests to/from client | 3,345,737 | 5,555.70 | 17.99 |
RowCR attempts | 46 | 0.08 | 0.00 |
RowCR hits | 46 | 0.08 | 0.00 |
SQL*Net roundtrips to/from client | 3,345,753 | 5,555.73 | 17.99 |
active txn count during cleanout | 45 | 0.07 | 0.00 |
background timeouts | 2,917 | 4.84 | 0.02 |
buffer is not pinned count | 7,738,492 | 12,850.01 | 41.62 |
buffer is pinned count | 70,997,353 | 117,893.31 | 381.83 |
bytes received via SQL*Net from client | 159,678,434 | 265,150.99 | 858.75 |
bytes sent via SQL*Net to client | 570,741,764 | 947,734.39 | 3,069.46 |
calls to get snapshot scn: kcmgss | 1,348,231 | 2,238.78 | 7.25 |
calls to kcmgas | 307 | 0.51 | 0.00 |
calls to kcmgcs | 1,957 | 3.25 | 0.01 |
cell physical IO interconnect bytes | 23,450,624 | 38,940.49 | 126.12 |
change write time | 3 | 0.00 | 0.00 |
cleanout - number of ktugct calls | 47 | 0.08 | 0.00 |
cleanouts only - consistent read gets | 0 | 0.00 | 0.00 |
cluster key scan block gets | 10,857 | 18.03 | 0.06 |
cluster key scans | 9,006 | 14.95 | 0.05 |
commit batch/immediate performed | 12 | 0.02 | 0.00 |
commit batch/immediate requested | 12 | 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 | 662 | 1.10 | 0.00 |
commit cleanouts successfully completed | 658 | 1.09 | 0.00 |
commit immediate performed | 12 | 0.02 | 0.00 |
commit immediate requested | 12 | 0.02 | 0.00 |
commit txn count during cleanout | 23 | 0.04 | 0.00 |
concurrency wait time | 130,367 | 216.48 | 0.70 |
consistent changes | 17 | 0.03 | 0.00 |
consistent gets | 8,280,326 | 13,749.74 | 44.53 |
consistent gets - examination | 4,547,093 | 7,550.59 | 24.45 |
consistent gets direct | 0 | 0.00 | 0.00 |
consistent gets from cache | 8,280,326 | 13,749.74 | 44.53 |
consistent gets from cache (fastpath) | 3,732,329 | 6,197.65 | 20.07 |
cursor authentications | 1,302 | 2.16 | 0.01 |
data blocks consistent reads - undo records applied | 6 | 0.01 | 0.00 |
db block changes | 3,457 | 5.74 | 0.02 |
db block gets | 4,950 | 8.22 | 0.03 |
db block gets direct | 9 | 0.01 | 0.00 |
db block gets from cache | 4,941 | 8.20 | 0.03 |
db block gets from cache (fastpath) | 1,871 | 3.11 | 0.01 |
deferred (CURRENT) block cleanout applications | 411 | 0.68 | 0.00 |
enqueue conversions | 127 | 0.21 | 0.00 |
enqueue releases | 1,310,833 | 2,176.68 | 7.05 |
enqueue requests | 1,310,834 | 2,176.68 | 7.05 |
enqueue timeouts | 1 | 0.00 | 0.00 |
enqueue waits | 1 | 0.00 | 0.00 |
execute count | 1,337,536 | 2,221.02 | 7.19 |
file io wait time | 2,324,940 | 3,860.63 | 12.50 |
free buffer inspected | 0 | 0.00 | 0.00 |
free buffer requested | 367 | 0.61 | 0.00 |
heap block compress | 9 | 0.01 | 0.00 |
immediate (CR) block cleanout applications | 0 | 0.00 | 0.00 |
immediate (CURRENT) block cleanout applications | 160 | 0.27 | 0.00 |
in call idle wait time | 1,273,268 | 2,114.30 | 6.85 |
index crx upgrade (positioned) | 0 | 0.00 | 0.00 |
index crx upgrade (prefetch) | 0 | 0.00 | 0.00 |
index fast full scans (full) | 1 | 0.00 | 0.00 |
index fetch by key | 955,106 | 1,585.98 | 5.14 |
index scans kdiixs1 | 407,541 | 676.73 | 2.19 |
leaf node 90-10 splits | 14 | 0.02 | 0.00 |
leaf node splits | 21 | 0.03 | 0.00 |
lob reads | 0 | 0.00 | 0.00 |
lob writes | 1 | 0.00 | 0.00 |
lob writes unaligned | 1 | 0.00 | 0.00 |
logical read bytes from cache | 67,872,907,264 | 112,705,066.88 | 365,021.93 |
logons cumulative | 55 | 0.09 | 0.00 |
max cf enq hold time | 0 | 0.00 | 0.00 |
messages received | 611 | 1.01 | 0.00 |
messages sent | 611 | 1.01 | 0.00 |
no buffer to keep pinned count | 5 | 0.01 | 0.00 |
no work - consistent read gets | 3,730,591 | 6,194.76 | 20.06 |
non-idle wait count | 3,620,924 | 6,012.66 | 19.47 |
non-idle wait time | 131,822 | 218.89 | 0.71 |
opened cursors cumulative | 1,331,173 | 2,210.45 | 7.16 |
parse count (describe) | 0 | 0.00 | 0.00 |
parse count (hard) | 1,302,721 | 2,163.21 | 7.01 |
parse count (total) | 1,304,308 | 2,165.84 | 7.01 |
parse time cpu | 76,713 | 127.38 | 0.41 |
parse time elapsed | 193,254 | 320.90 | 1.04 |
physical read IO requests | 241 | 0.40 | 0.00 |
physical read bytes | 1,974,272 | 3,278.34 | 10.62 |
physical read total IO requests | 729 | 1.21 | 0.00 |
physical read total bytes | 9,663,488 | 16,046.52 | 51.97 |
physical read total multi block requests | 0 | 0.00 | 0.00 |
physical reads | 241 | 0.40 | 0.00 |
physical reads cache | 241 | 0.40 | 0.00 |
physical reads cache prefetch | 0 | 0.00 | 0.00 |
physical reads direct | 0 | 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 | 443 | 0.74 | 0.00 |
physical write bytes | 5,955,584 | 9,889.43 | 32.03 |
physical write total IO requests | 1,023 | 1.70 | 0.01 |
physical write total bytes | 13,787,136 | 22,893.97 | 74.15 |
physical write total multi block requests | 11 | 0.02 | 0.00 |
physical writes | 727 | 1.21 | 0.00 |
physical writes direct | 9 | 0.01 | 0.00 |
physical writes direct (lob) | 0 | 0.00 | 0.00 |
physical writes direct temporary tablespace | 0 | 0.00 | 0.00 |
physical writes from cache | 718 | 1.19 | 0.00 |
physical writes non checkpoint | 327 | 0.54 | 0.00 |
pinned buffers inspected | 0 | 0.00 | 0.00 |
pinned cursors current | 4 | 0.01 | 0.00 |
recursive calls | 1,671,431 | 2,775.46 | 8.99 |
recursive cpu usage | 58,596 | 97.30 | 0.32 |
redo blocks checksummed by FG (exclusive) | 1,397 | 2.32 | 0.01 |
redo blocks written | 2,494 | 4.14 | 0.01 |
redo entries | 2,107 | 3.50 | 0.01 |
redo ordering marks | 75 | 0.12 | 0.00 |
redo size | 1,235,132 | 2,050.97 | 6.64 |
redo size for direct writes | 104 | 0.17 | 0.00 |
redo subscn max counts | 159 | 0.26 | 0.00 |
redo synch long waits | 17 | 0.03 | 0.00 |
redo synch time | 78 | 0.13 | 0.00 |
redo synch time (usec) | 790,855 | 1,313.24 | 4.25 |
redo synch writes | 47 | 0.08 | 0.00 |
redo wastage | 37,756 | 62.70 | 0.20 |
redo write time | 25 | 0.04 | 0.00 |
redo writes | 152 | 0.25 | 0.00 |
rollback changes - undo records applied | 10 | 0.02 | 0.00 |
rollbacks only - consistent read gets | 3 | 0.00 | 0.00 |
rows fetched via callback | 942,036 | 1,564.28 | 5.07 |
session cursor cache hits | 52,420 | 87.05 | 0.28 |
session logical reads | 8,285,276 | 13,757.96 | 44.56 |
shared hash latch upgrades - no wait | 713 | 1.18 | 0.00 |
sorts (memory) | 198,672 | 329.90 | 1.07 |
sorts (rows) | 18,690,830 | 31,036.70 | 100.52 |
sql area evicted | 1,300,979 | 2,160.32 | 7.00 |
sql area purged | 0 | 0.00 | 0.00 |
switch current to new buffer | 31 | 0.05 | 0.00 |
table fetch by rowid | 38,200,728 | 63,433.49 | 205.44 |
table fetch continued row | 6,347 | 10.54 | 0.03 |
table scan blocks gotten | 4,242 | 7.04 | 0.02 |
table scan rows gotten | 141,575 | 235.09 | 0.76 |
table scans (short tables) | 1,508 | 2.50 | 0.01 |
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 | 3 | 0.00 | 0.00 |
transaction rollbacks | 10 | 0.02 | 0.00 |
undo change vector size | 415,904 | 690.62 | 2.24 |
user I/O wait time | 201 | 0.33 | 0.00 |
user calls | 4,646,987 | 7,716.47 | 24.99 |
user commits | 69 | 0.11 | 0.00 |
user rollbacks | 185,873 | 308.65 | 1.00 |
workarea executions - optimal | 191,764 | 318.43 | 1.03 |
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 | 399 | 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,577 | 0.00 | | 0 | 0 | |
Change Notification Hash table latch | 201 | 0.00 | | 0 | 0 | |
Consistent RBA | 152 | 0.00 | | 0 | 0 | |
DML lock allocation | 820 | 0.00 | | 0 | 0 | |
Event Group Locks | 99 | 0.00 | | 0 | 0 | |
FIB s.o chain latch | 12 | 0.00 | | 0 | 0 | |
FOB s.o list latch | 61 | 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,856 | 0.00 | | 0 | 211 | 0.00 |
JS Sh mem access | 1 | 0.00 | | 0 | 0 | |
JS mem alloc latch | 1 | 0.00 | | 0 | 0 | |
JS queue access latch | 2 | 0.00 | | 0 | 0 | |
JS queue state obj latch | 4,338 | 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 | 216 | 0.00 | | 0 | 0 | |
KMG resize request state object freelist | 14 | 0.00 | | 0 | 0 | |
KTF sga latch | 3 | 0.00 | | 0 | 186 | 0.00 |
KWQMN job cache list latch | 7 | 0.00 | | 0 | 0 | |
KWQS pqsubs latch | 1 | 0.00 | | 0 | 0 | |
KWQS pqueue ctx latch | 11 | 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 | 115 | 0.00 | | 0 | 203 | 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 | 295 | 0.00 | | 0 | 0 | |
OS process allocation | 1,375 | 0.00 | | 0 | 0 | |
OS process: request allocation | 85 | 0.00 | | 0 | 0 | |
PL/SQL warning settings | 91 | 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 | 199 | 0.00 |
SQL memory manager workarea list latch | 13,685 | 0.00 | | 0 | 0 | |
Shared B-Tree | 54 | 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 | 642 | 0.00 | | 0 | 0 | |
active service list | 1,540 | 0.00 | | 0 | 882 | 0.00 |
begin backup scn array | 2 | 0.00 | | 0 | 0 | |
buffer pool | 7 | 0.00 | | 0 | 0 | |
business card | 1 | 0.00 | | 0 | 0 | |
cache buffer handles | 32 | 0.00 | | 0 | 0 | |
cache buffers chains | 12,028,634 | 0.07 | 0.00 | 0 | 6,280 | 0.00 |
cache buffers lru chain | 6,720 | 0.00 | | 0 | 1,114 | 0.00 |
call allocation | 4,153 | 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 | 91 | 0.00 | | 0 | 0 | |
channel operations parent latch | 3,432 | 0.00 | | 0 | 0 | |
checkpoint queue latch | 11,322 | 0.00 | | 0 | 404 | 0.00 |
client/application info | 232 | 0.00 | | 0 | 0 | |
compile environment latch | 55 | 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 | 110 | 0.00 | | 0 | 0 | |
enqueue freelist latch | 18 | 61.11 | 0.64 | 0 | 2,620,189 | 0.02 |
enqueue hash chains | 2,621,667 | 0.04 | 0.13 | 0 | 0 | |
enqueues | 23,136 | 0.05 | 0.00 | 0 | 0 | |
fifth spare latch | 1 | 0.00 | | 0 | 0 | |
file cache latch | 29 | 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 | 0 | | | 0 | 4,692,092 | 0.08 |
hash table modification latch | 5 | 0.00 | | 0 | 0 | |
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 | 13 | 0.00 | | 0 | 12 | 0.00 |
job_queue_processes free list latch | 26 | 0.00 | | 0 | 0 | |
job_queue_processes parameter latch | 141 | 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 | 160 | 0.00 | | 0 | 0 | |
ksfv messages | 1 | 0.00 | | 0 | 0 | |
ksim group membership cache | 1 | 0.00 | | 0 | 0 | |
kss move lock | 9 | 0.00 | | 0 | 0 | |
ksuosstats global area | 63 | 0.00 | | 0 | 0 | |
ksv allocation latch | 24 | 0.00 | | 0 | 0 | |
ksv class latch | 15 | 0.00 | | 0 | 0 | |
ksv msg queue latch | 1 | 0.00 | | 0 | 0 | |
ksz_so allocation latch | 85 | 0.00 | | 0 | 0 | |
ktm global data | 24 | 0.00 | | 0 | 0 | |
kwqbsn:qsga | 21 | 0.00 | | 0 | 0 | |
lgwr LWN SCN | 310 | 0.00 | | 0 | 0 | |
list of block allocation | 87 | 0.00 | | 0 | 0 | |
loader state object freelist | 2 | 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 | 4 | 0.00 | | 0 | 0 | |
messages | 7,289 | 0.01 | 0.00 | 0 | 0 | |
mostly latch-free SCN | 310 | 0.00 | | 0 | 0 | |
msg queue latch | 1 | 0.00 | | 0 | 0 | |
name-service namespace bucket | 1 | 0.00 | | 0 | 0 | |
ncodef allocation latch | 9 | 0.00 | | 0 | 0 | |
object queue header heap | 1,298 | 0.00 | | 0 | 2 | 0.00 |
object queue header operation | 3,564 | 0.00 | | 0 | 0 | |
object stats modification | 54 | 0.00 | | 0 | 0 | |
parallel query alloc buffer | 81 | 0.00 | | 0 | 0 | |
parallel query stats | 1 | 0.00 | | 0 | 0 | |
parameter list | 214 | 0.00 | | 0 | 0 | |
parameter table management | 269 | 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 | 538 | 0.00 | | 0 | 545 | 0.00 |
process allocation | 110 | 0.00 | | 0 | 43 | 0.00 |
process group creation | 85 | 0.00 | | 0 | 0 | |
process queue | 1 | 0.00 | | 0 | 0 | |
process queue reference | 1 | 0.00 | | 0 | 0 | |
qmn task queue latch | 87 | 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,195 | 0.08 | 1.00 | 0 | 2,144 | 0.00 |
redo copy | 1 | 0.00 | | 0 | 2,144 | 0.09 |
redo writing | 1,516 | 0.00 | | 0 | 0 | |
resmgr group change latch | 42 | 0.00 | | 0 | 0 | |
resmgr:active threads | 110 | 0.00 | | 0 | 0 | |
resmgr:actses change group | 35 | 0.00 | | 0 | 0 | |
resmgr:actses change state | 1 | 0.00 | | 0 | 0 | |
resmgr:free threads list | 109 | 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 | 67,383,461 | 0.33 | 0.02 | 13 | 7,736 | 0.97 |
rules engine aggregate statistics | 1 | 0.00 | | 0 | 0 | |
rules engine rule set statistics | 2 | 0.00 | | 0 | 0 | |
second Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
second spare latch | 1 | 0.00 | | 0 | 0 | |
sequence cache | 128 | 0.00 | | 0 | 0 | |
session allocation | 186,093 | 0.02 | 0.03 | 0 | 185,972 | 0.01 |
session idle bit | 9,479,890 | 0.02 | 0.13 | 1 | 0 | |
session queue latch | 1 | 0.00 | | 0 | 0 | |
session state list latch | 122 | 0.00 | | 0 | 0 | |
session switching | 52 | 0.00 | | 0 | 0 | |
session timer | 200 | 0.00 | | 0 | 0 | |
shared pool | 57,205,570 | 2.50 | 0.15 | 898 | 0 | |
shared pool sim alloc | 9,670 | 0.31 | 1.00 | 0 | 0 | |
shared pool simulator | 5,211,967 | 0.01 | 0.16 | 0 | 0 | |
sim partition latch | 1 | 0.00 | | 0 | 0 | |
simulator hash latch | 807,862 | 0.00 | 0.25 | 0 | 0 | |
simulator lru latch | 418 | 0.00 | | 0 | 806,771 | 0.10 |
sort extent pool | 24 | 0.00 | | 0 | 0 | |
space background state object latch | 5 | 0.00 | | 0 | 0 | |
space background task latch | 1,242 | 0.00 | | 0 | 407 | 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 | 21 | 0.00 | | 0 | 0 | |
transaction allocation | 199 | 0.00 | | 0 | 0 | |
undo global data | 936 | 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 | |