SQL Id | SQL Text |
05uqdabhzncdc | select role# from defrole$ d, user$ u where d.user#=:1 and u.user#=d.user# and u.defrole=2 union select privilege# from sysauth$ s, user$ u where (grantee#=:1 or grantee#=1) and privilege#>0 and not exists (select null from defrole$ where user#=:1 and role#=s.privilege#) and u.user#=:1 and u.defrole=3 |
0f0zjv1c0rq3q | INSERT INTO CDRDBUSER.HD4G_COCCONDITIONS_TB (COCC_DATE, COCC_LOCAL_SEQ_NR, COCC_LINE_NR, COCC_REQ_QOS_INFO, COCC_NEG_QOS_INFO, COCC_UPL, COCC_DOWNL, COCC_CHNG_CONDITION, COCC_CHANGE_DATE, COCC_FAIL_HANDL_CONTIN, COCC_MCC, COCC_MNC, COCC_QCI, COCC_MAXREQ_BANDW_UPL, COCC_MAXREQ_BANDW_DOWNL, COCC_GUAR_BIT_UPL, COCC_GUAR_BIT_DOWNL, COCC_ARP, COCC_APN_AGGR_MAXBIT_UPL, COCC_APN_AGGR_MAXBIT_DOWNL, COCC_MCC2, COCC_MNC2, COCC_TAC, COCC_E_CELL_ID, COCC_GW_ADDRESS) VALUES (CAST(TO_TIMESTAMP(:COCC_DATE, 'rrmmdd hh24miss') AS DATE) , :COCC_LOCAL_SEQ_NR, :COCC_LINE_NR, :COCC_REQ_QOS_INFO, :COCC_NEG_QOS_INFO, :COCC_UPL, :COCC_DOWNL, :COCC_CHNG_CONDITION, CAST(TO_TIMESTAMP(:COCC_CHANGE_DATE, 'rrmmdd hh24miss') AS DATE) , :COCC_FAIL_HANDL_CONTIN, :COCC_MCC, :COCC_MNC, :COCC_QCI, :COCC_MAXREQ_BANDW_UPL, :COCC_MAXREQ_BANDW_DOWNL, :COCC_GUAR_BIT_UPL, :COCC_GUAR_BIT_DOWNL, :COCC_ARP, :COCC_APN_AGGR_MAXBIT_UPL, :COCC_APN_AGGR_MAXBIT_DOWNL, :COCC_MCC2, :COCC_MNC2, :COCC_TAC, :COCC_E_CELL_ID, :COCC_GW_ADDRESS) |
0nakmm882vmq0 | select /* QOSH:DROP_STAT_HIST_PARTS */ partition_name, high_value from (select partition_name, high_value, rownum rn from (select PARTITION_NAME, HIGH_VALUE from dba_tab_partitions where table_name = :1 and table_owner = 'SYS' and partition_name <> 'P_PERMANENT' order by partition_position asc)) v where rn < :2 |
1abbtfgtkqj15 | SELECT RESULTS FROM SYS.LOADER_DB_OPEN_READ_WRITE |
2ajc7pwz9jsx3 | select max(scn) from smon_scn_time |
2p9fv35c7zxtg | select /* KSXM:LOAD_DML_INF *//*+ leading(o) index(m) use_nl(m) */ nvl(m.inserts, 0) ins, nvl(m.updates, 0) upd, nvl(m.deletes, 0) del, nvl(m.drop_segments, 0) dropseg, nvl(m.flags, 0) flags, nvl(rowcnt, 0) rowcnt, o.pobjn pobjn from (select :objn objn, 0 pobjn, rowcnt from tab$ t where t.obj# = :objn union all select :objn objn, tp.bo# pobjn, rowcnt from tabpart$ tp where tp.obj# = :objn union all select :objn objn, tcp.bo# pobjn, rowcnt from tabcompart$ tcp where tcp.obj# = :objn union all select :objn objn, tsp.pobj# pobjn, rowcnt from tabsubpart$ tsp where tsp.obj# = :objn) o, sys.mon_mods_all$ m where o.objn = m.obj#(+) and rownum < 2 |
32vhwk4a4fh6z | INSERT INTO CDRDBUSER.HD4G_SERVDATA_TB (SERVD_ORIG_DATE, SERVD_LOCAL_SEQ_NR, SERVD_LINE_NR, SERVD_RATING_GRP, SERVD_CHARG_RULE, SERVD_RESULT, SERVD_FIRST_USED, SERVD_LAST_USED, SERVD_CHNG_CONDIT, SERVD_NEG_QOS, SERVD_SGSN_ADDR, SERVD_SGSN_PLMNID_MCC, SERVD_SGSN_PLMNID_MNC, SERVD_FBC_UPL, SERVD_FBC_DOWNL, SERVD_REPORT_TIME, SERVD_RATTYPE, SERVD_FAIL_HANDL_CONTIN, SERVD_IDENTIFIER, SERVD_PLMNID_MCC, SERVD_PLMNID_MNC, SERVD_LOCATION, SERVD_CELL_ID, SERVD_TIME_QUOTA_TYPE, SERVD_BASETIME_INTERVAL, SERVD_PS_FREEF_DATA, SERVD_PSFFD_APP_IND, SERVD_NROFEVENTS, SERVD_PLMNID_MCC2, SERVD_PLMNID_MNC2, SERVD_DET_LOC_SEQ_NR, SERVD_USAGE_TIME, SERVD_GW_ADDRESS) VALUES (CAST(TO_TIMESTAMP(:SERVD_ORIG_DATE, 'rrmmdd hh24miss') AS DATE) , :SERVD_LOCAL_SEQ_NR, :SERVD_LINE_NR, :SERVD_RATING_GRP, :SERVD_CHARG_RULE, :SERVD_RESULT, CAST(TO_TIMESTAMP(:SERVD_FIRST_USED, 'rrmmdd hh24miss') AS DATE) , CAST(TO_TIMESTAMP(:SERVD_LAST_USED, 'rrmmdd hh24miss') AS DATE) , :SERVD_CHNG_CONDIT, :SERVD_NEG_QOS, :SERVD_SGSN_ADDR, :SERVD_SGSN_PLMNID_MCC, :SERVD_SGSN_PLMNID_MNC, :SERVD_FBC_UPL, :SERVD_FBC_DOWNL, CAST(TO_TIMESTAMP(:SERVD_REPORT_TIME, 'rrmmdd hh24miss') AS DATE) , :SERVD_RATTYPE, :SERVD_FAIL_HANDL_CONTIN, :SERVD_IDENTIFIER, :SERVD_PLMNID_MCC, :SERVD_PLMNID_MNC, :SERVD_LOCATION, :SERVD_CELL_ID, :SERVD_TIME_QUOTA_TYPE, :SERVD_BASETIME_INTERVAL, :SERVD_PS_FREEF_DATA, :SERVD_PSFFD_APP_IND, :SERVD_NROFEVENTS, :SERVD_PLMNID_MCC2, :SERVD_PLMNID_MNC2, :SERVD_DET_LOC_SEQ_NR, :SERVD_USAGE_TIME, :SERVD_GW_ADDRESS) |
3dbzmtf9ahvzt | merge /* KSXM:OPTIM_DML_INF */ into sys.mon_mods_all$ m using dual on (m.obj# = :objn and (:pobjn = 0 or m.obj# = :pobjn or m.obj# in (select obj# from tabpart$ where bo# = :pobjn and obj# = :objn union all select obj# from tabcompart$ where bo# = :pobjn and obj# = :objn union all select tsp.obj# from tabsubpart$ tsp, tabcompart$ tcp where tsp.pobj# = tcp.obj# and (tcp.bo# = :pobjn or tcp.obj# = :pobjn) and tsp.obj# = :objn))) when matched then update set inserts = decode(:reset, 1, 0, inserts) + :ins, updates = decode(:reset, 1, 0, updates) + :upd, deletes = decode(:reset, 1, 0, deletes) + :del, flags = decode(:reset, 1, 0, flags - bitand(flags, :flag)) + :flag, drop_segments = decode(:reset, 1, 0, drop_segments) + :dropseg, timestamp = :time when NOT matched then insert (obj#, inserts, updates, deletes, timestamp, flags, drop_segments) values (:objn, :ins, :upd, :del, :time, :flag, :dropseg) where :ins != 0 or :upd != 0 or :del != 0 or :flag != 0 or :dropseg !=0 |
5dqz0hqtp9fru | select /*+ connect_by_filtering index(sysauth$ i_sysauth1) */ privilege#, bitand(nvl(option$, 0), 72), grantee#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
6an16x3f6ducn | select count(*) from sys.all_tables at, sys.all_part_tables apt where at.owner = apt.owner and at.table_name = apt.table_name and at.sharded = 'Y' and apt.partition_count = 1 and at.owner = :1 and at.table_name = :2 |
6csvyhgf6b0s5 | SELECT COLNAME FROM SYS.LOADER_COL_FLAGS WHERE TABLE_OWNER = :1 AND TABLE_NAME = :2 AND ISVIRTUAL = 'YES' |
7ac05552jb0v9 | SELECT 'X' FROM SYS.LOADER_PART_INFO WHERE TNAME = :1 AND OWNER = :2 AND PARTTYPE = 3 |
85zarqwvf599k | INSERT INTO CDRDBUSER.HD4G_TB (RECORD_TYPE, RECORD_TYPE_DESCR, OPEN_DATE, IMSI_NR, IMEI_NR, MSISDN_NR, DURATION, LOCAL_SEQ_NR, RECORD_SEQ_NR, CELL_ID, LOCATION_AREA, GW_PLMNID_MCC, GW_PLMNID_MNC, SERV_NODE_PLMNID_MCC, SERV_NODE_PLMNID_MNC, CELL_PLMNID_MCC, CELL_PLMNID_MNC, CELL_PLMNID_MCC2, CELL_PLMNID_MNC2, CELL_PLMNID_TAC, E_CELL_ID, CHARGING_ID, NODE_ID, APN_SELECTION_MODE, CHARGE_CHARACTERISTICS, CH_SELECTION_MODE, APN_NI, APN_OI, PDP_TYPE, PDP_ADDRESS, RAT_TYPE, CONN_ID, DYNAM_ADDRESS_FLAG, GW_ADDRESS, PDP_PDN_ADDRESS_EXT, SERV_NODE_ADDRESS1, SERV_NODE_ADDRESS2, SERV_NODE_ADDRESS3, SERV_NODE_ADDRESS4, SERV_NODE_ADDRESS5, SERV_NODE_TYPE1, SERV_NODE_TYPE2, SERV_NODE_TYPE3, SERV_NODE_TYPE4, SERV_NODE_TYPE5, CAUSE_FOR_REC_CLOSE, DIAGNOSTICS, EXT_CHARGE_ID, MS_TIMEZONE, START_DATE, STOP_DATE, NETWORK_INIT, SGSNADDRESS1, SGSNADDRESS2, SGSNADDRESS3, SGSNADDRESS4, SGSNADDRESS5, MS_NETWORK_CAPABILITY, ROUTING_AREA, GGSNADDRESS, SGSNCHANGE, IMSI_SIGNAL_CONTEXT, CAMEL_APN_NI, CAMEL_APN_OI, CAMEL_CALLING_NR, CAMEL_DEST_NR, CAMEL_SMSC, CAMEL_SCFADDRESS, CAMEL_SERV_KEY, CAMEL_DEF_HANDL, CAMEL_FREEF_DATA, CAMEL_FFD_APPEND_IND, CAMEL_LEVEL_SERV, CAMEL_NR_DP, CAMEL_REF_NR, RNC_UNSENT_DOWNLINK, SGSN_PLMNID_MCC, SGSN_PLMNID_MNC, PS_FREEF_DATA, PSFFD_APPEND_IND, FILE_NAME, IMEI_14, SERVED_MNNAI, MOB_EQUIPM_ID, TGPP2_PLMNID_MCC, TGPP2_PLMNID_MNC, TGPP2_PLMNID_MCC2, TGPP2_PLMNID_MNC2, TGPP2_PLMNID_TAC, TGPP2_PLMNID_CELLID, DYNAM_ADDRESS_FLAG_EXT) VALUES (:RECORD_TYPE, :RECORD_TYPE_DESCR, CAST(TO_TIMESTAMP(:OPEN_DATE, 'rrmmdd hh24miss') AS DATE) , :IMSI_NR, :IMEI_NR, :MSISDN_NR, :DURATION, :LOCAL_SEQ_NR, :RECORD_SEQ_NR, :CELL_ID, :LOCATION_AREA, :GW_PLMNID_MCC, :GW_PLMNID_MNC, :SERV_NODE_PLMNID_MCC, :SERV_NODE_PLMNID_MNC, :CELL_PLMNID_MCC, :CELL_PLMNID_MNC, :CELL_PLMNID_MCC2, :CELL_PLMNID_MNC2, :CELL_PLMNID_TAC, :E_CELL_ID, :CHARGING_ID, :NODE_ID, :APN_SELECTION_MODE, :CHARGE_CHARACTERISTICS, :CH_SELECTION_MODE, :APN_NI, :APN_OI, :PDP_TYPE, :PDP_ADDRESS, :RAT_TYPE, :CONN_ID, :DYNAM_ADDRESS_FLAG, :GW_ADDRESS, :PDP_PDN_ADDRESS_EXT, :SERV_NODE_ADDRESS1, :SERV_NODE_ADDRESS2, :SERV_NODE_ADDRESS3, :SERV_NODE_ADDRESS4, :SERV_NODE_ADDRESS5, :SERV_NODE_TYPE1, :SERV_NODE_TYPE2, :SERV_NODE_TYPE3, :SERV_NODE_TYPE4, :SERV_NODE_TYPE5, :CAUSE_FOR_REC_CLOSE, :DIAGNOSTICS, :EXT_CHARGE_ID, :MS_TIMEZONE, :START_DATE, :STOP_DATE, :NETWORK_INIT, :SGSNADDRESS1, :SGSNADDRESS2, :SGSNADDRESS3, :SGSNADDRESS4, :SGSNADDRESS5, :MS_NETWORK_CAPABILITY, :ROUTING_AREA, :GGSNADDRESS, :SGSNCHANGE, :IMSI_SIGNAL_CONTEXT, :CAMEL_APN_NI, :CAMEL_APN_OI, :CAMEL_CALLING_NR, :CAMEL_DEST_NR, :CAMEL_SMSC, :CAMEL_SCFADDRESS, :CAMEL_SERV_KEY, :CAMEL_DEF_HANDL, :CAMEL_FREEF_DATA, :CAMEL_FFD_APPEND_IND, :CAMEL_LEVEL_SERV, :CAMEL_NR_DP, :CAMEL_REF_NR, :RNC_UNSENT_DOWNLINK, :SGSN_PLMNID_MCC, :SGSN_PLMNID_MNC, :PS_FREEF_DATA, :PSFFD_APPEND_IND, :FILE_NAME, :IMEI_14, :SERVED_MNNAI, :MOB_EQUIPM_ID, :TGPP2_PLMNID_MCC, :TGPP2_PLMNID_MNC, :TGPP2_PLMNID_MCC2, :TGPP2_PLMNID_MNC2, :TGPP2_PLMNID_TAC, :TGPP2_PLMNID_CELLID, :DYNAM_ADDRESS_FLAG_EXT) |
865qwpcdyggkk | select spare6 from user$ where user#=:1 |
8uc59s4afypr0 | SELECT COLUMN_NAME FROM SYS.LOADER_LOB_INDEX_COL WHERE TABLE_OWNER = :1 AND TABLE_NAME = :2 |
9xhc0db70kgyq | select '''' || SYS_CONTEXT('USERENV', 'CON_ID') || '''' from sys.dual |
9zg9qd9bm4spu | update user$ set spare6=DECODE(to_char(:2, 'YYYY-MM-DD'), '0000-00-00', to_date(NULL), :2) where user#=:1 |
ajkubg7upg9pu | update /* KSXM:TIME_UPD */ optstat_hist_control$ set sval2 = systimestamp where sname = :param_name |
b9nbhsbx8tqz5 | SELECT /*+ OPT_PARAM('_parallel_syspls_obey_force' 'false') */ SPARE4 FROM SYS.OPTSTAT_HIST_CONTROL$ WHERE SNAME = :B1 |
bd13sdj0ty0q4 | SELECT 'X' FROM SYS.ALL_OBJECTS WHERE OBJECT_NAME = :1 AND OWNER = :2 AND OBJECT_TYPE = 'TABLE' |
c8h20n1d0k95m | select /*+ no_parallel */ spare4 from sys.optstat_hist_control$ where sname=:1 |
cf960s7s4nvb5 | SELECT /*+ NO_STATEMENT_QUEUING RESULT_CACHE (SYSOBJ=TRUE) OPT_PARAM('_ENABLE_VIEW_PDB', 'FALSE') */ "OWNER", "OWNERID", "CONSTRAINT_NAME", "CONSTRAINT_TYPE", "TABLE_NAME", "OBJECT_ID", "OBJECT_TYPE#", "STATUS", "ORIGIN_CON_ID" FROM NO_CROSS_CONTAINER("SYS"."INT$INT$DBA_CONSTRAINTS") "INT$INT$DBA_CONSTRAINTS" WHERE "INT$INT$DBA_CONSTRAINTS"."CONSTRAINT_TYPE"='C' AND "INT$INT$DBA_CONSTRAINTS"."OWNER"=:1 AND "INT$INT$DBA_CONSTRAINTS"."TABLE_NAME"=:2 AND "INT$INT$DBA_CONSTRAINTS"."STATUS"='ENABLED' AND ("INT$INT$DBA_CONSTRAINTS"."OBJECT_TYPE#"=4 OR "INT$INT$DBA_CONSTRAINTS"."OBJECT_TYPE#"=2 AND "INT$INT$DBA_CONSTRAINTS"."ORIGIN_CON_ID"=TO_NUMBER('3')) |
d9q2q82g1tuzx | select decode(upper(failover_method), NULL, 0 , 'BASIC', 1, 'PRECONNECT', 2 , 'PREPARSE', 4 , 0), decode(upper(failover_type), NULL, 1, 'NONE', 1, 'SESSION', 2, 'SELECT', 4, 'TRANSACTION', 8, 'AUTO' , 32, 1 ), failover_retries, failover_delay, flags, nvl(replay_initiation_timeout, 900), decode(upper(session_state_consistency), 'STATIC', 16, 0), failover_restore from sys.service$ where name = :1 |
f0h5rpzmhju11 | select SYS_CONTEXT('USERENV', 'SERVER_HOST'), SYS_CONTEXT('USERENV', 'DB_UNIQUE_NAME'), SYS_CONTEXT('USERENV', 'INSTANCE_NAME'), SYS_CONTEXT('USERENV', 'INSTANCE'), STARTUP_TIME, SYS_CONTEXT('USERENV', 'DB_DOMAIN'), SYS_CONTEXT('USERENV', 'SERVICE_NAME') from v$instance |
f705bwx3q0ydq | select count(*) from dba_autotask_window_clients c, (select window_name, max(log_date) max_log_date from dba_scheduler_window_log where operation = 'OPEN' group by window_name) wo, (select window_name, max(log_date) max_log_date from dba_scheduler_window_log where operation = 'CLOSE' group by window_name) wc where c.window_name = wo.window_name and c.optimizer_stats = 'ENABLED' and wo.window_name = wc.window_name and wo.max_log_date < wc.max_log_date and wc.window_name not in (select h.window_name from dba_autotask_job_history h where h.client_name = 'auto optimizer stats collection' and h.job_start_time between wo.max_log_date and wc.max_log_date) |
fd4b9db6ju2ck | SELECT C.COLUMN_NAME FROM SYS.ALL_CONSTRAINTS A, SYS.ALL_CONS_COLUMNS C, SYS.ALL_TAB_COLS T WHERE A.CONSTRAINT_NAME = C.CONSTRAINT_NAME AND A.CONSTRAINT_TYPE = 'C' AND A.OWNER = C.OWNER AND A.OWNER = T.OWNER AND A.OWNER = :1 AND A.TABLE_NAME = C.TABLE_NAME AND A.TABLE_NAME = :2 AND A.TABLE_NAME = T.TABLE_NAME AND T.QUALIFIED_COL_NAME = C.COLUMN_NAME AND T.DATA_TYPE IN ('CLOB', 'BLOB', 'NCLOB') AND A.STATUS = 'ENABLED' |
Statistic | Total | per Second | per Trans |
ASSM cbk:blocks examined | 6,314,914 | 584.46 | 24.22 |
ASSM cbk:blocks marked full | 3,076,020 | 284.69 | 11.80 |
ASSM gsp:L1 bitmaps examined | 3,629,353 | 335.91 | 13.92 |
ASSM gsp:L2 bitmap full | 750 | 0.07 | 0.00 |
ASSM gsp:L2 bitmaps examined | 73,624 | 6.81 | 0.28 |
ASSM gsp:Optimized reject DB | 0 | 0.00 | 0.00 |
ASSM gsp:Optimized reject l1 | 0 | 0.00 | 0.00 |
ASSM gsp:Search all | 447 | 0.04 | 0.00 |
ASSM gsp:Search hint | 3,247 | 0.30 | 0.01 |
ASSM gsp:Search steal | 447 | 0.04 | 0.00 |
ASSM gsp:bump HWM | 447 | 0.04 | 0.00 |
ASSM gsp:get free block | 3,238,894 | 299.77 | 12.42 |
ASSM gsp:good hint | 3,170,259 | 293.42 | 12.16 |
ASSM gsp:reject L1 | 0 | 0.00 | 0.00 |
ASSM gsp:reject db | 0 | 0.00 | 0.00 |
ASSM rsv:alloc from reserve | 0 | 0.00 | 0.00 |
ASSM rsv:alloc from reserve succ | 0 | 0.00 | 0.00 |
ASSM rsv:clear reserve | 0 | 0.00 | 0.00 |
ASSM rsv:fill reserve | 0 | 0.00 | 0.00 |
ASSM wasted db state change | 0 | 0.00 | 0.00 |
Batched IO (bound) 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 | 307,131 | 28.43 | 1.18 |
CCursor + sql area evicted | 0 | 0.00 | 0.00 |
CPU used by this session | 487,088 | 45.08 | 1.87 |
CPU used when call started | 487,119 | 45.08 | 1.87 |
CR blocks created | 9,613 | 0.89 | 0.04 |
Cached Commit SCN referenced | 0 | 0.00 | 0.00 |
Client Advertised Receive Window | 120,435 | 11.15 | 0.46 |
Client Advertised Send Window | 120,435 | 11.15 | 0.46 |
Client Path Maximum Transmission Unit(MTU) | 1,127,529,675 | 104,356.21 | 4,323.81 |
Client Send Congestion Window | 172,050 | 15.92 | 0.66 |
Client Time (usec) Last Ack Received | 3,492 | 0.32 | 0.01 |
Client Time (usec) Last Data Received | 3,493 | 0.32 | 0.01 |
Client Time (usec) Last Data Sent | 3,911 | 0.36 | 0.01 |
Client Time (usec) Round Trip Time | 38,627,138 | 3,575.06 | 148.13 |
Client Time (usec) Round Trip Time Variance | 55,497,527 | 5,136.46 | 212.82 |
Client Total Bytes Acked | 18,202,220,128 | 1,684,669.31 | 69,801.28 |
Client Total Bytes Received | 332,938,249 | 30,814.42 | 1,276.74 |
Commit SCN cached | 0 | 0.00 | 0.00 |
DFO trees parallelized | 17,205 | 1.59 | 0.07 |
DML statements retried | 0 | 0.00 | 0.00 |
Effective IO time | 0 | 0.00 | 0.00 |
HSC Heap Segment Block Changes | 4,309,959 | 398.90 | 16.53 |
Heap Segment Array Inserts | 4,292,713 | 397.30 | 16.46 |
Heap Segment Array Updates | 9,671 | 0.90 | 0.04 |
Heatmap BlkLevel Flushed | 0 | 0.00 | 0.00 |
Heatmap BlkLevel Flushed to BF | 0 | 0.00 | 0.00 |
Heatmap BlkLevel Ranges Flushed | 0 | 0.00 | 0.00 |
Heatmap Blklevel Flush Task Count | 0 | 0.00 | 0.00 |
IMU Flushes | 260,201 | 24.08 | 1.00 |
IMU Redo allocation size | 3,762,103,532 | 348,193.81 | 14,426.79 |
IMU commits | 273 | 0.03 | 0.00 |
IMU contention | 1 | 0.00 | 0.00 |
IMU ktichg flush | 12,232 | 1.13 | 0.05 |
IMU pool not allocated | 299 | 0.03 | 0.00 |
IMU recursive-transaction flush | 2 | 0.00 | 0.00 |
IMU undo allocation size | 272,533,200 | 25,223.75 | 1,045.10 |
IMU- failed to get a private strand | 299 | 0.03 | 0.00 |
KTFB alloc req | 616 | 0.06 | 0.00 |
KTFB alloc space (block) | 28,900,851,712 | 2,674,859.30 | 110,828.05 |
KTFB alloc time (ms) | 83,330 | 7.71 | 0.32 |
KTFB apply req | 169 | 0.02 | 0.00 |
KTFB apply time (ms) | 2,961 | 0.27 | 0.01 |
KTFB commit req | 0 | 0.00 | 0.00 |
KTFB commit time (ms) | 0 | 0.00 | 0.00 |
KTFB free req | 0 | 0.00 | 0.00 |
KTFB free space (block) | 0 | 0.00 | 0.00 |
KTFB free time (ms) | 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 | 378,510 | 35.03 | 1.45 |
PX local messages sent | 378,510 | 35.03 | 1.45 |
Parallel operations not downgraded | 17,205 | 1.59 | 0.07 |
Requests to/from client | 745,209 | 68.97 | 2.86 |
RowCR - row contention | 0 | 0.00 | 0.00 |
RowCR attempts | 0 | 0.00 | 0.00 |
RowCR hits | 0 | 0.00 | 0.00 |
SQL*Net roundtrips to/from client | 745,209 | 68.97 | 2.86 |
TBS Extension: tasks created | 0 | 0.00 | 0.00 |
active txn count during cleanout | 2,437,437 | 225.59 | 9.35 |
auto extends on undo tablespace | 0 | 0.00 | 0.00 |
blocks cleaned out using minact | 63,674,812 | 5,893.29 | 244.18 |
branch node splits | 3,282 | 0.30 | 0.01 |
buffer is not pinned count | 9,595,162 | 888.06 | 36.80 |
buffer is pinned count | 20,876,439 | 1,932.18 | 80.06 |
bytes received via SQL*Net from client | 18,159,133,000 | 1,680,681.47 | 69,636.05 |
bytes sent via SQL*Net to client | 317,680,824 | 29,402.30 | 1,218.23 |
calls to get snapshot scn: kcmgss | 92,583,190 | 8,568.85 | 355.04 |
calls to kcmgas | 1,264,395 | 117.02 | 4.85 |
calls to kcmgcs | 6,009,019 | 556.15 | 23.04 |
cell physical IO interconnect bytes | 1,979,490,304 | 183,207.68 | 7,590.89 |
change write time | 86,936 | 8.05 | 0.33 |
cleanout - number of ktugct calls | 3,065,949 | 283.76 | 11.76 |
cleanouts and rollbacks - consistent read gets | 0 | 0.00 | 0.00 |
cleanouts only - consistent read gets | 0 | 0.00 | 0.00 |
cluster key scan block gets | 2,947,326 | 272.78 | 11.30 |
cluster key scans | 1,221,091 | 113.02 | 4.68 |
commit batch/immediate performed | 64 | 0.01 | 0.00 |
commit batch/immediate requested | 64 | 0.01 | 0.00 |
commit cleanout failures: block lost | 0 | 0.00 | 0.00 |
commit cleanout failures: buffer being written | 723 | 0.07 | 0.00 |
commit cleanout failures: callback failure | 181,704 | 16.82 | 0.70 |
commit cleanout failures: cannot pin | 0 | 0.00 | 0.00 |
commit cleanouts | 157,093,182 | 14,539.44 | 602.42 |
commit cleanouts successfully completed | 156,910,755 | 14,522.55 | 601.72 |
commit immediate performed | 64 | 0.01 | 0.00 |
commit immediate requested | 64 | 0.01 | 0.00 |
commit txn count during cleanout | 945,887 | 87.54 | 3.63 |
consistent changes | 0 | 0.00 | 0.00 |
consistent gets | 15,928,386 | 1,474.22 | 61.08 |
consistent gets direct | 0 | 0.00 | 0.00 |
consistent gets examination | 7,766,953 | 718.85 | 29.78 |
consistent gets examination (fastpath) | 7,765,151 | 718.69 | 29.78 |
consistent gets from cache | 15,928,386 | 1,474.22 | 61.08 |
consistent gets pin | 8,161,433 | 755.36 | 31.30 |
consistent gets pin (fastpath) | 8,151,820 | 754.48 | 31.26 |
cursor authentications | 0 | 0.00 | 0.00 |
cursor reload failures | 0 | 0.00 | 0.00 |
data blocks consistent reads - undo records applied | 0 | 0.00 | 0.00 |
db block changes | 468,008,589 | 43,315.58 | 1,794.70 |
db block gets | 997,452,811 | 92,317.21 | 3,825.00 |
db block gets direct | 0 | 0.00 | 0.00 |
db block gets from cache | 997,452,811 | 92,317.21 | 3,825.00 |
db block gets from cache (fastpath) | 778,457,640 | 72,048.56 | 2,985.20 |
deferred (CURRENT) block cleanout applications | 142,832,813 | 13,219.60 | 547.73 |
dirty buffers inspected | 865 | 0.08 | 0.00 |
enqueue conversions | 68,820 | 6.37 | 0.26 |
enqueue releases | 3,013,478 | 278.91 | 11.56 |
enqueue requests | 3,013,530 | 278.91 | 11.56 |
enqueue timeouts | 45 | 0.00 | 0.00 |
enqueue waits | 17,350 | 1.61 | 0.07 |
execute count | 622,296 | 57.60 | 2.39 |
failed probes on index block reclamation | 0 | 0.00 | 0.00 |
file io service time | 0 | 0.00 | 0.00 |
free buffer inspected | 3,100,362 | 286.95 | 11.89 |
free buffer requested | 3,569,329 | 330.35 | 13.69 |
global undo segment hints helped | 0 | 0.00 | 0.00 |
global undo segment hints were stale | 0 | 0.00 | 0.00 |
heap block compress | 10 | 0.00 | 0.00 |
hot buffers moved to head of LRU | 3,853,821 | 356.68 | 14.78 |
immediate (CR) block cleanout applications | 0 | 0.00 | 0.00 |
immediate (CURRENT) block cleanout applications | 10,562,443 | 977.59 | 40.50 |
index crx upgrade (positioned) | 0 | 0.00 | 0.00 |
index fast full scans (direct read) | 0 | 0.00 | 0.00 |
index fast full scans (full) | 0 | 0.00 | 0.00 |
index fast full scans (rowid ranges) | 0 | 0.00 | 0.00 |
index fetch by key | 5,206,615 | 481.89 | 19.97 |
index range scans | 1,439,276 | 133.21 | 5.52 |
index reclamation/extension switch | 3 | 0.00 | 0.00 |
leaf node 90-10 splits | 0 | 0.00 | 0.00 |
leaf node splits | 957,900 | 88.66 | 3.67 |
lob reads | 0 | 0.00 | 0.00 |
lob writes | 0 | 0.00 | 0.00 |
lob writes unaligned | 0 | 0.00 | 0.00 |
logical read bytes from cache | 8,301,618,765,824 | 768,339,370.02 | 31,834,778.14 |
logons cumulative | 51,625 | 4.78 | 0.20 |
max cf enq hold time | 0 | 0.00 | 0.00 |
messages sent | 277,999 | 25.73 | 1.07 |
min active SCN optimization applied on CR | 0 | 0.00 | 0.00 |
no work - consistent read gets | 7,742,364 | 716.58 | 29.69 |
non-idle wait count | 4,755,726 | 440.16 | 18.24 |
opened cursors cumulative | 430,344 | 39.83 | 1.65 |
parse count (describe) | 0 | 0.00 | 0.00 |
parse count (failures) | 0 | 0.00 | 0.00 |
parse count (hard) | 0 | 0.00 | 0.00 |
parse count (total) | 430,364 | 39.83 | 1.65 |
parse time cpu | 2,055 | 0.19 | 0.01 |
parse time elapsed | 1,978 | 0.18 | 0.01 |
physical read IO requests | 767 | 0.07 | 0.00 |
physical read bytes | 6,283,264 | 581.53 | 24.09 |
physical read total IO requests | 121,202 | 11.22 | 0.46 |
physical read total bytes | 1,979,490,304 | 183,207.68 | 7,590.89 |
physical read total multi block requests | 0 | 0.00 | 0.00 |
physical reads | 767 | 0.07 | 0.00 |
physical reads cache | 767 | 0.07 | 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 prefetch warmup | 0 | 0.00 | 0.00 |
physical write IO requests | 0 | 0.00 | 0.00 |
physical write bytes | 0 | 0.00 | 0.00 |
physical write total IO requests | 0 | 0.00 | 0.00 |
physical write total bytes | 0 | 0.00 | 0.00 |
physical write total multi block requests | 0 | 0.00 | 0.00 |
physical writes | 0 | 0.00 | 0.00 |
physical writes direct | 0 | 0.00 | 0.00 |
physical writes direct temporary tablespace | 0 | 0.00 | 0.00 |
physical writes non checkpoint | 0 | 0.00 | 0.00 |
pinned buffers inspected | 1 | 0.00 | 0.00 |
prefetch warmup blocks aged out before use | 0 | 0.00 | 0.00 |
prefetched blocks aged out before use | 0 | 0.00 | 0.00 |
process last non-idle time | 0 | 0.00 | 0.00 |
queries parallelized | 17,205 | 1.59 | 0.07 |
recursive calls | 2,672,799 | 247.38 | 10.25 |
recursive cpu usage | 28,049 | 2.60 | 0.11 |
redo buffer allocation retries | 3 | 0.00 | 0.00 |
redo entries | 241,769,716 | 22,376.50 | 927.13 |
redo log space requests | 4 | 0.00 | 0.00 |
redo ordering marks | 1,227 | 0.11 | 0.00 |
redo size | 104,672,622,696 | 9,687,760.82 | 401,395.18 |
redo subscn max counts | 1,562 | 0.14 | 0.01 |
redo synch long waits | 0 | 0.00 | 0.00 |
redo synch time | 30,231 | 2.80 | 0.12 |
redo synch time (usec) | 309,316,085 | 28,628.12 | 1,186.16 |
redo synch time overhead (usec) | 3,907,153 | 361.62 | 14.98 |
redo synch time overhead count ( 2ms) | 250,951 | 23.23 | 0.96 |
redo synch time overhead count ( 8ms) | 0 | 0.00 | 0.00 |
redo synch time overhead count (128ms) | 0 | 0.00 | 0.00 |
redo synch time overhead count (inf) | 0 | 0.00 | 0.00 |
redo synch writes | 278,009 | 25.73 | 1.07 |
redo write info find | 250,951 | 23.23 | 0.96 |
rollback changes - undo records applied | 132 | 0.01 | 0.00 |
rollbacks only - consistent read gets | 0 | 0.00 | 0.00 |
root node splits | 3 | 0.00 | 0.00 |
rows fetched via callback | 1,588,282 | 147.00 | 6.09 |
securefile bytes non-transformed | 0 | 0.00 | 0.00 |
securefile direct read bytes | 0 | 0.00 | 0.00 |
securefile direct read ops | 0 | 0.00 | 0.00 |
securefile number of non-transformed flushes | 0 | 0.00 | 0.00 |
session cursor cache hits | 34,626 | 3.20 | 0.13 |
session logical reads | 1,013,381,197 | 93,791.43 | 3,886.08 |
shared hash latch upgrades - no wait | 21,951 | 2.03 | 0.08 |
shared hash latch upgrades - wait | 1 | 0.00 | 0.00 |
shared io pool buffer get success | 0 | 0.00 | 0.00 |
sorts (memory) | 224,220 | 20.75 | 0.86 |
sorts (rows) | 1,170,447 | 108.33 | 4.49 |
sql area evicted | 0 | 0.00 | 0.00 |
sql area purged | 0 | 0.00 | 0.00 |
switch current caused by our pin | 17,169 | 1.59 | 0.07 |
switch current to new buffer | 17,172 | 1.59 | 0.07 |
table fetch by rowid | 12,796,241 | 1,184.33 | 49.07 |
table fetch continued row | 0 | 0.00 | 0.00 |
table scan blocks gotten | 68,826 | 6.37 | 0.26 |
table scan disk non-IMC rows gotten | 5,333,562 | 493.64 | 20.45 |
table scan rows gotten | 5,333,562 | 493.64 | 20.45 |
table scans (direct read) | 0 | 0.00 | 0.00 |
table scans (long tables) | 0 | 0.00 | 0.00 |
table scans (short tables) | 34,416 | 3.19 | 0.13 |
total cf enq hold time | 0 | 0.00 | 0.00 |
total number of cf enq holders | 0 | 0.00 | 0.00 |
transaction rollbacks | 64 | 0.01 | 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 | 31,108,223,080 | 2,879,158.05 | 119,292.80 |
user calls | 1,089,332 | 100.82 | 4.18 |
user commits | 260,772 | 24.14 | 1.00 |
user logons cumulative | 17,205 | 1.59 | 0.07 |
user logouts cumulative | 17,208 | 1.59 | 0.07 |
user rollbacks | 0 | 0.00 | 0.00 |
workarea executions - optimal | 241,269 | 22.33 | 0.93 |
write clones created in foreground | 348 | 0.03 | 0.00 |