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 |
07c4n5uh9nk0r | select tab.rowid, tab.msgid, tab.corrid, tab.priority, tab.delay, tab.expiration , tab.retry_count, tab.exception_qschema, tab.exception_queue, tab.chain_no, tab.local_order_no, tab.enq_time, tab.time_manager_info, tab.state, tab.enq_tid, tab.step_no, tab.sender_name, tab.sender_address, tab.sender_protocol, tab.dequeue_msgid, tab.user_prop, tab.user_data from "SYSMAN"."MGMT_TASK_QTABLE" tab where tab.msgid = :1 and tab.state != 2 for update skip locked |
08bqjmf8490s2 | SELECT PARAMETER_VALUE FROM MGMT_PARAMETERS WHERE PARAMETER_NAME = :B1 |
0k8522rmdzg4k | select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#>0 |
0mjwyb607dc0r | SELECT c FROM sbtest WHERE id BETWEEN 341973 AND 342072 ORDER BY c |
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') |
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) |
1tn90bbpyjshq | UPDATE wrh$_tempfile tfh SET (snap_id, filename, tsname) = (SELECT :lah_snap_id, tf.name name, ts.name tsname FROM v$tempfile tf, ts$ ts WHERE tf.ts# = ts.ts# AND tfh.file# = tf.file# AND tfh.creation_change# = tf.creation_change#) WHERE (file#, creation_change#) IN (SELECT tf.tfnum, to_number(tf.tfcrc_scn) creation_change# FROM x$kcctf tf WHERE tf.tfdup != 0) AND dbid = :dbid AND snap_id < :snap_id |
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 |
459f3z9u4fb3u | select value$ from props$ where name = 'GLOBAL_DB_NAME' |
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 |
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 |
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 |
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; |
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 |
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' |
b4qw7n9wg64mh |
INSERT /*+ APPEND LEADING(@"SEL$F5BB74E1" "H"@"SEL$2" "A"@"SEL$1") USE_NL(@"SEL$F5BB74E1" "A"@"SEL$1") */ INTO WRH$_ACTIVE_SESSION_HISTORY ( snap_id, dbid, instance_number, sample_id, sample_time , session_id, session_serial#, session_type , flags , user_id , sql_id, sql_child_number, sql_opcode, force_matching_signature , top_level_sql_id, top_level_sql_opcode , sql_plan_hash_value, sql_plan_line_id , sql_plan_operation#, sql_plan_options# , sql_exec_id, sql_exec_start , plsql_entry_object_id, plsql_entry_subprogram_id , plsql_object_id, plsql_subprogram_id , qc_instance_id, qc_session_id, qc_session_serial#, px_flags , event_id, seq#, p1, p2, p3 , wait_time, time_waited , blocking_session, blocking_session_serial#, blocking_inst_id , current_obj#, current_file#, current_block#, current_row# , top_level_call#, consumer_group_id, xid, remote_instance#, time_model , service_hash, program, module, action, client_id, machine, port, ecid , dbreplay_file_id, dbreplay_call_counter , tm_delta_time, tm_delta_cpu_time, tm_delta_db_time, delta_time, delta_read_io_requests, delta_write_io_requests, delta_read_io_bytes, delta_write_io_bytes, delta_interconnect_io_bytes, pga_allocated, temp_space_allocated ) (SELECT /*+ PARAM('_module_action_old_length', 0) */:snap_id, :dbid, :instance_number, a.sample_id, a.sample_time , a.session_id, a.session_serial#, a.session_type , decode(a.flags, 0, to_number(NULL), a.flags) , a.user_id , a.sql_id, a.sql_child_number, a.sql_opcode, a.force_matching_signature , a.top_level_sql_id, a.top_level_sql_opcode , a.sql_plan_hash_value, a.sql_plan_line_id , a.sql_plan_operation#, a.sql_plan_options# , a.sql_exec_id, a.sql_exec_start , a.plsql_entry_object_id, a.plsql_entry_subprogram_id , a.plsql_object_id, a.plsql_subprogram_id , a.qc_instance_id, a.qc_session_id, a.qc_session_serial#, a.px_flags , a.event_id, a.seq#, a.p1, a.p2, a.p3 , a.wait_time, a.time_waited , a.blocking_session, a.blocking_session_serial#, a.blocking_inst_id , a.current_obj#, a.current_file#, a.current_block#, a.current_row# , a.top_level_call#, a.consumer_group_id, a.xid, a.remote_instance# , a.time_model , a.service_hash , substrb(a.program, 1, 64) , a.module, a.action, a.client_id, a.machine, a.port, a.ecid , a.dbreplay_file_id, a.dbreplay_call_counter , decode(a.tm_delta_time, 0, to_number(null), a.tm_delta_time), decode(a.tm_delta_time, 0, to_number(null), a.tm_delta_cpu_time), decode(a.tm_delta_time, 0, to_number(null), a.tm_delta_db_time), decode(a.delta_time, 0, to_number(null), a.delta_time), decode(a.delta_time, 0, to_number(null), decode(a.delta_read_io_requests, 0, to_number(null), a.delta_read_io_requests)), decode(a.delta_time, 0, to_number(null), decode(a.delta_write_io_requests, 0, to_number(null), a.delta_write_io_requests)), decode(a.delta_time, 0, to_number(null), decode(a.delta_read_io_bytes, 0, to_number(null), a.delta_read_io_bytes)), decode(a.delta_time, 0, to_number(null), decode(a.delta_write_io_bytes, 0, to_number(null), a.delta_write_io_bytes)), decode(a.delta_time, 0, to_number(null), decode(a.delta_interconnect_io_bytes, 0, to_number(null), a.delta_interconnect_io_bytes)), decode(a.pga_allocated, 0, to_number(null), a.pga_allocated), decode(a.pga_allocated, 0, to_number(null), decode(a.temp_space_allocated, 0, to_number(null), a.temp_space_allocated)) FROM x$ash a, (SELECT h.sample_addr, h.sample_id FROM x$kewash h WHERE ( (h.sample_id >= :begin_flushing) and (h.sample_id < :latest_sample_id) ) and (h.is_awr_sample = 'Y') ) shdr WHERE shdr.sample_addr = a.sample_addr and shdr.sample_id = a.sample_id and a.need_awr_sample = 'Y')
|
bcuaanyavwv59 | BEGIN DBMS_WORKLOAD_REPOSITORY.CREATE_SNAPSHOT; END; |
cm5vu20fhtnq1 | select /*+ connect_by_filtering */ privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
db78fxqxwxt7r | select /*+ rule */ bucket, endpoint, col#, epvalue from histgrm$ where obj#=:1 and intcol#=:2 and row#=:3 order by bucket |
g8vs8a32bvub6 | delete /*+ CACHE_CB("MGMT_TASK_QTABLE") */ from "SYSMAN"."MGMT_TASK_QTABLE" where rowid = :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 | 362 | 0.60 | 0.01 |
CPU used by this session | 54,472 | 90.39 | 1.84 |
CPU used when call started | 53,594 | 88.93 | 1.81 |
CR blocks created | 17 | 0.03 | 0.00 |
Cached Commit SCN referenced | 0 | 0.00 | 0.00 |
Commit SCN cached | 3 | 0.00 | 0.00 |
DB time | 310,821 | 515.77 | 10.52 |
DBWR checkpoint buffers written | 729 | 1.21 | 0.02 |
DBWR transaction table writes | 13 | 0.02 | 0.00 |
DBWR undo block writes | 123 | 0.20 | 0.00 |
Effective IO time | 0 | 0.00 | 0.00 |
HSC Heap Segment Block Changes | 1,131 | 1.88 | 0.04 |
Heap Segment Array Inserts | 85 | 0.14 | 0.00 |
Heap Segment Array Updates | 47 | 0.08 | 0.00 |
IMU CR rollbacks | 20 | 0.03 | 0.00 |
IMU Flushes | 36 | 0.06 | 0.00 |
IMU Redo allocation size | 113,940 | 189.07 | 3.86 |
IMU commits | 77 | 0.13 | 0.00 |
IMU recursive-transaction flush | 0 | 0.00 | 0.00 |
IMU undo allocation size | 461,832 | 766.35 | 15.64 |
Number of read IOs issued | 0 | 0.00 | 0.00 |
Requests to/from client | 1,118,839 | 1,856.58 | 37.88 |
RowCR attempts | 23 | 0.04 | 0.00 |
RowCR hits | 23 | 0.04 | 0.00 |
SQL*Net roundtrips to/from client | 1,118,839 | 1,856.58 | 37.88 |
active txn count during cleanout | 38 | 0.06 | 0.00 |
background timeouts | 2,929 | 4.86 | 0.10 |
buffer is not pinned count | 1,102,884 | 1,830.10 | 37.34 |
buffer is pinned count | 48,344 | 80.22 | 1.64 |
bytes received via SQL*Net from client | 75,668,539 | 125,562.59 | 2,561.82 |
bytes sent via SQL*Net to client | 241,276,481 | 400,368.52 | 8,168.62 |
calls to get snapshot scn: kcmgss | 626,978 | 1,040.39 | 21.23 |
calls to kcmgas | 602 | 1.00 | 0.02 |
calls to kcmgcs | 60,809 | 100.91 | 2.06 |
cell physical IO interconnect bytes | 23,583,232 | 39,133.46 | 798.43 |
change write time | 5 | 0.01 | 0.00 |
cleanout - number of ktugct calls | 42 | 0.07 | 0.00 |
cleanouts only - consistent read gets | 1 | 0.00 | 0.00 |
cluster key scan block gets | 7,740 | 12.84 | 0.26 |
cluster key scans | 6,682 | 11.09 | 0.23 |
commit batch/immediate performed | 11 | 0.02 | 0.00 |
commit batch/immediate requested | 11 | 0.02 | 0.00 |
commit cleanout failures: callback failure | 5 | 0.01 | 0.00 |
commit cleanout failures: cannot pin | 0 | 0.00 | 0.00 |
commit cleanouts | 1,052 | 1.75 | 0.04 |
commit cleanouts successfully completed | 1,047 | 1.74 | 0.04 |
commit immediate performed | 11 | 0.02 | 0.00 |
commit immediate requested | 11 | 0.02 | 0.00 |
commit txn count during cleanout | 22 | 0.04 | 0.00 |
concurrency wait time | 164,825 | 273.51 | 5.58 |
consistent changes | 41 | 0.07 | 0.00 |
consistent gets | 2,486,342 | 4,125.78 | 84.18 |
consistent gets - examination | 1,278,392 | 2,121.33 | 43.28 |
consistent gets direct | 0 | 0.00 | 0.00 |
consistent gets from cache | 2,486,342 | 4,125.78 | 84.18 |
consistent gets from cache (fastpath) | 1,207,004 | 2,002.87 | 40.86 |
cursor authentications | 714 | 1.18 | 0.02 |
data blocks consistent reads - undo records applied | 30 | 0.05 | 0.00 |
db block changes | 6,508 | 10.80 | 0.22 |
db block gets | 5,915 | 9.82 | 0.20 |
db block gets direct | 9 | 0.01 | 0.00 |
db block gets from cache | 5,906 | 9.80 | 0.20 |
db block gets from cache (fastpath) | 1,777 | 2.95 | 0.06 |
deferred (CURRENT) block cleanout applications | 556 | 0.92 | 0.02 |
drop segment calls in space pressure | 0 | 0.00 | 0.00 |
enqueue conversions | 128 | 0.21 | 0.00 |
enqueue releases | 479,208 | 795.19 | 16.22 |
enqueue requests | 479,209 | 795.19 | 16.22 |
enqueue timeouts | 1 | 0.00 | 0.00 |
enqueue waits | 3 | 0.00 | 0.00 |
execute count | 618,035 | 1,025.55 | 20.92 |
failed probes on index block reclamation | 1 | 0.00 | 0.00 |
file io wait time | 92,490 | 153.48 | 3.13 |
free buffer inspected | 0 | 0.00 | 0.00 |
free buffer requested | 267 | 0.44 | 0.01 |
heap block compress | 13 | 0.02 | 0.00 |
immediate (CR) block cleanout applications | 1 | 0.00 | 0.00 |
immediate (CURRENT) block cleanout applications | 276 | 0.46 | 0.01 |
in call idle wait time | 1,493,458 | 2,478.21 | 50.56 |
index crx upgrade (positioned) | 0 | 0.00 | 0.00 |
index crx upgrade (prefetch) | 1 | 0.00 | 0.00 |
index fast full scans (full) | 11 | 0.02 | 0.00 |
index fetch by key | 317,565 | 526.96 | 10.75 |
index scans kdiixs1 | 267,550 | 443.97 | 9.06 |
leaf node 90-10 splits | 12 | 0.02 | 0.00 |
leaf node splits | 19 | 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 |
local undo segment hints helped | 0 | 0.00 | 0.00 |
logical read bytes from cache | 20,416,495,616 | 33,878,652.48 | 691,217.65 |
logons cumulative | 29,480 | 48.92 | 1.00 |
max cf enq hold time | 0 | 0.00 | 0.00 |
messages received | 736 | 1.22 | 0.02 |
messages sent | 736 | 1.22 | 0.02 |
no buffer to keep pinned count | 13 | 0.02 | 0.00 |
no work - consistent read gets | 1,146,501 | 1,902.48 | 38.82 |
non-idle wait count | 1,323,778 | 2,196.65 | 44.82 |
non-idle wait time | 165,848 | 275.20 | 5.61 |
opened cursors cumulative | 640,922 | 1,063.53 | 21.70 |
parse count (describe) | 0 | 0.00 | 0.00 |
parse count (hard) | 413,566 | 686.26 | 14.00 |
parse count (total) | 645,544 | 1,071.20 | 21.86 |
parse time cpu | 41,246 | 68.44 | 1.40 |
parse time elapsed | 160,606 | 266.51 | 5.44 |
physical read IO requests | 35 | 0.06 | 0.00 |
physical read bytes | 286,720 | 475.78 | 9.71 |
physical read total IO requests | 554 | 0.92 | 0.02 |
physical read total bytes | 8,757,248 | 14,531.57 | 296.48 |
physical read total multi block requests | 0 | 0.00 | 0.00 |
physical reads | 35 | 0.06 | 0.00 |
physical reads cache | 35 | 0.06 | 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 | 430 | 0.71 | 0.01 |
physical write bytes | 6,045,696 | 10,032.09 | 204.68 |
physical write total IO requests | 1,159 | 1.92 | 0.04 |
physical write total bytes | 14,825,984 | 24,601.89 | 501.95 |
physical write total multi block requests | 10 | 0.02 | 0.00 |
physical writes | 738 | 1.22 | 0.02 |
physical writes direct | 9 | 0.01 | 0.00 |
physical writes direct temporary tablespace | 0 | 0.00 | 0.00 |
physical writes from cache | 729 | 1.21 | 0.02 |
physical writes non checkpoint | 352 | 0.58 | 0.01 |
pinned buffers inspected | 0 | 0.00 | 0.00 |
pinned cursors current | 3 | 0.00 | 0.00 |
recursive calls | 2,042,102 | 3,388.62 | 69.14 |
recursive cpu usage | 29,824 | 49.49 | 1.01 |
redo blocks checksummed by FG (exclusive) | 1,721 | 2.86 | 0.06 |
redo blocks written | 3,517 | 5.84 | 0.12 |
redo entries | 3,215 | 5.33 | 0.11 |
redo ordering marks | 89 | 0.15 | 0.00 |
redo size | 1,616,608 | 2,682.56 | 54.73 |
redo size for direct writes | 104 | 0.17 | 0.00 |
redo subscn max counts | 235 | 0.39 | 0.01 |
redo synch long waits | 0 | 0.00 | 0.00 |
redo synch time | 0 | 0.00 | 0.00 |
redo synch time (usec) | 4,714 | 7.82 | 0.16 |
redo synch writes | 16 | 0.03 | 0.00 |
redo wastage | 92,752 | 153.91 | 3.14 |
redo write time | 12 | 0.02 | 0.00 |
redo writes | 302 | 0.50 | 0.01 |
rollback changes - undo records applied | 10 | 0.02 | 0.00 |
rollbacks only - consistent read gets | 15 | 0.02 | 0.00 |
rows fetched via callback | 10,843 | 17.99 | 0.37 |
session logical reads | 2,492,257 | 4,135.59 | 84.38 |
shared hash latch upgrades - no wait | 753 | 1.25 | 0.03 |
sorts (memory) | 184,554 | 306.24 | 6.25 |
sorts (rows) | 5,947,982 | 9,869.94 | 201.37 |
space was found by tune down | 0 | 0.00 | 0.00 |
sql area evicted | 413,266 | 685.76 | 13.99 |
sql area purged | 0 | 0.00 | 0.00 |
steps of tune down ret. in space pressure | 0 | 0.00 | 0.00 |
switch current to new buffer | 106 | 0.18 | 0.00 |
table fetch by rowid | 90,806 | 150.68 | 3.07 |
table fetch continued row | 6,305 | 10.46 | 0.21 |
table scan blocks gotten | 91,171 | 151.29 | 3.09 |
table scan rows gotten | 3,494,433 | 5,798.58 | 118.31 |
table scans (short tables) | 60,276 | 100.02 | 2.04 |
total cf enq hold time | 10 | 0.02 | 0.00 |
total number of cf enq holders | 3 | 0.00 | 0.00 |
total number of times SMON posted | 2 | 0.00 | 0.00 |
transaction rollbacks | 10 | 0.02 | 0.00 |
tune down retentions in space pressure | 0 | 0.00 | 0.00 |
undo change vector size | 579,568 | 961.72 | 19.62 |
user I/O wait time | 2 | 0.00 | 0.00 |
user calls | 1,590,037 | 2,638.47 | 53.83 |
user commits | 94 | 0.16 | 0.00 |
user rollbacks | 29,443 | 48.86 | 1.00 |
workarea executions - optimal | 63,623 | 105.57 | 2.15 |
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 | 401 | 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,355 | 0.00 | | 0 | 0 | |
Change Notification Hash table latch | 201 | 0.00 | | 0 | 0 | |
Consistent RBA | 302 | 0.00 | | 0 | 0 | |
DML lock allocation | 1,252 | 0.00 | | 0 | 0 | |
Event Group Locks | 58,950 | 0.00 | 0.00 | 0 | 0 | |
FOB s.o list latch | 49 | 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,554 | 0.00 | | 0 | 242 | 0.00 |
JS Sh mem access | 3 | 33.33 | 1.00 | 0 | 0 | |
JS mem alloc latch | 2 | 0.00 | | 0 | 0 | |
JS queue access latch | 3 | 0.00 | | 0 | 0 | |
JS queue state obj latch | 4,358 | 0.00 | | 0 | 0 | |
JS slv state obj latch | 41 | 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 | 201 | 0.00 | | 0 | 0 | |
KTF sga latch | 4 | 0.00 | | 0 | 189 | 0.00 |
KWQMN job cache list latch | 9 | 0.00 | | 0 | 0 | |
KWQS pqsubs latch | 2 | 0.00 | | 0 | 0 | |
KWQS pqueue ctx latch | 13 | 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 | 201 | 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 | 118,047 | 0.00 | | 0 | 0 | |
OS process allocation | 60,251 | 0.05 | 0.57 | 0 | 0 | |
OS process: request allocation | 58,953 | 0.08 | 0.80 | 1 | 0 | |
PL/SQL warning settings | 29,517 | 0.00 | | 0 | 0 | |
PX hash array latch | 1 | 0.00 | | 0 | 0 | |
QMT | 1 | 0.00 | | 0 | 0 | |
Real-time plan statistics latch | 10 | 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 | 14,958 | 0.00 | | 0 | 0 | |
Shared B-Tree | 59 | 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 | 629 | 0.00 | | 0 | 0 | |
active service list | 178,254 | 0.10 | 0.25 | 0 | 863 | 0.00 |
begin backup scn array | 2 | 0.00 | | 0 | 0 | |
buffer pool | 1 | 0.00 | | 0 | 0 | |
business card | 1 | 0.00 | | 0 | 0 | |
cache buffer handles | 78 | 0.00 | | 0 | 0 | |
cache buffers chains | 3,717,658 | 0.06 | 0.00 | 0 | 266 | 0.00 |
cache buffers lru chain | 947 | 0.00 | | 0 | 962 | 0.00 |
call allocation | 120,488 | 0.37 | 0.77 | 1 | 0 | |
cas latch | 1 | 0.00 | | 0 | 0 | |
change notification client cache latch | 1 | 0.00 | | 0 | 0 | |
channel handle pool latch | 58,963 | 0.06 | 0.72 | 0 | 0 | |
channel operations parent latch | 91,713 | 0.01 | 0.44 | 0 | 0 | |
checkpoint queue latch | 11,364 | 0.00 | | 0 | 472 | 0.00 |
client/application info | 206,221 | 0.00 | 0.56 | 0 | 0 | |
compile environment latch | 29,480 | 0.00 | 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 | 58,961 | 0.12 | 0.28 | 0 | 0 | |
enqueue freelist latch | 2 | 50.00 | 1.00 | 0 | 897,357 | 0.04 |
enqueue hash chains | 958,475 | 0.10 | 0.35 | 2 | 0 | |
enqueues | 22 | 0.00 | | 0 | 0 | |
fifth spare latch | 1 | 0.00 | | 0 | 0 | |
file cache latch | 25 | 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 | 29,443 | 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 | 149 | 0.00 | | 0 | 1,102,951 | 0.04 |
hash table modification latch | 2 | 0.00 | | 0 | 0 | |
heartbeat check | 1 | 0.00 | | 0 | 0 | |
internal temp table object number allocation latch | 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 | 0 | |
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 | 112 | 0.00 | | 0 | 0 | |
ksfv messages | 1 | 0.00 | | 0 | 0 | |
ksim group membership cache | 1 | 0.00 | | 0 | 0 | |
kss move lock | 11 | 0.00 | | 0 | 0 | |
ksuosstats global area | 63 | 0.00 | | 0 | 0 | |
ksv allocation latch | 29 | 0.00 | | 0 | 0 | |
ksv class latch | 21 | 0.00 | | 0 | 0 | |
ksv msg queue latch | 1 | 0.00 | | 0 | 0 | |
ksz_so allocation latch | 58,953 | 0.06 | 0.72 | 0 | 0 | |
ktm global data | 15 | 0.00 | | 0 | 0 | |
kwqbsn:qsga | 21 | 0.00 | | 0 | 0 | |
lgwr LWN SCN | 460 | 0.00 | | 0 | 0 | |
list of block allocation | 64 | 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 | 37,126 | 0.01 | 0.00 | 0 | 0 | |
mostly latch-free SCN | 462 | 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,261 | 0.00 | | 0 | 2 | 0.00 |
object queue header operation | 3,515 | 0.00 | | 0 | 0 | |
object stats modification | 15 | 0.00 | | 0 | 0 | |
parallel query alloc buffer | 81 | 0.00 | | 0 | 0 | |
parallel query stats | 1 | 0.00 | | 0 | 0 | |
parameter list | 265,574 | 0.02 | 0.34 | 0 | 0 | |
parameter table management | 117,949 | 0.20 | 0.84 | 3 | 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 | 559 | 0.36 | 0.00 | 0 | 544 | 0.18 |
process allocation | 58,978 | 0.48 | 1.34 | 5 | 29,449 | 0.07 |
process group creation | 58,953 | 0.03 | 0.80 | 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,699 | 0.00 | | 0 | 3,264 | 0.00 |
redo copy | 1 | 0.00 | | 0 | 3,264 | 0.12 |
redo writing | 1,956 | 0.00 | | 0 | 0 | |
resmgr group change latch | 29,467 | 0.00 | | 0 | 0 | |
resmgr:active threads | 58,961 | 0.00 | | 0 | 0 | |
resmgr:actses change group | 29,461 | 0.00 | | 0 | 0 | |
resmgr:actses change state | 1 | 0.00 | | 0 | 0 | |
resmgr:free threads list | 58,960 | 0.21 | 0.21 | 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 | 16,697,009 | 0.19 | 0.09 | 20 | 4,531 | 0.46 |
rules engine aggregate statistics | 2 | 0.00 | | 0 | 0 | |
rules engine rule set statistics | 4 | 0.00 | | 0 | 0 | |
second Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
second spare latch | 1 | 0.00 | | 0 | 0 | |
sequence cache | 88,385 | 0.01 | 1.00 | 0 | 0 | |
session allocation | 176,793 | 0.02 | 0.41 | 0 | 117,842 | 0.07 |
session idle bit | 3,268,437 | 0.01 | 0.11 | 0 | 0 | |
session queue latch | 1 | 0.00 | | 0 | 0 | |
session state list latch | 58,972 | 0.09 | 0.06 | 0 | 0 | |
session switching | 29,494 | 0.01 | 0.00 | 0 | 0 | |
session timer | 202 | 0.00 | | 0 | 0 | |
shared pool | 20,262,792 | 2.49 | 0.39 | 1228 | 0 | |
shared pool sim alloc | 285 | 0.70 | 1.00 | 0 | 0 | |
shared pool simulator | 2,005,242 | 0.03 | 0.68 | 1 | 0 | |
sim partition latch | 1 | 0.00 | | 0 | 0 | |
simulator hash latch | 595,504 | 0.00 | 1.00 | 0 | 0 | |
simulator lru latch | 341 | 0.00 | | 0 | 595,135 | 0.19 |
sort extent pool | 22 | 0.00 | | 0 | 0 | |
space background state object latch | 6 | 0.00 | | 0 | 0 | |
space background task latch | 1,369 | 0.22 | 0.00 | 0 | 404 | 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 | 22 | 0.00 | | 0 | 0 | |
transaction allocation | 183 | 0.00 | | 0 | 0 | |
undo global data | 1,619 | 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 | |