SQL Id | SQL Text |
07sf7mbmdm8v9 | DELETE FROM ACCT_ITEM WHERE ACCT_BOOK_ID = :ACCT_BOOK_ID AND BILLING_CYCLE_ID = 18 |
08wftvygkvwxr | select /*+ all_rows */ count(1) from "CCDRPRD"."PAYMENT_SETT_ITEM" where "ACCT_ITEM_ID" = :1 |
0dt31u12uau0k | SELECT COUNT(DISTINCT ACCT_ID) COUNTS FROM ACCT_ITEM_IMM@LINK_RB WHERE STATE = 'B' AND BILLING_CYCLE_ID=18 |
0j6d9y40st3k1 | select client_name, status from DBA_AUTOTASK_CLIENT where lower(client_name) = 'sql tuning advisor' |
0jqgub0ftgk7n | update CC_MDB_SEQUENCE set START_NUMBER=:START_NUMBER, END_NUMBER=:END_NUMBER, CUR_NUMBER=:CUR_NUMBER, STEP_NUMBER=:STEP_NUMBER where upper(SEQ_NAME)=upper(:name) and upper(DSN_NAME)=upper(:dsn_name) and LOCAL_IP=:local_ip |
0k8522rmdzg4k | select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#>0 |
0kkhhb2w93cx0 | update seg$ set type#=:4, blocks=:5, extents=:6, minexts=:7, maxexts=:8, extsize=:9, extpct=:10, user#=:11, iniexts=:12, lists=decode(:13, 65535, NULL, :13), groups=decode(:14, 65535, NULL, :14), cachehint=:15, hwmincr=:16, spare1=DECODE(:17, 0, NULL, :17), scanhint=:18, bitmapranges=:19 where ts#=:1 and file#=:2 and block#=:3 |
0v3dvmc22qnam | insert into sys.col_usage$ (obj#, intcol#, equality_preds, equijoin_preds, nonequijoin_preds, range_preds, like_preds, null_preds, timestamp) values ( :objn, :coln, decode(bitand(:flag, 1), 0, 0, 1), decode(bitand(:flag, 2), 0, 0, 1), decode(bitand(:flag, 4), 0, 0, 1), decode(bitand(:flag, 8), 0, 0, 1), decode(bitand(:flag, 16), 0, 0, 1), decode(bitand(:flag, 32), 0, 0, 1), :time) |
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') |
0wy2cjyd5caz2 | select count(1) COUNTS from cc_MDB_CHANGE_NOTIF A, (select nvl(max(update_time), TO_DATE('19700102000000', 'YYYYMMDDHH24MISS')) max_update_time from cc_MDB_CHANGE_NOTIF) B where B.max_update_time >= (sysdate - :P_DELAY_TIME/(24*3600)) |
12z80nvnjx3ma | select source_id, source_name from tip_interface_source where state='1' order by source_id |
18tjm5bt5w948 | SELECT ACCT_BOOK_ID, BAL_ID, ACCT_ID, BILLING_CYCLE_ID, BELONG_ACCT_ID, F_ACCT_BOOK_ID, CHARGE, SETT_CHARGE, ACCT_RES_ID, EXTEND_FIELD1, EXTEND_FIELD2 FROM ACCT_BOOK_TEMP WHERE ACCT_ID = :ACCT_ID AND BILLING_CYCLE_ID = :BILLING_CYCLE_ID AND STATE = 'B' |
1gfaj4z5hn1kf | delete from dependency$ where d_obj#=:1 |
1x7hp5cbvz2un | delete from CC_MDB_CHANGE_NOTIF where lower(table_name) = lower(:table_name) and table_sequence <= :table_sequence and update_time < (sysdate - :delay_time/(24*3600)) |
20vv6ttajyjzq | delete from access$ where d_obj#=:1 |
27q6w0zy3xhh2 | select * from (select ASK_NO, ORD_NO, PROCESSINSTANCE_NO, SEQ, MSG_NO, DISPATCH_NO, ACTIVITY_NO, ACTIVITYINSTANCE_INSTALL, ACTIVITYINSTANCE_ID, WORKITEM_NO, SHEET_NO, ACTIVITY_TYPE, STAFF_JOB_ID, SITE_NO, STAFF_NO, to_char(MSG_OCCUR_DATE, 'yyyy-mm-dd hh24:mi:ss') MSG_OCCUR_DATE, to_char(MSG_OPER_DATE, 'yyyy-mm-dd hh24:mi:ss') MSG_OPER_DATE, MSG_FLAG, MSG_CALL_COUNT, ORD_PRIO, CUSTOM_REASON, NOTES, RET_CODE, to_char(RET_DATE, 'yyyy-mm-dd hh24:mi:ss') RET_DATE, ORD_TYPE, ORD_ID, STAFF_NAME, OTHER_PARAMETER, WORKORDER_NO, ERROR_CODE, COST from tom_msg where msg_flag = '0' order by ord_prio desc, msg_occur_date) where rownum <= 100 |
2h0gb24h6zpnu | insert into access$(d_obj#, order#, columns, types) values (:1, :2, :3, :4) |
350f5yrnnmshs | lock table sys.mon_mods$ in exclusive mode nowait |
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#
|
3wr0rz6hquxg6 | INSERT INTO ACCT_BOOK (ACCT_BOOK_ID, ACCT_ID, ACCT_RES_ID, ACCT_BOOK_TYPE, CREATED_DATE, PRE_BALANCE, CHARGE, BILL_ID, BAL_ID, PARTY_TYPE) SELECT :ACCT_BOOK_ID_SEQ, C.AI, C.ASI, 'I', SYSDATE, C.PC, -1*C.CG, C.BI, C.BL, C.PT FROM ( SELECT B.ACCT_ID AI, B.ACCT_RES_ID ASI, A.PRE_BALANCE+A.CHARGE PC, B.CHARGE CG, B.BILL_ID BI, B.BAL_ID BL, B.PARTY_TYPE PT FROM ACCT_BOOK A, ACCT_BOOK B WHERE B.ACCT_BOOK_ID=:ACCT_BOOK_ID AND A.ACCT_BOOK_ID>=B.ACCT_BOOK_ID AND A.ACCT_ID=B.ACCT_ID AND A.BAL_ID=B.BAL_ID ORDER BY A.ACCT_BOOK_ID DESC ) C WHERE ROWNUM=1 |
56rb8z2j522d3 | update TT_MDB_SEQUENCE set START_NUMBER=:START_NUMBER, END_NUMBER=:END_NUMBER, CUR_NUMBER=:CUR_NUMBER, STEP_NUMBER=:STEP_NUMBER where upper(SEQ_NAME)=upper(:name) and upper(DSN_NAME)=upper(:dsn_name) and LOCAL_IP=:local_ip |
5qas8kt4w9svy | select * from tom_msg where rownum <1 |
6ajkhukk78nsr | begin prvt_hdm.auto_execute( :dbid, :inst_num , :end_snap_id ); end; |
6xvp6nxs4a9n4 | select nvl(sum(space), 0) from recyclebin$ where ts# = :1 |
73629tmfbjzrh | DECLARE job BINARY_INTEGER := :job; next_date TIMESTAMP WITH TIME ZONE := :mydate; broken BOOLEAN := FALSE; job_name VARCHAR2(30) := :job_name; job_subname VARCHAR2(30) := :job_subname; job_owner VARCHAR2(30) := :job_owner; job_start TIMESTAMP WITH TIME ZONE := :job_start; job_scheduled_start TIMESTAMP WITH TIME ZONE := :job_scheduled_start; window_start TIMESTAMP WITH TIME ZONE := :window_start; window_end TIMESTAMP WITH TIME ZONE := :window_end; chain_id VARCHAR2(14) := :chainid; credential_owner varchar2(30) := :credown; credential_name varchar2(30) := :crednam; destination_owner varchar2(30) := :destown; destination_name varchar2(30) := :destnam; job_dest_id varchar2(14) := :jdestid; log_id number := :log_id; BEGIN BEGIN ORACLE_OCM.MGMT_DB_LL_METRICS.COLLECT_CONFIG_METRICS('ORACLE_OCM_CONFIG_DIR'); END; :mydate := next_date; IF broken THEN :b := 1; ELSE :b := 0; END IF; END; |
772s25v1y0x8k | select shared_pool_size_for_estimate s, shared_pool_size_factor * 100 f, estd_lc_load_time l, 0 from v$shared_pool_advice |
7qx7y9h2rkt9g | SELECT ddf.file_name file_name, vdf.status status, ddf.tablespace_name tablespace_name, '', ddf.autoextensible autoextensible, ddf.increment_by increment_by, ddf.maxbytes max_file_size, vdf.create_bytes, 'NA' os_storage FROM sys.dba_data_files ddf, v$datafile vdf /*+ all_rows use_concat */ WHERE (ddf.file_name = vdf.name) UNION ALL SELECT dtf.file_name file_name, vtf.status status, dtf.tablespace_name tablespace_name, '', dtf.autoextensible autoextensible, dtf.increment_by increment_by, dtf.maxbytes max_file_size, vtf.create_bytes, 'NA' os_storage FROM sys.dba_temp_files dtf, v$tempfile vtf WHERE (dtf.file_id = vtf.file#) |
8410zusksmy1j |
SELECT * FROM (SELECT a.interface_id, a.source_id, a.interface_type, b.prov_level, a.task_no, ord_no, a.oper_state, a.oper_code, a.city_no, a.area_id, prod_spec_id, a.subs_event_id, a.workorder_type, a.install_flag, a.except_flag, a.subs_id, a.new_acc_nbr, a.old_acc_nbr, '0' send_flag, 'threadpool_limit_UIP' thread_poolname, a.notes result_msg, a.subs_event_id serv_no, a.except_flag excep_flag, a.task_no sheet_no, a.task_no WORKORDER_NO, a.prod_spec_id prod_no, a.workorder_type action_no, a.workorder_type task_type, a.new_acc_nbr new_num, a.old_acc_nbr old_num, a.other_parameter FROM tip_interface_data a, tip_user_level b WHERE a.provision_level = b.user_level(+) AND b.state = '1' AND EXISTS (SELECT 1 FROM tip_interface_wait_data c WHERE a.interface_id = c.interface_id AND c.exp_date < SYSDATE AND a.oper_state < 0) and a.ord_no !='2010012000406943' AND b.prov_level = :1 ORDER BY interface_id)WHERE ROWNUM < :2
|
8f9tksujz3fac | update tom_msg set msg_flag = decode( sign(MSG_CALL_COUNT - 10), -1, :1 , 0, :2 , 1, :3 ), MSG_OPER_DATE = sysdate , notes = '???????????????' where msg_flag = :4 |
a1xgxtssv5rrp | select sum(used_blocks), ts.ts# from GV$SORT_SEGMENT gv, ts$ ts where gv.tablespace_name = ts.name and ts.bitmapped <> 0 group by ts.ts# |
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_mo
del , 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_s
ession_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.d
elta_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') |
bsa0wjtftg3uw | select file# from file$ where ts#=:1 |
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 |
cd9kh7jfykwdu | SELECT COUNT(*) FROM "ACCT_ITEM" "A1" WHERE "A1"."BILLING_CYCLE_ID"=18 |
cp46kh2um54f5 | select section from tfm_serv_ext where service_name='uip_manager_limit' |
csnp95dz2r8ss | select file#, block# from recyclebin$ where ts# = :1 and file# != 0 and block# != 0 and space = 0 |
f173ympfbb2cy | select * from (select distinct filter_type, decode(filter_type, '=', '0', 'between', '0', '!=', '1', '1') filter_type_sign from TIP_INTERFACE_DATA_FILTER where exp_date>=sysdate and source_id=:1 ) order by filter_type_sign |
fcfsr8zffddms | select section from tfm_serv_ext where service_name='uip_manager_nolimit' |
gpy4xf1g906kp | SELECT * FROM (SELECT a.interface_id, a.source_id, a.interface_type, b.prov_level, a.task_no, ord_no, a.oper_state, a.oper_code, a.city_no, a.area_id, prod_spec_id, a.subs_event_id, a.workorder_type, a.install_flag, a.except_flag, a.subs_id, a.new_acc_nbr, a.old_acc_nbr, '0' send_flag, DECODE (a.oper_state, '0', 'threadpool_nolimit_UIP', 'threadpool_limit_UIP') thread_poolname, a.notes result_msg, a.subs_event_id serv_no, a.except_flag excep_flag, a.task_no sheet_no, a.task_no WORKORDER_NO, a.prod_spec_id prod_no, a.workorder_type action_no, a.workorder_type task_type, a.new_acc_nbr new_num, a.old_acc_nbr old_num, a.other_parameter FROM tip_interface_data a, tip_user_level b WHERE a.provision_level = b.user_level(+) AND b.state = '1' AND a.oper_state IN (0, 5) and a.ord_no !='2010012000406943' AND b.prov_level = :1 ORDER BY interface_id) WHERE ROWNUM < :2 |
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 slow jump 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.00 | 0.00 |
CCursor + sql area evicted | 0 | 0.00 | 0.00 |
CPU used by this session | 170,933 | 47.44 | 7.87 |
CPU used when call started | 170,255 | 47.25 | 7.84 |
CR blocks created | 256 | 0.07 | 0.01 |
Cached Commit SCN referenced | 916,501 | 254.36 | 42.21 |
Commit SCN cached | 8 | 0.00 | 0.00 |
DB time | 175,027 | 48.58 | 8.06 |
DBWR checkpoint buffers written | 2,072 | 0.58 | 0.10 |
DBWR checkpoints | 0 | 0.00 | 0.00 |
DBWR object drop buffers written | 0 | 0.00 | 0.00 |
DBWR transaction table writes | 114 | 0.03 | 0.01 |
DBWR undo block writes | 875 | 0.24 | 0.04 |
DFO trees parallelized | 0 | 0.00 | 0.00 |
Effective IO time | 0 | 0.00 | 0.00 |
HSC Heap Segment Block Changes | 27,105 | 7.52 | 1.25 |
Heap Segment Array Inserts | 1,066 | 0.30 | 0.05 |
Heap Segment Array Updates | 21,469 | 5.96 | 0.99 |
IMU CR rollbacks | 0 | 0.00 | 0.00 |
IMU Flushes | 127 | 0.04 | 0.01 |
IMU Redo allocation size | 553,048 | 153.49 | 25.47 |
IMU commits | 21,585 | 5.99 | 0.99 |
IMU contention | 0 | 0.00 | 0.00 |
IMU ktichg flush | 0 | 0.00 | 0.00 |
IMU pool not allocated | 0 | 0.00 | 0.00 |
IMU recursive-transaction flush | 0 | 0.00 | 0.00 |
IMU undo allocation size | 33,235,728 | 9,224.19 | 1,530.75 |
IMU- failed to get a private strand | 0 | 0.00 | 0.00 |
LOB table id lookup cache misses | 0 | 0.00 | 0.00 |
Number of read IOs issued | 0 | 0.00 | 0.00 |
PX local messages recv'd | 0 | 0.00 | 0.00 |
PX local messages sent | 0 | 0.00 | 0.00 |
Parallel operations downgraded to serial | 0 | 0.00 | 0.00 |
Parallel operations not downgraded | 0 | 0.00 | 0.00 |
Requests to/from client | 204,524 | 56.76 | 9.42 |
RowCR - row contention | 0 | 0.00 | 0.00 |
RowCR attempts | 0 | 0.00 | 0.00 |
RowCR hits | 0 | 0.00 | 0.00 |
SMON posted for undo segment recovery | 0 | 0.00 | 0.00 |
SMON posted for undo segment shrink | 0 | 0.00 | 0.00 |
SQL*Net roundtrips to/from client | 204,526 | 56.76 | 9.42 |
SQL*Net roundtrips to/from dblink | 17 | 0.00 | 0.00 |
active txn count during cleanout | 318 | 0.09 | 0.01 |
application wait time | 0 | 0.00 | 0.00 |
background checkpoints completed | 0 | 0.00 | 0.00 |
background checkpoints started | 0 | 0.00 | 0.00 |
background timeouts | 20,731 | 5.75 | 0.95 |
branch node splits | 0 | 0.00 | 0.00 |
buffer is not pinned count | 685,565,277 | 190,270.69 | 31,575.41 |
buffer is pinned count | 227,891,564 | 63,248.66 | 10,496.11 |
bytes received via SQL*Net from client | 23,285,179 | 6,462.53 | 1,072.46 |
bytes received via SQL*Net from dblink | 10,606 | 2.94 | 0.49 |
bytes sent via SQL*Net to client | 29,581,769 | 8,210.08 | 1,362.46 |
bytes sent via SQL*Net to dblink | 5,384 | 1.49 | 0.25 |
calls to get snapshot scn: kcmgss | 196,254 | 54.47 | 9.04 |
calls to kcmgas | 33,620 | 9.33 | 1.55 |
calls to kcmgcs | 58,470 | 16.23 | 2.69 |
cell physical IO interconnect bytes | 178,150,400 | 49,443.58 | 8,205.16 |
change write time | 72 | 0.02 | 0.00 |
cleanout - number of ktugct calls | 335 | 0.09 | 0.02 |
cleanouts and rollbacks - consistent read gets | 255 | 0.07 | 0.01 |
cleanouts only - consistent read gets | 20 | 0.01 | 0.00 |
cluster key scan block gets | 84 | 0.02 | 0.00 |
cluster key scans | 65 | 0.02 | 0.00 |
commit batch performed | 1 | 0.00 | 0.00 |
commit batch requested | 1 | 0.00 | 0.00 |
commit batch/immediate performed | 3 | 0.00 | 0.00 |
commit batch/immediate requested | 3 | 0.00 | 0.00 |
commit cleanout failures: block lost | 0 | 0.00 | 0.00 |
commit cleanout failures: buffer being written | 0 | 0.00 | 0.00 |
commit cleanout failures: callback failure | 6 | 0.00 | 0.00 |
commit cleanout failures: cannot pin | 0 | 0.00 | 0.00 |
commit cleanouts | 24,673 | 6.85 | 1.14 |
commit cleanouts successfully completed | 24,667 | 6.85 | 1.14 |
commit immediate performed | 2 | 0.00 | 0.00 |
commit immediate requested | 2 | 0.00 | 0.00 |
commit txn count during cleanout | 55 | 0.02 | 0.00 |
concurrency wait time | 49 | 0.01 | 0.00 |
consistent changes | 3,836 | 1.06 | 0.18 |
consistent gets | 1,316,328,503 | 365,331.71 | 60,626.77 |
consistent gets - examination | 57,079,829 | 15,841.84 | 2,628.95 |
consistent gets direct | 0 | 0.00 | 0.00 |
consistent gets from cache | 1,316,328,526 | 365,331.71 | 60,626.77 |
consistent gets from cache (fastpath) | 1,259,193,245 | 349,474.48 | 57,995.27 |
cursor authentications | 6 | 0.00 | 0.00 |
data blocks consistent reads - undo records applied | 3,825 | 1.06 | 0.18 |
db block changes | 108,824 | 30.20 | 5.01 |
db block gets | 114,725 | 31.84 | 5.28 |
db block gets direct | 9 | 0.00 | 0.00 |
db block gets from cache | 114,716 | 31.84 | 5.28 |
db block gets from cache (fastpath) | 8,402 | 2.33 | 0.39 |
deferred (CURRENT) block cleanout applications | 8,191 | 2.27 | 0.38 |
enqueue conversions | 4,171 | 1.16 | 0.19 |
enqueue releases | 68,543 | 19.02 | 3.16 |
enqueue requests | 68,559 | 19.03 | 3.16 |
enqueue timeouts | 1 | 0.00 | 0.00 |
enqueue waits | 0 | 0.00 | 0.00 |
execute count | 168,819 | 46.85 | 7.78 |
failed probes on index block reclamation | 0 | 0.00 | 0.00 |
file io service time | 0 | 0.00 | 0.00 |
file io wait time | 1,001,332 | 277.91 | 46.12 |
free buffer inspected | 0 | 0.00 | 0.00 |
free buffer requested | 13,412 | 3.72 | 0.62 |
heap block compress | 313 | 0.09 | 0.01 |
immediate (CR) block cleanout applications | 275 | 0.08 | 0.01 |
immediate (CURRENT) block cleanout applications | 1,235 | 0.34 | 0.06 |
in call idle wait time | 7,875,005 | 2,185.62 | 362.70 |
index crx upgrade (positioned) | 0 | 0.00 | 0.00 |
index crx upgrade (prefetch) | 0 | 0.00 | 0.00 |
index fast full scans (full) | 1,398 | 0.39 | 0.06 |
index fetch by key | 2,194 | 0.61 | 0.10 |
index scans kdiixs1 | 684,572,909 | 189,995.27 | 31,529.70 |
leaf node 90-10 splits | 25 | 0.01 | 0.00 |
leaf node splits | 30 | 0.01 | 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 | 10,784,303,702,016 | 2,993,058,404.35 | 496,697,849.21 |
logons cumulative | 29 | 0.01 | 0.00 |
max cf enq hold time | 0 | 0.00 | 0.00 |
messages received | 23,366 | 6.48 | 1.08 |
messages sent | 23,366 | 6.48 | 1.08 |
min active SCN optimization applied on CR | 0 | 0.00 | 0.00 |
no buffer to keep pinned count | 321,152 | 89.13 | 14.79 |
no work - consistent read gets | 1,259,156,828 | 349,464.37 | 57,993.59 |
non-idle wait count | 277,675 | 77.07 | 12.79 |
non-idle wait time | 5,722 | 1.59 | 0.26 |
opened cursors cumulative | 3,498 | 0.97 | 0.16 |
parse count (describe) | 0 | 0.00 | 0.00 |
parse count (failures) | 0 | 0.00 | 0.00 |
parse count (hard) | 20 | 0.01 | 0.00 |
parse count (total) | 595 | 0.17 | 0.03 |
parse time cpu | 8 | 0.00 | 0.00 |
parse time elapsed | 23 | 0.01 | 0.00 |
physical read IO requests | 0 | 0.00 | 0.00 |
physical read bytes | 0 | 0.00 | 0.00 |
physical read total IO requests | 2,778 | 0.77 | 0.13 |
physical read total bytes | 45,391,872 | 12,597.99 | 2,090.64 |
physical read total multi block requests | 0 | 0.00 | 0.00 |
physical reads | 0 | 0.00 | 0.00 |
physical reads cache | 0 | 0.00 | 0.00 |
physical reads cache prefetch | 0 | 0.00 | 0.00 |
physical reads direct | 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 | 1,192 | 0.33 | 0.05 |
physical write bytes | 17,047,552 | 4,731.35 | 785.17 |
physical write total IO requests | 48,669 | 13.51 | 2.24 |
physical write total bytes | 132,758,528 | 36,845.59 | 6,114.52 |
physical write total multi block requests | 43 | 0.01 | 0.00 |
physical writes | 2,081 | 0.58 | 0.10 |
physical writes direct | 9 | 0.00 | 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 | 2,072 | 0.58 | 0.10 |
physical writes non checkpoint | 841 | 0.23 | 0.04 |
pinned cursors current | 1 | 0.00 | 0.00 |
prefetch clients - default | 0 | 0.00 | 0.00 |
prefetch warmup blocks flushed out before use | 0 | 0.00 | 0.00 |
process last non-idle time | 2,397 | 0.67 | 0.11 |
queries parallelized | 0 | 0.00 | 0.00 |
recursive aborts on index block reclamation | 0 | 0.00 | 0.00 |
recursive calls | 67,149 | 18.64 | 3.09 |
recursive cpu usage | 2,410 | 0.67 | 0.11 |
redo blocks checksummed by FG (exclusive) | 2,996 | 0.83 | 0.14 |
redo blocks written | 51,607 | 14.32 | 2.38 |
redo buffer allocation retries | 0 | 0.00 | 0.00 |
redo entries | 33,123 | 9.19 | 1.53 |
redo log space requests | 0 | 0.00 | 0.00 |
redo log space wait time | 0 | 0.00 | 0.00 |
redo ordering marks | 12 | 0.00 | 0.00 |
redo size | 17,462,732 | 4,846.58 | 804.29 |
redo size for direct writes | 96 | 0.03 | 0.00 |
redo subscn max counts | 423 | 0.12 | 0.02 |
redo synch long waits | 62 | 0.02 | 0.00 |
redo synch time | 3,002 | 0.83 | 0.14 |
redo synch time (usec) | 30,036,214 | 8,336.20 | 1,383.39 |
redo synch writes | 21,716 | 6.03 | 1.00 |
redo wastage | 8,143,244 | 2,260.06 | 375.06 |
redo write time | 2,017 | 0.56 | 0.09 |
redo writes | 21,814 | 6.05 | 1.00 |
rollback changes - undo records applied | 0 | 0.00 | 0.00 |
rollbacks only - consistent read gets | 1 | 0.00 | 0.00 |
root node splits | 0 | 0.00 | 0.00 |
rows fetched via callback | 583 | 0.16 | 0.03 |
session connect time | 0 | 0.00 | 0.00 |
session cursor cache hits | 7,333 | 2.04 | 0.34 |
session logical reads | 1,316,441,983 | 365,363.20 | 60,632.00 |
shared hash latch upgrades - no wait | 43,070 | 11.95 | 1.98 |
shared hash latch upgrades - wait | 0 | 0.00 | 0.00 |
sorts (memory) | 89,494 | 24.84 | 4.12 |
sorts (rows) | 21,002 | 5.83 | 0.97 |
sql area evicted | 0 | 0.00 | 0.00 |
sql area purged | 0 | 0.00 | 0.00 |
switch current to new buffer | 12,287 | 3.41 | 0.57 |
table fetch by rowid | 114,422,433 | 31,756.62 | 5,270.01 |
table fetch continued row | 0 | 0.00 | 0.00 |
table scan blocks gotten | 1,250,893 | 347.17 | 57.61 |
table scan rows gotten | 108,297,412 | 30,056.69 | 4,987.91 |
table scans (direct read) | 0 | 0.00 | 0.00 |
table scans (long tables) | 0 | 0.00 | 0.00 |
table scans (rowid ranges) | 0 | 0.00 | 0.00 |
table scans (short tables) | 12,133 | 3.37 | 0.56 |
temp space allocated (bytes) | 0 | 0.00 | 0.00 |
total cf enq hold time | 140 | 0.04 | 0.01 |
total number of cf enq holders | 20 | 0.01 | 0.00 |
total number of times SMON posted | 7 | 0.00 | 0.00 |
transaction rollbacks | 1 | 0.00 | 0.00 |
transaction tables consistent read rollbacks | 0 | 0.00 | 0.00 |
transaction tables consistent reads - undo records applied | 0 | 0.00 | 0.00 |
undo change vector size | 6,043,436 | 1,677.29 | 278.35 |
user I/O wait time | 22 | 0.01 | 0.00 |
user calls | 205,252 | 56.97 | 9.45 |
user commits | 21,712 | 6.03 | 1.00 |
user rollbacks | 0 | 0.00 | 0.00 |
workarea executions - optimal | 2,124 | 0.59 | 0.10 |
write clones created in background | 0 | 0.00 | 0.00 |
write clones created in foreground | 0 | 0.00 | 0.00 |
Latch Name | Get Requests | Pct Get Miss | Avg Slps /Miss | Wait Time (s) | NoWait Requests | Pct NoWait Miss |
AQ deq hash table latch | 1 | 0.00 | | 0 | 0 | |
ASM db client latch | 2,399 | 0.00 | | 0 | 0 | |
ASM map operation hash table | 1 | 0.00 | | 0 | 0 | |
ASM network background latch | 1 | 0.00 | | 0 | 0 | |
ASM network state latch | 58 | 0.00 | | 0 | 0 | |
AWR Alerted Metric Element list | 28,590 | 0.00 | | 0 | 0 | |
Change Notification Hash table latch | 1,201 | 0.00 | | 0 | 0 | |
Consistent RBA | 21,818 | 0.00 | | 0 | 0 | |
DML lock allocation | 62,498 | 0.00 | | 0 | 0 | |
Event Group Locks | 56 | 0.00 | | 0 | 0 | |
FOB s.o list latch | 244 | 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 | 106,275 | 0.00 | | 0 | 29,530 | 0.00 |
JS Sh mem access | 7 | 0.00 | | 0 | 0 | |
JS broadcast autostart latch | 1 | 0.00 | | 0 | 0 | |
JS mem alloc latch | 16 | 0.00 | | 0 | 0 | |
JS queue access latch | 17 | 0.00 | | 0 | 0 | |
JS queue state obj latch | 10,212 | 0.00 | | 0 | 0 | |
JS slv state obj latch | 22 | 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 | 1,201 | 0.00 | | 0 | 0 | |
KTF sga latch | 18 | 0.00 | | 0 | 1,207 | 0.00 |
KWQMN job cache list latch | 1 | 0.00 | | 0 | 0 | |
KWQP Prop Status | 2 | 0.00 | | 0 | 0 | |
KWQS pqueue ctx latch | 2 | 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 | 72 | 0.00 |
Memory Management Latch | 1 | 0.00 | | 0 | 1,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 | 40 | 0.00 | | 0 | 0 | |
Mutex | 1 | 0.00 | | 0 | 0 | |
Mutex Stats | 1 | 0.00 | | 0 | 0 | |
OS process | 189 | 0.00 | | 0 | 0 | |
OS process allocation | 7,299 | 0.00 | | 0 | 0 | |
OS process: request allocation | 45 | 0.00 | | 0 | 0 | |
PL/SQL warning settings | 32 | 0.00 | | 0 | 0 | |
PX hash array latch | 1 | 0.00 | | 0 | 0 | |
QMT | 1 | 0.00 | | 0 | 0 | |
Real-time plan statistics latch | 34,213 | 0.00 | | 0 | 0 | |
SGA blob parent | 1 | 0.00 | | 0 | 0 | |
SGA bucket locks | 1 | 0.00 | | 0 | 0 | |
SGA heap locks | 1 | 0.00 | | 0 | 0 | |
SGA pool locks | 1 | 0.00 | | 0 | 0 | |
SQL memory manager latch | 1 | 0.00 | | 0 | 1,199 | 0.00 |
SQL memory manager workarea list latch | 206,787 | 0.00 | | 0 | 0 | |
Shared B-Tree | 135 | 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 | 5,994 | 0.03 | 0.00 | 0 | 0 | |
active service list | 4,066 | 0.02 | 0.00 | 0 | 1,796 | 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 | 8 | 0.00 | | 0 | 0 | |
cache buffers chains | 2,576,041,770 | 0.00 | 0.00 | 0 | 1,131 | 0.00 |
cache buffers lru chain | 26,669 | 0.00 | | 0 | 15,696 | 0.00 |
call allocation | 164 | 1.22 | 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 | 50 | 0.00 | | 0 | 0 | |
channel operations parent latch | 17,002 | 0.00 | | 0 | 0 | |
checkpoint queue latch | 810,700 | 0.00 | | 0 | 2,229 | 0.00 |
client/application info | 80 | 0.00 | | 0 | 0 | |
compile environment latch | 29 | 0.00 | | 0 | 0 | |
corrupted undo seg latch | 1 | 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 | 58 | 0.00 | | 0 | 0 | |
cvmap freelist lock | 1 | 0.00 | | 0 | 0 | |
deferred cleanup latch | 58 | 0.00 | | 0 | 0 | |
dml lock allocation | 58 | 0.00 | | 0 | 0 | |
done queue latch | 1 | 0.00 | | 0 | 0 | |
dummy allocation | 52 | 0.00 | | 0 | 0 | |
enqueue freelist latch | 1 | 0.00 | | 0 | 30,614 | 0.00 |
enqueue hash chains | 141,240 | 0.01 | 0.00 | 0 | 0 | |
enqueues | 2 | 0.00 | | 0 | 0 | |
fifth spare latch | 1 | 0.00 | | 0 | 0 | |
file cache latch | 212 | 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 | 5 | 0.00 | | 0 | 0 | |
global ctx hash table latch | 1 | 0.00 | | 0 | 0 | |
global tx hash mapping | 2,909 | 0.00 | | 0 | 0 | |
granule operation | 1 | 0.00 | | 0 | 0 | |
hash table column usage latch | 54 | 0.00 | | 0 | 129 | 0.00 |
hash table modification latch | 88 | 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 | 5 | 0.00 | | 0 | 3 | 0.00 |
job_queue_processes free list latch | 12 | 0.00 | | 0 | 0 | |
job_queue_processes parameter latch | 369 | 0.00 | | 0 | 0 | |
k2q lock allocation | 1 | 0.00 | | 0 | 0 | |
kcfis latch | 41 | 0.00 | | 0 | 0 | |
kdlx hb parent latch | 1 | 0.00 | | 0 | 0 | |
kgb parent | 1 | 0.00 | | 0 | 0 | |
kgnfs mount latch | 1 | 0.00 | | 0 | 0 | |
kokc descriptor allocation latch | 4 | 0.00 | | 0 | 0 | |
ksfv messages | 1 | 0.00 | | 0 | 0 | |
ksim group membership cache | 1 | 0.00 | | 0 | 0 | |
kss move lock | 33 | 0.00 | | 0 | 0 | |
ksuosstats global area | 363 | 0.00 | | 0 | 0 | |
ksv allocation latch | 122 | 0.00 | | 0 | 0 | |
ksv class latch | 65 | 0.00 | | 0 | 0 | |
ksv msg queue latch | 1 | 0.00 | | 0 | 0 | |
ksz_so allocation latch | 45 | 0.00 | | 0 | 0 | |
ktm global data | 61 | 0.00 | | 0 | 0 | |
kwqbsn:qsga | 131 | 0.00 | | 0 | 0 | |
lgwr LWN SCN | 22,143 | 0.00 | | 0 | 0 | |
list of block allocation | 47 | 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 | 13 | 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 | 2 | 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 | 9 | 0.00 | | 0 | 0 | |
messages | 115,448 | 0.02 | 0.00 | 0 | 0 | |
mostly latch-free SCN | 22,311 | 0.33 | 0.00 | 0 | 0 | |
msg queue latch | 1 | 0.00 | | 0 | 0 | |
name-service namespace bucket | 1 | 0.00 | | 0 | 0 | |
ncodef allocation latch | 58 | 0.00 | | 0 | 0 | |
object queue header heap | 48,008 | 0.00 | | 0 | 4 | 0.00 |
object queue header operation | 67,835 | 0.00 | | 0 | 0 | |
object stats modification | 30 | 0.00 | | 0 | 0 | |
parallel query alloc buffer | 961 | 0.00 | | 0 | 0 | |
parallel query stats | 1 | 0.00 | | 0 | 0 | |
parameter list | 28 | 0.00 | | 0 | 0 | |
parameter table management | 128 | 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 | 35,350 | 0.01 | 0.00 | 0 | 23,351 | 0.08 |
process allocation | 66 | 0.00 | | 0 | 26 | 0.00 |
process group creation | 45 | 0.00 | | 0 | 0 | |
process queue | 1 | 0.00 | | 0 | 0 | |
process queue reference | 1 | 0.00 | | 0 | 0 | |
qmn task queue latch | 783 | 0.00 | | 0 | 0 | |
query server freelists | 1 | 0.00 | | 0 | 0 | |
queued dump request | 12 | 0.00 | | 0 | 0 | |
queuing load statistics | 1 | 0.00 | | 0 | 0 | |
recovery domain hash list | 1 | 0.00 | | 0 | 0 | |
redo allocation | 125,170 | 0.03 | 0.00 | 0 | 33,059 | 0.03 |
redo copy | 1 | 0.00 | | 0 | 33,064 | 0.14 |
redo writing | 73,965 | 0.00 | 0.00 | 0 | 0 | |
resmgr group change latch | 299 | 0.00 | | 0 | 0 | |
resmgr:active threads | 66 | 1.52 | 1.00 | 0 | 20 | 0.00 |
resmgr:actses change group | 30 | 0.00 | | 0 | 0 | |
resmgr:actses change state | 2 | 0.00 | | 0 | 0 | |
resmgr:free threads list | 53 | 1.89 | 0.00 | 0 | 0 | |
resmgr:method mem alloc latch | 16 | 0.00 | | 0 | 0 | |
resmgr:plan CPU method | 1 | 0.00 | | 0 | 0 | |
resmgr:resource group CPU method | 495 | 0.00 | | 0 | 0 | |
resmgr:schema config | 376 | 0.00 | | 0 | 1 | 0.00 |
resmgr:session queuing | 1 | 0.00 | | 0 | 0 | |
rm cas latch | 1 | 0.00 | | 0 | 0 | |
row cache objects | 427,930 | 0.01 | 0.00 | 0 | 0 | |
rules engine rule set statistics | 100 | 0.00 | | 0 | 0 | |
second Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
second spare latch | 1 | 0.00 | | 0 | 0 | |
sequence cache | 59 | 0.00 | | 0 | 0 | |
session allocation | 36,736 | 0.00 | | 0 | 36,693 | 0.00 |
session idle bit | 447,154 | 0.01 | 0.00 | 0 | 0 | |
session queue latch | 1 | 0.00 | | 0 | 0 | |
session state list latch | 78 | 0.00 | | 0 | 0 | |
session switching | 194 | 0.00 | | 0 | 0 | |
session timer | 1,201 | 0.00 | | 0 | 0 | |
shared pool | 13,381 | 0.14 | 0.00 | 0 | 0 | |
shared pool sim alloc | 3 | 0.00 | | 0 | 0 | |
shared pool simulator | 36 | 0.00 | | 0 | 0 | |
sim partition latch | 1 | 0.00 | | 0 | 0 | |
simulator hash latch | 250,550 | 0.00 | | 0 | 0 | |
simulator lru latch | 1,216 | 0.00 | | 0 | 249,228 | 0.00 |
sort extent pool | 98 | 0.00 | | 0 | 0 | |
space background state object latch | 10 | 0.00 | | 0 | 0 | |
space background task latch | 4,447 | 0.02 | 0.00 | 0 | 2,408 | 0.00 |
state object free list | 2 | 0.00 | | 0 | 0 | |
statistics aggregation | 336 | 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 | 179 | 0.00 | | 0 | 0 | |
transaction allocation | 496 | 0.00 | | 0 | 0 | |
transaction branch allocation | 3,900 | 0.00 | | 0 | 0 | |
undo global data | 111,301 | 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 | |