Enter value for report_name:
Using the report name awrrpt_1_7670_7673.html
SQL Id | SQL Text |
0103qb611xu3g | update sys.scheduler$_job set next_run_date = :1, last_enabled_time = :2, job_status = :3 where obj# = :4 |
09qmkp7yk8d04 | select modlog0_.actionId as actionId1_, modlog0_.id as id1_, modlog0_.id as id23_0_, modlog0_.propertyName as property2_23_0_, modlog0_.oldValue as oldValue23_0_, modlog0_.newValue as newValue23_0_, modlog0_.sheetType as sheetType23_0_, modlog0_.actionId as actionId23_0_ from up_ITSM_CHG_modlog modlog0_ where ( modlog0_.sheetType='ITSM_CHG') and modlog0_.actionId=:1 order by modlog0_.id |
0czmfncyt5van | select workSheetType, worksheetid, taskId from os_task task where ( (task.actor = 'yangjie13' and task.actortype=1) or ( task.actor in (select u.groupid from sys_groupuser u where u.userid='yangjie13') and task.actortype=2)) and task.worksheettype <> 'NOTICE' and task.status = 1 or ( task.actor = 'yangjie13' and task.state='27' and task.acDescId='-13') |
0djdn7u5s0rwz | select worksheettype, worksheetid from os_task task where task.actor = 'qianweiming' and task.worksheettype <> 'NOTICE' and task.status = 2 group by worksheetid, worksheettype |
0dwr2vd6vbqzs |
SELECT count(*) over () as total_count, sd_xe_ash_nm.event_name, sd_xe_ash_nm.event_id, sd_xe_ash_nm.parameter1 as p1text, (CASE WHEN (sd_xe_ash_nm.parameter1 is NULL OR sd_xe_ash_nm.parameter1 = '0') THEN 0 ELSE 1 END) as p1valid, sd_xe_ash_nm.parameter2 as p2text, (CASE WHEN (sd_xe_ash_nm.parameter2 is NULL OR sd_xe_ash_nm.parameter2 = '0') THEN 0 ELSE 1 END) as p2valid, sd_xe_ash_nm.parameter3 as p3text, (CASE WHEN (sd_xe_ash_nm.parameter3 is NULL OR sd_xe_ash_nm.parameter3 = '0') THEN 0 ELSE 1 END) as p3valid, sd_xe_ash_nm.keh_evt_id, nvl(xc.class#, 0) as class_num, sd_xe_ash_nm.wait_class_id, nvl(xc.keh_id, 0) as keh_ecl_id, sd_xe_ash_nm.ash_cnt, sd_xe_ash_nm.tot_wts_diff, sd_xe_ash_nm.tot_tmo_diff, sd_xe_ash_nm.tim_wait_diff FROM ( SELECT sd_xe_ash.*, evtname.event_name, evtname.wait_class_id, evtname.parameter1, evtname.parameter2, evtname.parameter3 FROM ( SELECT sd_xe.*, nvl(ash.cnt, 0) as ash_cnt FROM ( SELECT nvl(xe.keh_id, 0) as keh_evt_id, nvl(sd.event_id, xe.event_hash) as event_id, nvl(sd.tot_wts_diff, 0) as tot_wts_diff, nvl(sd.tot_tmo_diff, 0) as tot_tmo_diff,
nvl(sd.tim_wait_diff, 0) as tim_wait_diff FROM ( SELECT endsn.event_id as event_id, (endsn.total_waits - nvl(begsn.total_waits, 0)) as tot_wts_diff, (endsn.total_timeouts - nvl(begsn.total_timeouts, 0)) as tot_tmo_diff, (endsn.time_waited_micro - nvl(begsn.time_waited_micro, 0)) as tim_wait_diff FROM ( SELECT end_snap.* FROM (SELECT t1.* FROM WRH$_SYSTEM_EVENT t1, WRM$_SNAPSHOT s1 WHERE t1.dbid = s1.dbid AND t1.instance_number = s1.instance_number AND t1.snap_id = s1.snap_id AND s1.bl_moved = 0 UNION ALL SELECT t2.* FROM WRH$_SYSTEM_EVENT_BL t2, WRM$_SNAPSHOT s2 WHERE t2.dbid = s2.dbid AND t2.instance_number = s2.instance_number AND t2.snap_id = s2.snap_id AND s2.bl_moved <> 0) end_snap WHERE end_snap.dbid = :dbid and end_snap.instance_number = :instance_number and end_snap.snap_id = :end_snap ) endsn LEFT OUTER JOIN ( SELECT beg_snap.* FROM (SELECT t1.* FROM WRH$_SYSTEM_EVENT t1, WRM$_SNAPSHOT s1 WHERE t1.dbid = s1.dbid AND t1.instance_number = s1.instance_number AND t1.snap_id = s1.snap_id AND s1.bl_moved = 0 UNION ALL SELECT t2.* FROM WRH$_SYSTEM_EVENT_BL t2, WRM$_SNAPSHOT s2 WHERE t2.dbid = s2.dbid AND t2.instance_number = s2.instance_number AND t2.snap_id = s2.snap_id AND s2.bl_moved <> 0) beg_snap WHERE beg_snap.dbid = :dbid and beg_snap.instance_number
= :instance_number and beg_snap.snap_id = :beg_snap ) begsn ON endsn.event_id = begsn.event_id ) sd FULL OUTER JOIN X$KEHEVTMAP xe ON sd.event_id = xe.event_hash ) sd_xe LEFT OUTER JOIN (SELECT a.event_id, count(*) as cnt FROM (SELECT t1.* FROM WRH$_ACTIVE_SESSION_HISTORY t1, WRM$_SNAPSHOT s1 WHERE t1.dbid = s1.dbid AND t1.instance_number = s1.instance_number AND t1.snap_id = s1.snap_id AND s1.bl_moved = 0 UNION ALL SELECT t2.* FROM WRH$_ACTIVE_SESSION_HISTORY_BL t2, WRM$_SNAPSHOT s2 WHERE t2.dbid = s2.dbid AND t2.instance_number = s2.instance_number AND t2.snap_id = s2.snap_id AND s2.bl_moved <> 0) a WHERE a.dbid = :dbid and a.instance_number = :instance_number and a.snap_id > :beg_snap and a.snap_id <= :end_snap and a.wait_time = 0 GROUP BY a.event_id) ash ON sd_xe.event_id = ash.event_id ) sd_xe_ash, WRH$_EVENT_NAME evtname WHERE evtname.event_id = sd_xe_ash.event_id and evtname.event_id > 0 and evtname.dbid = :dbid ) sd_xe_ash_nm, X$KEHECLMAP xc WHERE sd_xe_ash_nm.wait_class_id = xc.class_hash ORDER BY sd_xe_ash_nm.wait_class_id, sd_xe_ash_nm.tim_wait_diff DESC, sd_xe_ash_nm.event_id
|
0h6b2sajwb74n | select privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
0ut2yw7mxf0aq | insert into WRM$_SNAPSHOT (snap_id, dbid, instance_number, startup_time, begin_interval_time, end_interval_time, snap_level, status, error_count, bl_moved, snap_flag) values (:snap_id, :dbid, :instance_number, :startup_time, :begin_interval_time, :end_interval_time, :snap_level, :status, 0, 0, :bind1) |
10xj8nynmpqtq |
SELECT dbin.db_name, dbin.instance_name, dbin.version, CASE WHEN s1.startup_time = s2.startup_time THEN 0 ELSE 1 END as bounce, CAST(s1.end_interval_time AS DATE) as begin_time, CAST(s2.end_interval_time AS DATE) as end_time, ROUND((cast( (case when s2.end_interval_time > s1.end_interval_time then s2.end_interval_time else s1.end_interval_time end) as date) - cast(s1.end_interval_time as date)) * 86400) as int_secs, CASE WHEN (s1.status <> 0 OR s2.status <> 0) THEN 1 ELSE 0 END as err_detect, round( greatest( (extract(day from s2.flush_elapsed) * 86400) + (extract(hour from s2.flush_elapsed) * 3600) + (extract(minute from s2.flush_elapsed) * 60) + extract(second from s2.flush_elapsed), (extract(day from s1.flush_elapsed) * 86400) + (extract(hour from s1.flush_elapsed) * 3600) + (extract(minute from s1.flush_elapsed) * 60) + extract(second from s1.flush_elapsed), 0 )) as max_flush_secs FROM WRM$_SNAPSHOT s1 , WRM$_DATABASE_INSTANCE dbin , WRM$_SNAPSHOT s2 WHERE s1.dbid = :dbid AND s2.dbid = :dbid AND s1.instance_number = :inst_num AND s2.instance_number = :inst_num AND s1.snap_id = :bid AND s2.snap_id = :eid AND dbin.dbid = s1.dbid AND dbin.instance_number = s1.instance_number AND dbin.startup_t
ime = s1.startup_time |
1cjy8v3c0agny | select sys_nc_oid$ from xdb.xdb$resource where rowid = :1 |
1rhwt6d444mzf | select worksheettype, worksheetid from os_task task where task.actor = 'kongjianyu' and task.worksheettype <> 'NOTICE' and task.status = 2 group by worksheetid, worksheettype |
1v6xzjh36s3k3 | select workSheetType, worksheetid, taskId from os_task task where ( (task.actor = 'kongjianyu' and task.actortype=1) or ( task.actor in (select u.groupid from sys_groupuser u where u.userid='kongjianyu') and task.actortype=2)) and task.worksheettype <> 'NOTICE' and task.status = 1 or ( task.actor = 'kongjianyu' and task.state='27' and task.acDescId='-13') |
27jgnqdk36rjx | select dictionary0_.id as id124_, dictionary0_.DEFAULTVALUE as DEFAULTV2_124_, dictionary0_.DESCRIPTION as DESCRIPT3_124_, dictionary0_.dictionaryflag as dictiona4_124_, dictionary0_.fullname as fullname124_, dictionary0_.name as name124_, dictionary0_.orderby as orderby124_, dictionary0_.status as status124_, dictionary0_.DICTTYPEID as DICTTYPEID124_, dictionary0_.value as value124_, dictionary0_.parentid as parentid124_, dictionary0_.remark1 as remark11_124_, dictionary0_.remark2 as remark12_124_, dictionary0_.remark3 as remark13_124_ from sys_resdictionarydata dictionary0_, sys_resdictionarytype dictionary1_ where dictionary0_.DICTTYPEID=dictionary1_.id and dictionary1_.Code=:1 and dictionary0_.parentid=:2 |
298ppdduqr7wm | SELECT status FROM sys.wri$_adv_tasks WHERE id = :1 |
2fm3yx420zd3f | update up_ITSM_INC set serialNumber=:1, sheetType=:2, sheetName=:3, workFlowName=:4, creator=:5, creatorId=:6, creatorGroup=:7, creatorGroupID=:8, createDate=:9, sendDate=:10, finishDate=:11, closeDate=:12, status=:13, statusDisplay=:14, entryId=:15, request_mobile=:16, request_depart=:17, sources=:18, event_system=:19, nature=:20, request_name=:21, event_time=:22, incidentclass=:23, incidentclass_id=:24, attach=:25, isreissue=:26, request_telephone=:27, titles=:28, request_company=:29, impact_level=:30, priority_level=:31, description=:32, request_email=:33, urgent_level=:34, event_address=:35, solution=:36, ostype_id=:37, ostype_value=:38, environmenttype=:39, sheetclass_value=:40, alarmId=:41, moname=:42, ipaddr=:43, currentActor=:44, treatmentProcess=:45, currentActorDepart=:46 where sheetId=:47 |
2ym6hhaq30r73 | select type#, blocks, extents, minexts, maxexts, extsize, extpct, user#, iniexts, NVL(lists, 65535), NVL(groups, 65535), cachehint, hwmincr, NVL(spare1, 0), NVL(scanhint, 0) from seg$ where ts#=:1 and file#=:2 and block#=:3 |
31a13pnjps7j3 |
SELECT source, (case when time_secs < 1 then 1 else time_secs end) as time_secs, operation FROM ( SELECT 1 as source, trunc((sysdate - cast(ll.log_date as date)) * 86400) as time_secs, decode(ll.operation, 'OPEN', 0 , 1 ) as operation, ll.log_id as log_id FROM DBA_SCHEDULER_WINDOW_LOG ll , ( SELECT max(l.log_id) as max_log_id FROM DBA_SCHEDULER_WINDOW_LOG l , DBA_SCHEDULER_WINGROUP_MEMBERS m WHERE l.window_name = m.window_name AND m.window_group_name = 'MAINTENANCE_WINDOW_GROUP' AND l.operation in ('OPEN', 'CLOSE') AND CAST(l.log_date AS DATE) < (SELECT cast(s1.end_interval_time as date) FROM WRM$_SNAPSHOT s1 WHERE s1.dbid = :dbid AND s1.instance_number = :inst_num AND s1.snap_id = :bid ) ) max_log WHERE ll.log_id = max_log.max_log_id UNION ALL SELECT 2 as source, trunc((sysdate - cast(l.log_date as date)) * 86400) as time_secs, decode(l.operation, 'OPEN', 0 , 1 ) as operation
, l.log_id as log_id FROM DBA_SCHEDULER_WINDOW_LOG l , DBA_SCHEDULER_WINGROUP_MEMBERS m WHERE l.window_name = m.window_name AND m.window_group_name = 'MAINTENANCE_WINDOW_GROUP' AND l.operation in ('OPEN', 'CLOSE') AND CAST(l.log_date AS DATE) <= (SELECT cast(s2.end_interval_time as date) FROM WRM$_SNAPSHOT s2 WHERE s2.dbid = :dbid AND s2.instance_number = :inst_num AND s2.snap_id = :eid ) AND CAST(l.log_date AS DATE) >= (SELECT cast(s3.end_interval_time as date) FROM WRM$_SNAPSHOT s3 WHERE s3.dbid = :dbid AND s3.instance_number = :inst_num AND s3.snap_id = :bid ) UNION ALL SELECT 0 as source, trunc((sysdate - cast(s4.end_interval_time as date)) * 86400) as time_secs, decode(s4.snap_id, :bid, 2 , 3 ) as operation, 0 as log_id FROM WRM$_SNAPSHOT s4 WHERE s4.dbid = :dbid AND s4.instance_number = :inst_num AND s4.snap_id in (:bid, :eid) ) WHERE time_secs >= 0 ORDER BY source ASC, time_secs DESC, log_id ASC
|
36g2yq0mxjx2y | insert into wrh$_pgastat (snap_id, dbid, instance_number, name, value) select :snap_id, :dbid, :instance_number, name, value from v$pgastat where value > 0 |
3p1pdpapac3yu | select * from up_notify where notifytype = :1 and flag = :2 |
3p252d7ms591z | select workSheetType, worksheetid, taskId from os_task task where ( (task.actor = 'zhanyulin' and task.actortype=1) or ( task.actor in (select u.groupid from sys_groupuser u where u.userid='zhanyulin') and task.actortype=2)) and task.worksheettype <> 'NOTICE' and task.status = 1 or ( task.actor = 'zhanyulin' and task.state='27' and task.acDescId='-13') |
3tfg9d6urzjup | select workSheetType, worksheetid, taskId from os_task task where ( (task.actor = 'lizhiqiang' and task.actortype=1) or ( task.actor in (select u.groupid from sys_groupuser u where u.userid='lizhiqiang') and task.actortype=2)) and task.worksheettype <> 'NOTICE' and task.status = 1 or ( task.actor = 'lizhiqiang' and task.state='27' and task.acDescId='-13') |
3wuqyh299q7yc | insert into P$AUTOEXTENDEDLINKS
values('dest', '/oracle/product/admin/upsmdb/cdump', '/oracle') |
4cpndujy1w4dj | select CURRENT_DATE from dual |
5an8d9ctcysja | SELECT (case when snap_id = :startsn then 1 else 0 end) as start_snap, (case when name = 'maximum PGA allocated' then 1 when name = 'total PGA allocated' then 2 when name = 'over allocation count' then 3 when name = 'recompute count (total)' then 4 else 0 end) as stat_id, value FROM WRH$_PGASTAT pga WHERE pga.dbid = :dbid AND pga.instance_number = :instance_number AND (pga.snap_id = :startsn OR pga.snap_id = :endsn) AND pga.name IN ( 'maximum PGA allocated' , 'total PGA allocated' , 'over allocation count' , 'recompute count (total)' ) ORDER BY snap_id, stat_id |
5d9c6h8pagf8x | select workSheetType, worksheetid, taskId from os_task task where ( (task.actor = 'fengquanxian' and task.actortype=1) or ( task.actor in (select u.groupid from sys_groupuser u where u.userid='fengquanxian') and task.actortype=2)) and task.worksheettype <> 'NOTICE' and task.status = 1 or ( task.actor = 'fengquanxian' and task.state='27' and task.acDescId='-13') |
5jkbkg8b3ns0z | select role0_.id as id131_1_, role0_.CREATEUSER as CREATEUSER131_1_, role0_.Belong as Belong131_1_, role0_.DESCRIPTION as DESCRIPT3_131_1_, role0_.roleflag as roleflag131_1_, role0_.NAME as NAME131_1_, role0_.PARENTID as PARENTID131_1_, group1_.id as id126_0_, group1_.description as descript2_126_0_, group1_.fax as fax126_0_, group1_.groupflag as groupflag126_0_, group1_.fullname as fullname126_0_, group1_.name as name126_0_, group1_.numid as numid126_0_, group1_.orderby as orderby126_0_, group1_.orgid as orgid126_0_, group1_.orgtype as orgtype126_0_, group1_.parentid as parentid126_0_, group1_.phone as phone126_0_, group1_.status as status126_0_, group1_.type as type126_0_, group1_.dnid as dnid126_0_, group1_.memo as memo126_0_, group1_.memonum as memonum126_0_ from sys_role role0_ left outer join sys_group group1_ on role0_.Belong=group1_.id where role0_.id=:1 |
5rygsj4dbw6jt | insert into sys.mon_mods$ (obj#, inserts, updates, deletes, timestamp, flags, drop_segments) values (:1, :2, :3, :4, :5, :6, :7) |
6bu9b1z06tvtv | select task.worksheettype, task.taskid from os_task task where task.actor = 'liuxing8' and task.status = 1 and task.state =17 |
6vcyb6tyd0bxh |
select * from ( select task0_.taskId as taskId71_, task0_.entryId as entryId71_, task0_.pre_taskId as pre3_71_, task0_.top_taskId as top4_71_, task0_.par_taskId as par5_71_, task0_.par_entryId as par6_71_, task0_.top_par_entryId as top7_71_, task0_.priority_level as priority8_71_, task0_.createDate as createDate71_, task0_.actor as actor71_, task0_.actorCircleId as actorCi11_71_, task0_.actorCircleName as actorCi12_71_, task0_.actorName as actorName71_, task0_.actorType as actorType71_, task0_.taskName as taskName71_, task0_.createTime as createTime71_, task0_.endTime as endTime71_, task0_.acceptDate as acceptDate71_, task0_.dueDate as dueDate71_, task0_.accepTimeLimit as accepTi20_71_, task0_.dueTimeLimit as dueTime21_71_, task0_.isTimeOut as isTimeOut71_, task0_.appPropertyXML as appProp23_71_, task0_.policy as policy71_, task0_.upGradePolicy as upGrade25_71_, task0_.pressStr as pressStr71_, task0_.creator as creator71_, task0_.nextStepActorStr as nextSte28_71_, task0_.status as status71_, task0_.state as state71_, task0_.stateDisplay as stateDi31_71_, task0_.stepStatus as stepStatus71_, task0_.stepStatusDisplay as stepSta33_71_, task0_.stepDescId as stepDescId71_, task0_.stepDesc as stepDesc71_, task0_.acDescId as acDescId71_, task0_.endAcDescId as endAcDe37_71_, task0_.parentStepDescId as parentS38_71_, task0_.workSheetId as workShe39_71_, task0_.workSheetType as workShe40_71_, task0_.subFlow as subFlow71_, task0_.workSheetTitle as
workShe42_71_, task0_.workSheetProType as workShe43_71_, task0_.workSheetUrgentLevel as workShe44_71_, task0_.phaseNo as phaseNo71_, task0_.prePhaseNo as prePhaseNo71_, task0_.orgTaskId as orgTaskId71_, task0_.orgAssignTaskId as orgAssi48_71_, task0_.flagDuplicated as flagDup49_71_, task0_.flagEndDuplicated as flagEnd50_71_, task0_.flagPredefined as flagPre51_71_, task0_.flagPredefineTransfer as flagPre52_71_, task0_.flowId as flowId71_, task0_.parentFlowId as parentF54_71_, task0_.notice_level as notice55_71_, task0_.failure_time as failure56_71_, task0_.effective_time as effective57_71_, task0_.notice_isexist as notice58_71_ from OS_TASK task0_ where 1=1 and (task0_.actor='zhubin2' and task0_.actorType='1' or (task0_.actor in (select groupuser1_.GROUPID from sys_groupuser groupuser1_ where groupuser1_.USERID='zhubin2')) and task0_.actorType=2) and (task0_.workSheetType like '%ITSM_PRO%') and task0_.status='1' or task0_.actor='zhubin2' and task0_.state='27' and task0_.acDescId='-13' and (task0_.workSheetType like '%ITSM_PRO%') order by task0_.createTime desc ) where rownum <= :1 |
71y370j6428cb | insert into wrh$_thread (snap_id, dbid, instance_number, thread#, thread_instance_number, status, open_time, current_group#, sequence#) select :snap_id, :dbid, :instance_number, t.thread#, i.instance_number, t.status, t.open_time, t.current_group#, t.sequence# from v$thread t, v$instance i where i.thread#(+) = t.thread# |
7qjhf5dzmazsr | SELECT snap_id , OBJ#, DATAOBJ# FROM (SELECT /*+ ordered use_nl(t2) index(t2) */ t2.snap_id , t1.OBJN_KEWRSEG OBJ#, t1.OBJD_KEWRSEG DATAOBJ# FROM X$KEWRTSEGSTAT t1, WRH$_SEG_STAT_OBJ t2 WHERE t2.dbid(+) = :dbid AND t2.OBJ#(+) = t1.OBJN_KEWRSEG AND t2.DATAOBJ#(+) = t1.OBJD_KEWRSEG) WHERE nvl(snap_id, 0) < :snap_id |
8mrg623amm8rx |
select OBJOID, CLSOID, RUNTIME, PRI, JOBTYPE, SCHLIM, WT, INST, RUNNOW, ENQ_SCHLIM from ( select a.obj# OBJOID, a.class_oid CLSOID, decode(bitand(a.flags, 16384), 0, a.next_run_date, a.last_enabled_time) RUNTIME, (2*a.priority + decode(bitand(a.job_status, 4), 0, 0, decode(a.running_instance, :1, -1, 1))) PRI, 1 JOBTYPE, a.schedule_limit SCHLIM, a.job_weight WT, decode(a.running_instance, NULL, 0, a.running_instance) INST, decode(bitand(a.flags, 16384), 0, 0, 1) RUNNOW, decode(bitand(a.job_status, 8388608), 0, 0, 1) ENQ_SCHLIM from sys.scheduler$_job a, v$instance i where bitand(a.job_status, 515) = 1 and ( i.logins = 'ALLOWED' or bitand(a.flags, 2147483648) <> 0 ) and ((bitand(a.flags, 134217728 + 268435456) = 0) or (bitand(a.job_status, 1024) <> 0)) and bitand(a.flags, 4096) = 0 and (a.next_run_date <= :2 or bitand(a.flags, 16384) <> 0) and (a.class_oid is null or (a.class_oid is not null and a.class_oid in (select b.obj# from sys.scheduler$_class b where b.affinity is null))) union all select c.obj#, 0, c.next_start_date, 0, 2, c.duration, 1, 0, 0, 0 from sys.scheduler$_window c, v$instance i where bitand(c.flags, 1) <> 0 and bitand(c.flags, 2) = 0 and bitand(c.flags, 64) = 0 and c.next_start_date <= :4 and c.next_start_date + c.duration > :5 and i.logins = 'AL
LOWED' union all select d.obj#, 0, d.next_start_date + d.duration, 0, 3, numtodsinterval(0, 'minute'), 1, 0, 0, 0 from sys.scheduler$_window d, v$instance i where bitand(d.flags, 1) <> 0 and bitand(d.flags, 2) = 0 and bitand(d.flags, 64) = 0 and d.next_start_date <= :6 and d.next_start_date + d.duration > :7 and i.logins = 'ALLOWED' union all select f.obj#, 0, e.attr_tstamp, 0, decode(bitand(e.flags, 131072), 0, 2, 4), e.attr_intv, 1, 0, 0, 0 from sys.scheduler$_global_attribute e, sys.obj$ f, sys.obj$ g, v$instance i where e.obj# = g.obj# and g.name = 'CURRENT_OPEN_WINDOW' and e.value = f.name and f.type# = 69 and e.attr_tstamp is not null and e.attr_intv is not null and i.logins = 'ALLOWED' union all select i.obj#, 0, h.attr_tstamp + h.attr_intv, 0, decode(bitand(h.flags, 131072), 0, 3, 5), numtodsinterval(0, 'minute'), 1, 0, 0, 0 from sys.scheduler$_global_attribute h, sys.obj$ i, sys.obj$ j, v$instance ik where h.obj# = j.obj# and ik.logins = 'ALLOWED' and j.name = 'CURRENT_OPEN_WINDOW' and h.value = i.name and i.type# = 69 and h.attr_tstamp is not null and h.attr_intv is not null) order by RUNTIME, CLSOID, PRI, WT DESC, OBJOID
|
93nhjb0cf3r1r | select worksheettype, worksheetid from os_task task where task.actor = 'liuxing8' and task.worksheettype <> 'NOTICE' and task.status = 2 group by worksheetid, worksheettype |
9babjv8yq8ru3 | BEGIN DBMS_OUTPUT.GET_LINES(:LINES, :NUMLINES); END; |
a7vpmzwvcfs9y | insert into wrh$_tempstatxs (snap_id, dbid, instance_number, file#, creation_change#, phyrds, phywrts, singleblkrds, readtim, writetim, singleblkrdtim, phyblkrd, phyblkwrt, wait_count, time) select :snap_id, :dbid, :instance_number, tf.tfnum, to_number(tf.tfcrc_scn) creation_change#, ts.kcftiopyr, ts.kcftiopyw, ts.kcftiosbr, ts.kcftioprt, ts.kcftiopwt, ts.kcftiosbt, ts.kcftiopbr, ts.kcftiopbw, fw.count, fw.time from x$kcftio ts, x$kcctf tf, x$kcbfwait fw, x$kccfn fn where fn.fnfno = ts.kcftiofno and fn.fntyp = 7 and tf.tfdup != 0 and tf.tfnum = ts.kcftiofno and fw.indx+1 = (ts.kcftiofno + :db_files) |
aktbxfjwnzgmu | update WRM$_DATABASE_INSTANCE set last_ash_sample_id = :last_ash_sample_id where instance_number = :instance_number and dbid = :dbid and startup_time = (select max(startup_time) from WRM$_DATABASE_INSTANCE where instance_number = :instance_number2 and dbid = :dbid2 ) |
b3ptckwgjzwb0 |
select groupuser0_.id as id127_2_, groupuser0_.GROUPID as GROUPID127_2_, groupuser0_.Memo as Memo127_2_, groupuser0_.USERID as USERID127_2_, group1_.id as id126_0_, group1_.description as descript2_126_0_, group1_.fax as fax126_0_, group1_.groupflag as groupflag126_0_, group1_.fullname as fullname126_0_, group1_.name as name126_0_, group1_.numid as numid126_0_, group1_.orderby as orderby126_0_, group1_.orgid as orgid126_0_, group1_.orgtype as orgtype126_0_, group1_.parentid as parentid126_0_, group1_.phone as phone126_0_, group1_.status as status126_0_, group1_.type as type126_0_, group1_.dnid as dnid126_0_, group1_.memo as memo126_0_, group1_.memonum as memonum126_0_, user2_.id as id136_1_, user2_.ARPMODEL as ARPMODEL136_1_, user2_.ARPPOSITION as ARPPOSIT3_136_1_, user2_.Memo as Memo136_1_, user2_.OFFICENUM as OFFICENUM136_1_, user2_.SKINTYPE as SKINTYPE136_1_, user2_.BELONGGROUPID as BELONGGR7_136_1_, user2_.CompanyID as CompanyID136_1_, user2_.CREATER as CREATER136_1_, user2_.DEPARTID as DEPARTID136_1_, user2_.DESCRIPTION as DESCRIP10_136_1_, user2_.FAX as FAX136_1_, user2_.FULLNAME as FULLNAME136_1_, user2_.LOGINNAME as LOGINNAME136_1_, user2_.MAIL as MAIL136_1_, user2_.MOBILE as MOBILE136_1_, user2_.MSN as MSN136_1_, user2_.ORDERBY as ORDERBY136_1_, user2_.PASSWORD as PASSWORD136_1_, user2_.PHONE as PHONE136_1_, user2_.Position as Position136_1_, user2_.SEX as SEX136_1_, user2_.STATUS as STATUS136_1_, user2_.TYPE as TYPE136_1_
from sys_groupuser groupuser0_ left outer join sys_group group1_ on groupuser0_.GROUPID=group1_.id left outer join sys_user user2_ on groupuser0_.USERID=user2_.id where groupuser0_.id=:1 |
b5yyh2vc9g8tm | SELECT sx.id, sum(decode(e.snap_id, NULL, 0, 1)) as cnt FROM (SELECT s.snap_id, x.id, x.name FROM WRM$_SNAPSHOT s , X$KEHSQT x WHERE s.dbid = :dbid AND s.instance_number = :inst_num AND s.snap_id between :bid and :eid AND s.status = 0 AND x.ver_type = :exists_type ) sx, WRM$_SNAP_ERROR e WHERE e.dbid(+) = :dbid AND e.instance_number(+) = :inst_num AND e.snap_id(+) = sx.snap_id AND e.table_name(+) = sx.name GROUP BY sx.id |
bdj5vcsfkp6gc | select workSheetType, worksheetid, taskId from os_task task where ( (task.actor = 'zhanglong3' and task.actortype=1) or ( task.actor in (select u.groupid from sys_groupuser u where u.userid='zhanglong3') and task.actortype=2)) and task.worksheettype <> 'NOTICE' and task.status = 1 or ( task.actor = 'zhanglong3' and task.state='27' and task.acDescId='-13') |
bn4px769mjdhk |
select dictionary0_.id as id124_1_, dictionary0_.DEFAULTVALUE as DEFAULTV2_124_1_, dictionary0_.DESCRIPTION as DESCRIPT3_124_1_, dictionary0_.dictionaryflag as dictiona4_124_1_, dictionary0_.fullname as fullname124_1_, dictionary0_.name as name124_1_, dictionary0_.orderby as orderby124_1_, dictionary0_.status as status124_1_, dictionary0_.DICTTYPEID as DICTTYPEID124_1_, dictionary0_.value as value124_1_, dictionary0_.parentid as parentid124_1_, dictionary0_.remark1 as remark11_124_1_, dictionary0_.remark2 as remark12_124_1_, dictionary0_.remark3 as remark13_124_1_, dictionary1_.id as id124_0_, dictionary1_.DEFAULTVALUE as DEFAULTV2_124_0_, dictionary1_.DESCRIPTION as DESCRIPT3_124_0_, dictionary1_.dictionaryflag as dictiona4_124_0_, dictionary1_.fullname as fullname124_0_, dictionary1_.name as name124_0_, dictionary1_.orderby as orderby124_0_, dictionary1_.status as status124_0_, dictionary1_.DICTTYPEID as DICTTYPEID124_0_, dictionary1_.value as value124_0_, dictionary1_.parentid as parentid124_0_, dictionary1_.remark1 as remark11_124_0_, dictionary1_.remark2 as remark12_124_0_, dictionary1_.remark3 as remark13_124_0_ from sys_resdictionarydata dictionary0_ left outer join sys_resdictionarydata dictionary1_ on dictionary0_.parentid=dictionary1_.id where dictionary0_.id=:1
|
bubukxagjjrw4 | select roleuser0_.id as id134_, roleuser0_.assigner as assigner134_, roleuser0_.ROLEID as ROLEID134_, roleuser0_.USERID as USERID134_ from sys_roleuser roleuser0_ where roleuser0_.USERID=:1 |
bupycrmgc5ggx | select workSheetType, worksheetid, taskId from os_task task where ( (task.actor = 'hujiming' and task.actortype=1) or ( task.actor in (select u.groupid from sys_groupuser u where u.userid='hujiming') and task.actortype=2)) and task.worksheettype <> 'NOTICE' and task.status = 1 or ( task.actor = 'hujiming' and task.state='27' and task.acDescId='-13') |
cc3c5yr3y2rh1 | INSERT INTO wrh$_sqltext (sql_id, dbid, sql_text, command_type, snap_id, ref_count) SELECT sqlid_kewrstx, :dbid, sqlfulltext_kewrstx, cmdtype_kewrstx, :lah_snap_id, 0 ref_count FROM x$kewrtsqltext |
cgd5z4rq28y6k | SELECT COUNT(*) FROM SYS.WRI$_ADV_TASKS A WHERE A.NAME = :B3 AND A.OWNER# = :B2 AND BITAND(A.PROPERTY, :B1 ) = :B1 |
cph1jbcxx1f25 | UPDATE SYS.WRI$_ADV_TASKS SET STATUS = :B2 , EXEC_START = SYSDATE, MTIME = SYSDATE, CLEANUP = 1 WHERE ID = :B1 |
dnwpm0gdccrph | insert into wrh$_process_memory_summary (snap_id, dbid, instance_number, category, num_processes, non_zero_allocs, used_total, allocated_total, allocated_stddev, allocated_max, max_allocated_max) select :snap_id, :dbid, :instance_number, category, COUNT(*) num_processes, SUM(DECODE(allocated, 0, 0, 1)) non_zero_allocs, SUM(used) used_total, SUM(allocated) allocated_total, STDDEV(allocated) allocated_stddev, MAX(allocated) allocated_max, MAX(max_allocated) max_allocated_max from v$process_memory group by category |
dv6f0zrg1f7zm | update up_ITSM_CHG set serialNumber=:1, sheetType=:2, sheetName=:3, workFlowName=:4, creator=:5, creatorId=:6, creatorGroup=:7, creatorGroupID=:8, createDate=:9, sendDate=:10, finishDate=:11, closeDate=:12, status=:13, statusDisplay=:14, entryId=:15, change_type=:16, request_mobile=:17, request_depart=:18, plan_end_time=:19, changeclass=:20, changeclass_id=:21, request_name=:22, change_system=:23, attach=:24, isreissue=:25, isintermit=:26, request_telephone=:27, titles=:28, request_company=:29, plan_start_time=:30, impact_level=:31, priority_level=:32, description=:33, request_email=:34, urgent_level=:35, risk_level=:36, ostype_id=:37, environmenttype=:38, sheetclass_value=:39, ostype_value=:40, currentActor=:41, chaResource=:42, planBusStopTime=:43, treatmentProcess=:44, currentActorDepart=:45, change_plan=:46 where sheetId=:47 |
f31408dszv4kh | select workSheetType, worksheetid, taskId from os_task task where ( (task.actor = 'liuxing8' and task.actortype=1) or ( task.actor in (select u.groupid from sys_groupuser u where u.userid='liuxing8') and task.actortype=2)) and task.worksheettype <> 'NOTICE' and task.status = 1 or ( task.actor = 'liuxing8' and task.state='27' and task.acDescId='-13') |
g56bfpwfn5s6z | select workSheetType, worksheetid, taskId from os_task task where ( (task.actor = 'biyongjun' and task.actortype=1) or ( task.actor in (select u.groupid from sys_groupuser u where u.userid='biyongjun') and task.actortype=2)) and task.worksheettype <> 'NOTICE' and task.status = 1 or ( task.actor = 'biyongjun' and task.state='27' and task.acDescId='-13') |
gdn3ysuyssf82 | SELECT advisor_id FROM sys.wri$_adv_tasks WHERE ID = :1 |
gs1m1b8d7qwby | select task.worksheettype, task.taskid from os_task task where task.actor = 'kongjianyu' and task.status = 1 and task.state =17 |
gss16ydr1c9gw | update up_ITSM_RELS set serialNumber=:1, sheetType=:2, sheetName=:3, workFlowName=:4, creator=:5, creatorId=:6, creatorGroup=:7, creatorGroupID=:8, createDate=:9, sendDate=:10, finishDate=:11, closeDate=:12, status=:13, statusDisplay=:14, entryId=:15, request_mobile=:16, request_depart=:17, plan_end_time=:18, releasesources=:19, request_name=:20, tasklevel=:21, request_telephone=:22, titles=:23, request_company=:24, plan_start_time=:25, attachs=:26, description=:27, request_email=:28, release_type=:29, impact_evaluation=:30, currentactor=:31, impact_level=:32, urgent_level=:33, priority_level=:34, environmentType=:35, outSerTime=:36, docDesc=:37, itResRequire=:38, planOutSerTime=:39, treatmentProcess=:40, currentActorDepart=:41, treatmentProcessL=:42 where sheetId=:43 |
gt108r1qxfh2g | select workSheetType, worksheetid, taskId from os_task task where ( (task.actor = 'qianweiming' and task.actortype=1) or ( task.actor in (select u.groupid from sys_groupuser u where u.userid='qianweiming') and task.actortype=2)) and task.worksheettype <> 'NOTICE' and task.status = 1 or ( task.actor = 'qianweiming' and task.state='27' and task.acDescId='-13') |
gvynt9bqh451z | SELECT sum(case when snap_id = :startsn then value else 0 end) as begin_sga, sum(case when snap_id = :endsn then value else 0 end) as end_sga FROM WRH$_SGA sga WHERE sga.dbid = :dbid AND sga.instance_number = :instance_number AND (sga.snap_id = :startsn OR sga.snap_id = :endsn) |
Statistic | Total | per Second | per Trans |
CPU used by this session | 1,285,398 | 119.27 | 315.90 |
CPU used when call started | 1,284,551 | 119.19 | 315.69 |
CR blocks created | 447 | 0.04 | 0.11 |
Cached Commit SCN referenced | 352 | 0.03 | 0.09 |
Commit SCN cached | 3 | 0.00 | 0.00 |
DB time | 2,051,908 | 190.40 | 504.28 |
DBWR checkpoint buffers written | 4,138 | 0.38 | 1.02 |
DBWR checkpoints | 22 | 0.00 | 0.01 |
DBWR object drop buffers written | 88 | 0.01 | 0.02 |
DBWR tablespace checkpoint buffers written | 0 | 0.00 | 0.00 |
DBWR transaction table writes | 227 | 0.02 | 0.06 |
DBWR undo block writes | 613 | 0.06 | 0.15 |
IMU CR rollbacks | 107 | 0.01 | 0.03 |
IMU Flushes | 172 | 0.02 | 0.04 |
IMU Redo allocation size | 1,607,072 | 149.12 | 394.96 |
IMU commits | 861 | 0.08 | 0.21 |
IMU contention | 8 | 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 | 2 | 0.00 | 0.00 |
IMU undo allocation size | 6,646,560 | 616.73 | 1,633.46 |
IMU- failed to get a private strand | 0 | 0.00 | 0.00 |
Misses for writing mapping | 0 | 0.00 | 0.00 |
RowCR - row contention | 3 | 0.00 | 0.00 |
RowCR attempts | 378 | 0.04 | 0.09 |
RowCR hits | 375 | 0.03 | 0.09 |
SMON posted for undo segment shrink | 0 | 0.00 | 0.00 |
SQL*Net roundtrips to/from client | 1,055,334 | 97.92 | 259.36 |
active txn count during cleanout | 317 | 0.03 | 0.08 |
application wait time | 11 | 0.00 | 0.00 |
background checkpoints completed | 0 | 0.00 | 0.00 |
background checkpoints started | 0 | 0.00 | 0.00 |
background timeouts | 34,525 | 3.20 | 8.48 |
branch node splits | 1 | 0.00 | 0.00 |
buffer is not pinned count | 1,234,889,192 | 114,585.14 | 303,487.14 |
buffer is pinned count | 1,496,051,623 | 138,818.35 | 367,670.59 |
bytes received via SQL*Net from client | 106,643,747 | 9,895.45 | 26,208.83 |
bytes sent via SQL*Net to client | 381,604,124 | 35,408.98 | 93,783.27 |
calls to get snapshot scn: kcmgss | 2,454,698 | 227.77 | 603.27 |
calls to kcmgas | 20,337 | 1.89 | 5.00 |
calls to kcmgcs | 184 | 0.02 | 0.05 |
change write time | 28 | 0.00 | 0.01 |
cleanout - number of ktugct calls | 334 | 0.03 | 0.08 |
cleanouts and rollbacks - consistent read gets | 153 | 0.01 | 0.04 |
cleanouts only - consistent read gets | 13 | 0.00 | 0.00 |
cluster key scan block gets | 46,757 | 4.34 | 11.49 |
cluster key scans | 37,178 | 3.45 | 9.14 |
commit batch performed | 0 | 0.00 | 0.00 |
commit batch requested | 0 | 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: callback failure | 15 | 0.00 | 0.00 |
commit cleanout failures: cannot pin | 4 | 0.00 | 0.00 |
commit cleanouts | 4,953 | 0.46 | 1.22 |
commit cleanouts successfully completed | 4,934 | 0.46 | 1.21 |
commit immediate performed | 3 | 0.00 | 0.00 |
commit immediate requested | 3 | 0.00 | 0.00 |
commit txn count during cleanout | 265 | 0.02 | 0.07 |
concurrency wait time | 400 | 0.04 | 0.10 |
consistent changes | 727 | 0.07 | 0.18 |
consistent gets | 1,544,937,655 | 143,354.48 | 379,684.85 |
consistent gets - examination | 464,944 | 43.14 | 114.26 |
consistent gets direct | 1,318 | 0.12 | 0.32 |
consistent gets from cache | 1,544,936,338 | 143,354.36 | 379,684.53 |
current blocks converted for CR | 0 | 0.00 | 0.00 |
cursor authentications | 1,468 | 0.14 | 0.36 |
data blocks consistent reads - undo records applied | 654 | 0.06 | 0.16 |
db block changes | 26,299 | 2.44 | 6.46 |
db block gets | 30,737 | 2.85 | 7.55 |
db block gets direct | 98 | 0.01 | 0.02 |
db block gets from cache | 30,639 | 2.84 | 7.53 |
deferred (CURRENT) block cleanout applications | 2,888 | 0.27 | 0.71 |
enqueue conversions | 2,323 | 0.22 | 0.57 |
enqueue releases | 117,878 | 10.94 | 28.97 |
enqueue requests | 117,873 | 10.94 | 28.97 |
enqueue timeouts | 0 | 0.00 | 0.00 |
enqueue waits | 23 | 0.00 | 0.01 |
execute count | 252,609 | 23.44 | 62.08 |
failed probes on index block reclamation | 2 | 0.00 | 0.00 |
free buffer inspected | 681 | 0.06 | 0.17 |
free buffer requested | 18,654 | 1.73 | 4.58 |
heap block compress | 392 | 0.04 | 0.10 |
hot buffers moved to head of LRU | 432 | 0.04 | 0.11 |
immediate (CR) block cleanout applications | 166 | 0.02 | 0.04 |
immediate (CURRENT) block cleanout applications | 349 | 0.03 | 0.09 |
index crx upgrade (found) | 0 | 0.00 | 0.00 |
index crx upgrade (positioned) | 8,762 | 0.81 | 2.15 |
index fast full scans (full) | 8 | 0.00 | 0.00 |
index fetch by key | 237,809 | 22.07 | 58.44 |
index scans kdiixs1 | 129,863 | 12.05 | 31.92 |
leaf node 90-10 splits | 31 | 0.00 | 0.01 |
leaf node splits | 53 | 0.00 | 0.01 |
lob reads | 516 | 0.05 | 0.13 |
lob writes | 380 | 0.04 | 0.09 |
lob writes unaligned | 369 | 0.03 | 0.09 |
logons cumulative | 91 | 0.01 | 0.02 |
messages received | 5,625 | 0.52 | 1.38 |
messages sent | 5,625 | 0.52 | 1.38 |
no buffer to keep pinned count | 0 | 0.00 | 0.00 |
no work - consistent read gets | 1,542,284,910 | 143,108.33 | 379,032.91 |
opened cursors cumulative | 242,137 | 22.47 | 59.51 |
parse count (failures) | 18 | 0.00 | 0.00 |
parse count (hard) | 4,863 | 0.45 | 1.20 |
parse count (total) | 240,543 | 22.32 | 59.12 |
parse time cpu | 1,894 | 0.18 | 0.47 |
parse time elapsed | 3,106 | 0.29 | 0.76 |
physical read IO requests | 17,751 | 1.65 | 4.36 |
physical read bytes | 146,350,080 | 13,579.80 | 35,967.09 |
physical read total IO requests | 32,834 | 3.05 | 8.07 |
physical read total bytes | 393,175,040 | 36,482.64 | 96,626.95 |
physical read total multi block requests | 114 | 0.01 | 0.03 |
physical reads | 17,865 | 1.66 | 4.39 |
physical reads cache | 16,550 | 1.54 | 4.07 |
physical reads cache prefetch | 0 | 0.00 | 0.00 |
physical reads direct | 1,315 | 0.12 | 0.32 |
physical reads direct (lob) | 1,283 | 0.12 | 0.32 |
physical reads direct temporary tablespace | 0 | 0.00 | 0.00 |
physical reads prefetch warmup | 0 | 0.00 | 0.00 |
physical write IO requests | 3,192 | 0.30 | 0.78 |
physical write bytes | 36,143,104 | 3,353.71 | 8,882.55 |
physical write total IO requests | 16,409 | 1.52 | 4.03 |
physical write total bytes | 221,390,848 | 20,542.82 | 54,409.15 |
physical write total multi block requests | 1,326 | 0.12 | 0.33 |
physical writes | 4,412 | 0.41 | 1.08 |
physical writes direct | 98 | 0.01 | 0.02 |
physical writes direct (lob) | 50 | 0.00 | 0.01 |
physical writes direct temporary tablespace | 0 | 0.00 | 0.00 |
physical writes from cache | 4,314 | 0.40 | 1.06 |
physical writes non checkpoint | 1,285 | 0.12 | 0.32 |
pinned buffers inspected | 0 | 0.00 | 0.00 |
pinned cursors current | 82 | 0.01 | 0.02 |
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 | 10,502 | 0.97 | 2.58 |
recursive calls | 642,100 | 59.58 | 157.80 |
recursive cpu usage | 2,284 | 0.21 | 0.56 |
redo blocks written | 9,018 | 0.84 | 2.22 |
redo entries | 13,478 | 1.25 | 3.31 |
redo ordering marks | 336 | 0.03 | 0.08 |
redo size | 7,964,464 | 739.02 | 1,957.35 |
redo subscn max counts | 1,458 | 0.14 | 0.36 |
redo synch time | 65 | 0.01 | 0.02 |
redo synch writes | 1,061 | 0.10 | 0.26 |
redo wastage | 1,120,816 | 104.00 | 275.45 |
redo write time | 102 | 0.01 | 0.03 |
redo writer latching time | 0 | 0.00 | 0.00 |
redo writes | 2,471 | 0.23 | 0.61 |
rollback changes - undo records applied | 9 | 0.00 | 0.00 |
rollbacks only - consistent read gets | 294 | 0.03 | 0.07 |
rows fetched via callback | 162,510 | 15.08 | 39.94 |
session connect time | 0 | 0.00 | 0.00 |
session cursor cache hits | 179,196 | 16.63 | 44.04 |
session logical reads | 1,544,968,350 | 143,357.33 | 379,692.39 |
shared hash latch upgrades - no wait | 9,172 | 0.85 | 2.25 |
shared hash latch upgrades - wait | 0 | 0.00 | 0.00 |
sorts (memory) | 24,205 | 2.25 | 5.95 |
sorts (rows) | 603,071 | 55.96 | 148.21 |
sql area evicted | 5,107 | 0.47 | 1.26 |
sql area purged | 46 | 0.00 | 0.01 |
switch current to new buffer | 776 | 0.07 | 0.19 |
table fetch by rowid | 249,490 | 23.15 | 61.31 |
table fetch continued row | 61 | 0.01 | 0.01 |
table scan blocks gotten | 1,542,015,587 | 143,083.34 | 378,966.72 |
table scan rows gotten | 17,831,719,699 | 1,654,601.95 | 4,382,334.65 |
table scans (long tables) | 0 | 0.00 | 0.00 |
table scans (short tables) | 304,597 | 28.26 | 74.86 |
total number of times SMON posted | 0 | 0.00 | 0.00 |
transaction rollbacks | 3 | 0.00 | 0.00 |
undo change vector size | 2,441,976 | 226.59 | 600.14 |
user I/O wait time | 356 | 0.03 | 0.09 |
user calls | 1,266,935 | 117.56 | 311.36 |
user commits | 1,031 | 0.10 | 0.25 |
user rollbacks | 3,038 | 0.28 | 0.75 |
workarea executions - onepass | 0 | 0.00 | 0.00 |
workarea executions - optimal | 25,642 | 2.38 | 6.30 |
write clones created in background | 88 | 0.01 | 0.02 |
write clones created in foreground | 0 | 0.00 | 0.00 |