SQL Id | SQL Text |
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 |
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)) |
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; |
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' |
4jrfrtx4u6zcx | SELECT TASK_TGT.TARGET_GUID TARGET_GUID, LEAD(TASK_TGT.TARGET_GUID, 1) OVER (ORDER BY TASK_TGT.TARGET_GUID, POLICY.POLICY_GUID, CFG.EVAL_ORDER) NEXT_TARGET_GUID, POLICY.POLICY_GUID POLICY_GUID, LEAD(POLICY.POLICY_GUID, 1) OVER (ORDER BY TASK_TGT.TARGET_GUID, POLICY.POLICY_GUID, CFG.EVAL_ORDER) NEXT_POLICY_GUID, POLICY.POLICY_NAME, POLICY.POLICY_TYPE, DECODE(POLICY.POLICY_TYPE, :B3 , NVL(CFG.MESSAGE, POLICY.MESSAGE), :B9 , CFG.MESSAGE, NULL) MESSAGE, DECODE(POLICY.POLICY_TYPE, :B3 , NVL(CFG.MESSAGE_NLSID, POLICY.MESSAGE_NLSID), :B9 , CFG.MESSAGE_NLSID, NULL) MESSAGE_NLSID, DECODE(POLICY.POLICY_TYPE, :B3 , NVL(CFG.CLEAR_MESSAGE, POLICY.CLEAR_MESSAGE), :B9 , CFG.CLEAR_MESSAGE, NULL) CLEAR_MESSAGE, DECODE(POLICY.POLICY_TYPE, :B3 , NVL(CFG.CLEAR_MESSAGE_NLSID, POLICY.CLEAR_MESSAGE_NLSID), :B9 , CFG.CLEAR_MESSAGE_NLSID, NULL) CLEAR_MESSAGE_NLSID, POLICY.REPO_TIMING_ENABLED, TASK_TGT.COLL_NAME , POLICY.VIOLATION_LEVEL, DECODE(POLICY.POLICY_TYPE, :B3 , :B10 , 0) VIOLATION_TYPE, POLICY.CONDITION_TYPE, POLICY.CONDITION, DECODE(POLICY.POLICY_TYPE, :B3 , NVL(CFG.CONDITION_OPERATOR, POLICY.CONDITION_OPERATOR), :B9 , CFG.CONDITION_OPERATOR, 0) CONDITION_OPERATOR, CFG.KEY_VALUE, CFG.KEY_OPERATOR, CFG.IS_EXCEPTION, CFG.NUM_OCCURRENCES, NULL EVALUATION_DATE, DECODE(CFG.IS_EXCEPTION, :B1 , MGMT_POLICY_PARAM_VAL_ARRAY(), CAST(MULTISET( SELECT MGMT_POLICY_PARAM_VAL.NEW(PARAM_NAME, CRIT_THRESHOLD, WARN_THRESHOLD, INFO_THRESHOLD) FROM MGMT_POLICY_ASSOC_CFG_PARAMS PARAM WHERE PARAM.OBJECT_GUID = CFG.OBJECT_GUID AND PARAM.POLICY_GUID = CFG.POLICY_GUID AND PARAM.COLL_NAME = CFG.COLL_NAME AND PARAM.KEY_VALUE = CFG.KEY_VALUE AND PARAM.KEY_OPERATOR = CFG.KEY_OPERATOR ) AS MGMT_POLICY_PARAM_VAL_ARRAY)) PARAMS, DECODE(POLICY.CONDITION_TYPE, :B8 , CAST(MULTISET(SELECT MGMT_NAMEVALUE_OBJ.NEW(BIND_COLUMN_NAME, BIND_COLUMN_TYPE) FROM MGMT_POLICY_BIND_VARS BINDS WHERE BINDS.POLICY_GUID = POLICY.POLICY_GUID ) AS MGMT_NAMEVALUE_ARRAY), MGMT_NAMEVALUE_ARRAY()) BINDS, DECODE(:B7 , 0, MGMT_MEDIUM_STRING_ARRAY(), 1, MGMT_MEDIUM_STRING_ARRAY(CFG.KEY_VALUE), CAST( (SELECT MGMT_MEDIUM_STRING_ARRAY( KEY_PART1_VALUE, KEY_PART2_VALUE, KEY_PART3_VALUE, KEY_PART4_VALUE, KEY_PART5_VALUE) FROM MGMT_METRICS_COMPOSITE_KEYS COMP_KEYS WHERE COMP_KEYS.COMPOSITE_KEY = CFG.KEY_VALUE AND COMP_KEYS.TARGET_GUID = CFG.OBJECT_GUID ) AS MGMT_MEDIUM_STRING_ARRAY) ) KEY_VALUES FROM MGMT_POLICIES POLICY, MGMT_POLICY_ASSOC ASSOC, MGMT_POLICY_ASSOC_CFG CFG, MGMT_COLLECTION_METRIC_TASKS TASK_TGT WHERE TASK_TGT.TASK_ID = :B6 AND POLICY.METRIC_GUID = :B5 AND ASSOC.OBJECT_GUID = TASK_TGT.TARGET_GUID AND POLICY.POLICY_TYPE != :B4 AND ( POLICY.POLICY_TYPE = :B3 OR ASSOC.COLL_NAME = TASK_TGT.COLL_NAME ) AND ASSOC.POLICY_GUID = POLICY.POLICY_GUID AND ASSOC.OBJECT_TYPE = :B2 AND ASSOC.IS_ENABLED = :B1 AND CFG.OBJECT_GUID = ASSOC.OBJECT_GUID AND CFG.COLL_NAME = ASSOC.COLL_NAME AND CFG.POLICY_GUID = ASSOC.POLICY_GUID ORDER BY TASK_TGT.TARGET_GUID, POLICY.POLICY_GUID, CFG.EVAL_ORDER , CFG.KEY_VALUE DESC |
4r8b8x2am8d9z | SELECT SUM(k) FROM sbtest WHERE id BETWEEN :1 AND :2 |
4tg8mr2bvy6gr | select smontabv.cnt, smontab.time_mp, smontab.scn, smontab.num_mappings, smontab.tim_scn_map from smon_scn_time smontab, (select max(scn) scnmax, count(*)+sum(NVL2(TIM_SCN_MAP, NUM_MAPPINGS, 0)) cnt from smon_scn_time) smontabv where smontab.scn = smontabv.scnmax |
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 |
54fqjq6fpmts6 | SELECT MGMT_GLOBAL.SYSDATE_TZRGN(TIMEZONE_REGION), TARGET_NAME FROM MGMT_TARGETS WHERE TARGET_GUID = :B1 |
57pfs5p8xc07w | UPDATE MGMT_TARGETS SET LAST_LOAD_TIME=:B2 WHERE TARGET_GUID = :B1 AND (LAST_LOAD_TIME < :B2 OR LAST_LOAD_TIME IS NULL) |
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 |
62rcbfrcyrg3k | SELECT c FROM sbtest WHERE id BETWEEN :1 AND :2 ORDER BY c |
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; |
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') |
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 |
ajymgnp1qnruw | select o.name, o.owner# from obj$ o, type$ t where o.oid$ = t.tvoid and bitand(t.properties, 8388608) = 8388608 and (sysdate-o.ctime) > 0.0007 |
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 |
cm5vu20fhtnq1 | select /*+ connect_by_filtering */ privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
cpq5z20uqma8a | SELECT c FROM sbtest WHERE id = :1 |
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 |
dub3tnumhnt2d | SELECT c FROM sbtest WHERE id BETWEEN :1 AND :2 |
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) |
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# |
gsk525600smxq | SELECT DISTINCT c FROM sbtest WHERE id BETWEEN :1 AND :2 ORDER BY c |
Statistic | Total | per Second | per Trans |
Batched IO (bound) vector count | 15 | 0.02 | 0.00 |
Batched IO (full) vector count | 17 | 0.03 | 0.00 |
Batched IO block miss count | 3,104 | 5.16 | 0.00 |
Batched IO buffer defrag count | 15 | 0.02 | 0.00 |
Batched IO double miss count | 1 | 0.00 | 0.00 |
Batched IO same unit count | 234 | 0.39 | 0.00 |
Batched IO vector block count | 2,887 | 4.80 | 0.00 |
Batched IO vector read count | 33 | 0.05 | 0.00 |
Block Cleanout Optim referenced | 2 | 0.00 | 0.00 |
CCursor + sql area evicted | 0 | 0.00 | 0.00 |
CPU used by this session | 49,942 | 82.98 | 0.07 |
CPU used when call started | 49,811 | 82.76 | 0.07 |
CR blocks created | 17 | 0.03 | 0.00 |
Commit SCN cached | 1 | 0.00 | 0.00 |
DB time | 115,165 | 191.34 | 0.17 |
DBWR checkpoint buffers written | 409 | 0.68 | 0.00 |
DBWR transaction table writes | 11 | 0.02 | 0.00 |
DBWR undo block writes | 59 | 0.10 | 0.00 |
HSC Heap Segment Block Changes | 500 | 0.83 | 0.00 |
Heap Segment Array Inserts | 85 | 0.14 | 0.00 |
Heap Segment Array Updates | 107 | 0.18 | 0.00 |
IMU CR rollbacks | 20 | 0.03 | 0.00 |
IMU Flushes | 22 | 0.04 | 0.00 |
IMU Redo allocation size | 42,032 | 69.83 | 0.06 |
IMU commits | 54 | 0.09 | 0.00 |
IMU undo allocation size | 305,408 | 507.42 | 0.44 |
Requests to/from client | 12,444,845 | 20,676.31 | 18.00 |
RowCR attempts | 13 | 0.02 | 0.00 |
RowCR hits | 13 | 0.02 | 0.00 |
SQL*Net roundtrips to/from client | 12,444,861 | 20,676.34 | 18.00 |
active txn count during cleanout | 37 | 0.06 | 0.00 |
background timeouts | 2,916 | 4.84 | 0.00 |
buffer is not pinned count | 8,256,988 | 13,718.46 | 11.94 |
buffer is pinned count | 12,751 | 21.18 | 0.02 |
bytes received via SQL*Net from client | 347,659,388 | 577,613.79 | 502.81 |
bytes sent via SQL*Net to client | 1,754,365,346 | 2,914,765.59 | 2,537.28 |
calls to get snapshot scn: kcmgss | 4,849,139 | 8,056.53 | 7.01 |
calls to kcmgas | 256 | 0.43 | 0.00 |
calls to kcmgcs | 651 | 1.08 | 0.00 |
cell physical IO interconnect bytes | 271,301,120 | 450,749.42 | 392.37 |
change write time | 5 | 0.01 | 0.00 |
cleanout - number of ktugct calls | 39 | 0.06 | 0.00 |
cleanouts only - consistent read gets | 1 | 0.00 | 0.00 |
cluster key scan block gets | 2,187 | 3.63 | 0.00 |
cluster key scans | 1,526 | 2.54 | 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 cleanouts | 594 | 0.99 | 0.00 |
commit cleanouts successfully completed | 591 | 0.98 | 0.00 |
commit immediate performed | 10 | 0.02 | 0.00 |
commit immediate requested | 10 | 0.02 | 0.00 |
commit txn count during cleanout | 15 | 0.02 | 0.00 |
concurrency wait time | 708 | 1.18 | 0.00 |
consistent changes | 32 | 0.05 | 0.00 |
consistent gets | 21,394,428 | 35,545.47 | 30.94 |
consistent gets - examination | 13,153,602 | 21,853.87 | 19.02 |
consistent gets direct | 1 | 0.00 | 0.00 |
consistent gets from cache | 21,394,427 | 35,545.47 | 30.94 |
consistent gets from cache (fastpath) | 8,224,476 | 13,664.44 | 11.89 |
cursor authentications | 154 | 0.26 | 0.00 |
data blocks consistent reads - undo records applied | 32 | 0.05 | 0.00 |
db block changes | 3,081 | 5.12 | 0.00 |
db block gets | 3,108 | 5.16 | 0.00 |
db block gets direct | 1 | 0.00 | 0.00 |
db block gets from cache | 3,107 | 5.16 | 0.00 |
db block gets from cache (fastpath) | 947 | 1.57 | 0.00 |
deferred (CURRENT) block cleanout applications | 369 | 0.61 | 0.00 |
enqueue conversions | 120 | 0.20 | 0.00 |
enqueue releases | 5,769 | 9.58 | 0.01 |
enqueue requests | 5,769 | 9.58 | 0.01 |
enqueue timeouts | 0 | 0.00 | 0.00 |
execute count | 4,847,169 | 8,053.26 | 7.01 |
file io wait time | 8,291,328 | 13,775.51 | 11.99 |
free buffer inspected | 7 | 0.01 | 0.00 |
free buffer requested | 34,407 | 57.17 | 0.05 |
heap block compress | 11 | 0.02 | 0.00 |
immediate (CR) block cleanout applications | 1 | 0.00 | 0.00 |
immediate (CURRENT) block cleanout applications | 139 | 0.23 | 0.00 |
in call idle wait time | 1,175,839 | 1,953.58 | 1.70 |
index crx upgrade (positioned) | 2 | 0.00 | 0.00 |
index fast full scans (full) | 0 | 0.00 | 0.00 |
index fetch by key | 3,464,901 | 5,756.71 | 5.01 |
index scans kdiixs1 | 1,390,059 | 2,309.49 | 2.01 |
leaf node 90-10 splits | 10 | 0.02 | 0.00 |
leaf node splits | 14 | 0.02 | 0.00 |
lob writes | 10 | 0.02 | 0.00 |
lob writes unaligned | 10 | 0.02 | 0.00 |
logical read bytes from cache | 175,288,598,528 | 291,230,772.66 | 253,514.21 |
logons cumulative | 52 | 0.09 | 0.00 |
max cf enq hold time | 0 | 0.00 | 0.00 |
messages received | 400 | 0.66 | 0.00 |
messages sent | 400 | 0.66 | 0.00 |
no buffer to keep pinned count | 14 | 0.02 | 0.00 |
no work - consistent read gets | 8,239,847 | 13,689.98 | 11.92 |
non-idle wait count | 12,461,471 | 20,703.94 | 18.02 |
non-idle wait time | 2,979 | 4.95 | 0.00 |
opened cursors cumulative | 6,708 | 11.14 | 0.01 |
parse count (hard) | 305 | 0.51 | 0.00 |
parse count (total) | 1,281 | 2.13 | 0.00 |
parse time cpu | 36 | 0.06 | 0.00 |
parse time elapsed | 123 | 0.20 | 0.00 |
physical read IO requests | 13,457 | 22.36 | 0.02 |
physical read bytes | 252,698,624 | 419,842.57 | 365.47 |
physical read total IO requests | 13,924 | 23.13 | 0.02 |
physical read total bytes | 260,317,184 | 432,500.32 | 376.49 |
physical read total multi block requests | 21 | 0.03 | 0.00 |
physical reads | 30,847 | 51.25 | 0.04 |
physical reads cache | 30,846 | 51.25 | 0.04 |
physical reads cache prefetch | 19,992 | 33.22 | 0.03 |
physical reads direct | 1 | 0.00 | 0.00 |
physical reads direct temporary tablespace | 0 | 0.00 | 0.00 |
physical reads prefetch warmup | 16,567 | 27.53 | 0.02 |
physical write IO requests | 277 | 0.46 | 0.00 |
physical write bytes | 3,358,720 | 5,580.30 | 4.86 |
physical write total IO requests | 786 | 1.31 | 0.00 |
physical write total bytes | 10,983,936 | 18,249.11 | 15.89 |
physical write total multi block requests | 3 | 0.00 | 0.00 |
physical writes | 410 | 0.68 | 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 | 409 | 0.68 | 0.00 |
physical writes non checkpoint | 410 | 0.68 | 0.00 |
pinned buffers inspected | 2 | 0.00 | 0.00 |
recursive calls | 734,629 | 1,220.54 | 1.06 |
recursive cpu usage | 550 | 0.91 | 0.00 |
redo blocks checksummed by FG (exclusive) | 1,278 | 2.12 | 0.00 |
redo blocks written | 2,093 | 3.48 | 0.00 |
redo entries | 1,524 | 2.53 | 0.00 |
redo ordering marks | 62 | 0.10 | 0.00 |
redo size | 1,055,524 | 1,753.69 | 1.53 |
redo size for direct writes | 52 | 0.09 | 0.00 |
redo subscn max counts | 175 | 0.29 | 0.00 |
redo synch long waits | 7 | 0.01 | 0.00 |
redo synch time | 36 | 0.06 | 0.00 |
redo synch time (usec) | 372,579 | 619.02 | 0.54 |
redo synch writes | 47 | 0.08 | 0.00 |
redo wastage | 26,820 | 44.56 | 0.04 |
redo write time | 14 | 0.02 | 0.00 |
redo writes | 109 | 0.18 | 0.00 |
rollback changes - undo records applied | 10 | 0.02 | 0.00 |
rollbacks only - consistent read gets | 16 | 0.03 | 0.00 |
rows fetched via callback | 2,541 | 4.22 | 0.00 |
session cursor cache hits | 6,920 | 11.50 | 0.01 |
session logical reads | 21,397,536 | 35,550.63 | 30.95 |
shared hash latch upgrades - no wait | 11,671 | 19.39 | 0.02 |
sorts (memory) | 694,530 | 1,153.92 | 1.00 |
sorts (rows) | 69,159,635 | 114,904.30 | 100.02 |
sql area evicted | 0 | 0.00 | 0.00 |
sql area purged | 0 | 0.00 | 0.00 |
switch current to new buffer | 26 | 0.04 | 0.00 |
table fetch by rowid | 19,865 | 33.00 | 0.03 |
table fetch continued row | 382 | 0.63 | 0.00 |
table scan blocks gotten | 2,049 | 3.40 | 0.00 |
table scan rows gotten | 122,873 | 204.15 | 0.18 |
table scans (short tables) | 302 | 0.50 | 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 | 4 | 0.01 | 0.00 |
transaction rollbacks | 10 | 0.02 | 0.00 |
undo change vector size | 348,740 | 579.41 | 0.50 |
user I/O wait time | 819 | 1.36 | 0.00 |
user calls | 12,444,981 | 20,676.54 | 18.00 |
user commits | 56 | 0.09 | 0.00 |
user rollbacks | 691,379 | 1,148.68 | 1.00 |
workarea executions - optimal | 692,619 | 1,150.74 | 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,275 | 0.00 | | 0 | 0 | |
Change Notification Hash table latch | 200 | 0.00 | | 0 | 0 | |
Consistent RBA | 109 | 0.00 | | 0 | 0 | |
DML lock allocation | 682 | 0.00 | | 0 | 0 | |
Event Group Locks | 96 | 0.00 | | 0 | 0 | |
FOB s.o list latch | 102 | 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 | 963 | 0.00 | | 0 | 203 | 0.00 |
JS Sh mem access | 1 | 0.00 | | 0 | 0 | |
JS queue access latch | 1 | 0.00 | | 0 | 0 | |
JS queue state obj latch | 4,320 | 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 | 200 | 0.00 | | 0 | 0 | |
KTF sga latch | 4 | 0.00 | | 0 | 186 | 0.00 |
KWQMN job cache list latch | 1 | 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 | 14 | 47614.29 |
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 | |
NLS data objects | 1 | 0.00 | | 0 | 0 | |
OS process | 280 | 0.00 | | 0 | 0 | |
OS process allocation | 1,371 | 0.00 | | 0 | 0 | |
OS process: request allocation | 81 | 0.00 | | 0 | 0 | |
PL/SQL warning settings | 72 | 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,668 | 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 | 476 | 0.00 | | 0 | 0 | |
active service list | 1,519 | 0.07 | 0.00 | 0 | 767 | 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 | 58 | 0.00 | | 0 | 0 | |
cache buffers chains | 29,697,750 | 0.15 | 0.00 | 0 | 70,199 | 0.01 |
cache buffers lru chain | 32,948 | 0.34 | 0.22 | 0 | 46,490 | 0.87 |
cache table scan latch | 128 | 0.00 | | 0 | 128 | 0.00 |
call allocation | 928 | 0.11 | 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 | 93 | 0.00 | | 0 | 0 | |
channel operations parent latch | 3,403 | 0.00 | | 0 | 0 | |
checkpoint queue latch | 7,756 | 0.00 | | 0 | 468 | 0.00 |
client/application info | 225 | 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 | 104 | 0.00 | | 0 | 0 | |
enqueue freelist latch | 1 | 0.00 | | 0 | 10,547 | 0.01 |
enqueue hash chains | 11,746 | 0.03 | 0.33 | 0 | 0 | |
enqueues | 523 | 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 | 0 | | | 0 | 12,509 | 0.00 |
hash table modification latch | 61 | 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 | 12 | 0.00 | | 0 | 11 | 0.00 |
job_queue_processes free list latch | 23 | 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 | 76 | 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 | 63 | 0.00 | | 0 | 0 | |
ksv allocation latch | 19 | 0.00 | | 0 | 0 | |
ksv class latch | 9 | 0.00 | | 0 | 0 | |
ksv instance latch | 1 | 0.00 | | 0 | 0 | |
ksv msg queue latch | 1 | 0.00 | | 0 | 0 | |
ksz_so allocation latch | 81 | 0.00 | | 0 | 0 | |
ktm global data | 19 | 0.00 | | 0 | 0 | |
kwqbsn:qsga | 21 | 0.00 | | 0 | 0 | |
lgwr LWN SCN | 281 | 0.00 | | 0 | 0 | |
list of block allocation | 91 | 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 | 3 | 0.00 | | 0 | 0 | |
messages | 6,807 | 0.01 | 0.00 | 0 | 0 | |
mostly latch-free SCN | 281 | 0.00 | | 0 | 0 | |
msg queue latch | 1 | 0.00 | | 0 | 0 | |
multiblock read objects | 11,454 | 0.06 | 0.43 | 0 | 0 | |
name-service namespace bucket | 1 | 0.00 | | 0 | 0 | |
ncodef allocation latch | 9 | 0.00 | | 0 | 0 | |
object queue header heap | 1,239 | 0.00 | | 0 | 1 | 0.00 |
object queue header operation | 41,299 | 0.01 | 0.33 | 0 | 0 | |
object stats modification | 816 | 0.00 | | 0 | 0 | |
parallel query alloc buffer | 81 | 0.00 | | 0 | 0 | |
parallel query stats | 1 | 0.00 | | 0 | 0 | |
parameter list | 208 | 0.00 | | 0 | 0 | |
parameter table management | 240 | 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 | 302 | 0.00 | | 0 | 277 | 0.00 |
process allocation | 105 | 0.00 | | 0 | 42 | 0.00 |
process group creation | 81 | 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,070 | 0.00 | | 0 | 1,506 | 0.00 |
redo copy | 1 | 0.00 | | 0 | 1,506 | 0.00 |
redo writing | 1,224 | 0.00 | | 0 | 0 | |
resmgr group change latch | 41 | 0.00 | | 0 | 0 | |
resmgr:active threads | 104 | 0.00 | | 0 | 0 | |
resmgr:actses change group | 34 | 0.00 | | 0 | 0 | |
resmgr:actses change state | 1 | 0.00 | | 0 | 0 | |
resmgr:free threads list | 103 | 0.97 | 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 | 58,206 | 0.00 | | 0 | 0 | |
second Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
second spare latch | 1 | 0.00 | | 0 | 0 | |
sequence cache | 91 | 0.00 | | 0 | 0 | |
session allocation | 692,636 | 0.02 | 0.02 | 0 | 692,542 | 0.02 |
session idle bit | 25,582,448 | 0.07 | 0.09 | 1 | 0 | |
session queue latch | 1 | 0.00 | | 0 | 0 | |
session state list latch | 117 | 0.00 | | 0 | 0 | |
session switching | 49 | 0.00 | | 0 | 0 | |
session timer | 200 | 0.00 | | 0 | 0 | |
shared pool | 54,669 | 0.03 | 0.13 | 0 | 0 | |
shared pool sim alloc | 28 | 0.00 | | 0 | 0 | |
shared pool simulator | 1,066 | 0.00 | | 0 | 0 | |
sim partition latch | 1 | 0.00 | | 0 | 0 | |
simulator hash latch | 6,130,152 | 0.00 | 0.04 | 0 | 0 | |
simulator lru latch | 154 | 0.00 | | 0 | 6,126,090 | 0.18 |
sort extent pool | 17 | 0.00 | | 0 | 0 | |
space background state object latch | 3 | 0.00 | | 0 | 0 | |
space background task latch | 778 | 0.00 | | 0 | 403 | 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 | |
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 | 18 | 0.00 | | 0 | 0 | |
trace latch | 20 | 0.00 | | 0 | 0 | |
transaction allocation | 194 | 0.00 | | 0 | 0 | |
undo global data | 776 | 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 | |