SQL Id | SQL Text |
0c5r9pu3utfxx | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_6_A371600_2101_1312_0001') m LEFT JOIN (select * from R_MAIN where r_code = 'R_6_A371600_2101_1312_0001') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_6_A371600_2101_1312_0001' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_6_A371600_2101_1312_0001' ORDER BY m.ID |
0fr8zhn4ymu3v | select intcol#, type, flags, lobcol, objcol, extracol, schemaoid, elemnum from opqtype$ where obj# = :1 order by intcol# asc |
0k8522rmdzg4k | select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#>0 |
19wwbd3swhwr4 | SELECT CODE, NAME, ID, URL, NOTE, P1, P2, P3, P4, P5, P6, P7, code||'-'||name codename FROM COM_DATA_DESC WHERE URL='±¨ÕÊ.×ʽðÖ§¸¶.Ö§¸¶·½Ê½' ORDER BY P4, CODE |
1qwr920c0z4vv | update tfas_process_ins_exp set state = '9' where process_ins_id in (select process_ins_id from t_process_ins where state = '5') and state = '0' |
1zp2zmv8gmarq | select b.username from ( select participant from T_WORKITEM where PROCESS_INS_ID = '38792' or PROCESS_INS_ID in (select process_ins_id from t_process_ins p where p.parent_process_ins_id='38792') ) a inner join tmsfz.base_user b on a.participant=to_char(b.id) |
243s9n1cubsfn | SELECT CODE, NAME, ID, URL, NOTE, P1, P2, P3, P4, P5, P6, P7, code||'-'||name codename FROM COM_DATA_DESC WHERE URL='ADJUSTSTATE.µ÷ÕËÀàÐÍ' ORDER BY P4, CODE |
2q54yf860cut8 | SELECT * FROM COM_EXCHANGE_RATE WHERE STANDARD_CURRENCY='RMB' |
2yxm9v8ukckc4 | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_6_A370800_14_1312_0028') m LEFT JOIN (select * from R_MAIN where r_code = 'R_6_A370800_14_1312_0028') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_6_A370800_14_1312_0028' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_6_A370800_14_1312_0028' ORDER BY m.ID |
32bhha21dkv0v | select col#, intcol#, charsetid, charsetform from col$ where obj#=:1 order by intcol# asc |
350f5yrnnmshs | lock table sys.mon_mods$ in exclusive mode nowait |
38t3pnrp90uxy | select exptime, ltime, astatus, lcount from user$ where user#=:1 |
39m4sx9k63ba2 | select /*+ index(idl_ub2$ i_idl_ub21) +*/ piece#, length, piece from idl_ub2$ where obj#=:1 and part=:2 and version=:3 order by piece# |
3am9cfkvx7gq1 | CALL MGMT_ADMIN_DATA.EVALUATE_MGMT_METRICS(:target_guid, :metric_guid, :metric_values) |
3ktacv9r56b51 | select owner#, name, namespace, remoteowner, linkname, p_timestamp, p_obj#, nvl(property, 0), subname, type#, d_attrs from dependency$ d, obj$ o where d_obj#=:1 and p_obj#=obj#(+) order by order# |
47r1y8yn34jmj | select default$ from col$ where rowid=:1 |
4m7m0t6fjcs5x | update seq$ set increment$=:2, minvalue=:3, maxvalue=:4, cycle#=:5, order$=:6, cache=:7, highwater=:8, audit$=:9, flags=:10 where obj#=:1 |
4qvq4tv1x2395 | select b.username from ( select participant from T_WORKITEM where PROCESS_INS_ID = '35885' or PROCESS_INS_ID in (select process_ins_id from t_process_ins p where p.parent_process_ins_id='35885') ) a inner join tmsfz.base_user b on a.participant=to_char(b.id) |
5kv5vcfhkk94u | SELECT CODE, NAME, ID, URL, NOTE, P1, P2, P3, P4, P5, P6, P7, code||'-'||name codename FROM COM_DATA_DESC WHERE URL='¹¦ÄÜ·¶Î§' ORDER BY P4, CODE |
5njy2hztvpk3s | select b.username from ( select participant from T_WORKITEM where PROCESS_INS_ID = '36068' or PROCESS_INS_ID in (select process_ins_id from t_process_ins p where p.parent_process_ins_id='36068') ) a inner join tmsfz.base_user b on a.participant=to_char(b.id) |
5xnbjw1534qf2 | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_1_A371600_03_1312_0002') m LEFT JOIN (select * from R_MAIN where r_code = 'R_1_A371600_03_1312_0002') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_1_A371600_03_1312_0002' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_1_A371600_03_1312_0002' ORDER BY m.ID |
6ajkhukk78nsr | begin prvt_hdm.auto_execute( :dbid, :inst_num , :end_snap_id ); end; |
6gvch1xu9ca3g | DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate; broken BOOLEAN := FALSE; BEGIN EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS(); :mydate := next_date; IF broken THEN :b := 1; ELSE :b := 0; END IF; END; |
6huy6agd4nk2m | SELECT CODE, NAME, ID, URL, NOTE, P1, P2, P3, P4, P5, P6, P7, code||'-'||name codename FROM COM_DATA_DESC WHERE URL='±¨ÕÊ.±ÒÖÖ' ORDER BY P4, CODE |
6uh2c845c8dh9 | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_6_A370900_6306_1311_0029') m LEFT JOIN (select * from R_MAIN where r_code = 'R_6_A370900_6306_1311_0029') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_6_A370900_6306_1311_0029' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_6_A370900_6306_1311_0029' ORDER BY m.ID |
6x218n4acz9mw | select workitem_id from t_workitemnotif |
6xz3nzu7bx6zw |
select distinct a.WORKITEM_ID, a.PROCESS_DEF_ID, a.PROCESS_DEF_NAME, a.PROCESS_INS_ID, decode(p.process_ins_name, '', a.process_ins_name, p.process_ins_name)PROCESS_INS_NAME, a.ACTIVITY_INS_ID, decode(instr(a.ACTIVITY_INS_NAME, '.'), 0, a.ACTIVITY_INS_NAME, substr(a.ACTIVITY_INS_NAME, instr(a.ACTIVITY_INS_NAME, '.')+1)) ACTIVITY_INS_NAME, b.PROCESS_TYPE, a.CREATED_TIME, a.PARTICIPANT, a.START_TIME, a.TIME_UNIT, a.TIME_LIMIT, a.ATTACHMENT_ID, 'workflow/workItemForward.jsp?actionName=doWorkItemForward&formId='||a.FORM_ID FORM_ID, a.APP_ID, a.ACTIVITY_LIST, a.COMPLETED_TIME, a.DESCRIPTION, a.STATE, a.PRESTATE, d.STARTER, d.NOTE, d.START_DEPT_NAME, d.sender, d.money , d.IS_CONCENTRATE, d.PROCESS_INS_ID_LIST, d.R_CODE, d.CONTRACT_CODE, d.BILL_TYPE, d.BAR_CODE, c.STARTER, c.CREATED_TIME, d.PRI, d.HANG, d.bar_state, d.COMPANY_ID, e.JJCD_GZ, d.GLJY, d.charge_type, d.provider_user, d.ORDER_CODE, d.NOTE PROCESS_INS_DESC, d.start_dept_name FLOW_PARA_INIT_DEPT_NAME, decode(INSTR(b.PROCESS_TYPE, ';'), 0, b.PROCESS_TYPE, substr(b.PROCESS_TYPE, 0, instr(b.PROCESS_TYPE, ';')-1 )) PROCESS_DEF_TYPE, d.process_ins_id parent_process_ins_id from ( select tt.*, minmoney, maxmoney, ifwt from tmsfzwf.t_workitem tt inner join ( select participant, process_id, decode(minmoney, '', -1000000000, minmoney) minmoney, decode(maxmoney, '', 99999999999, maxmoney) maxmoney, ifwt from( select participant, process_id, min(minmoney)minmoney, max(maxmoney)maxmoney, max(ifwt)ifwt from ( select '78333' participant, '*'process_id, null minmoney, null maxmoney, 0 ifwt from dual union all select userid participant, decode(to_char(process_id), '', '*', to_char(process_id))process_id, minmoney, maxmoney, 0 ifwt from tmsfzwf.tfas_user_reassign where (trustid in( select a.id from com_relation_ua b inner join base_user a on b.user_id = a.userid where b.main_user_id in (select main_user_id from com_relation_ua where user_id = (select userid from base_user where id = '78333')) ) or trustid='78333' ) and starttime<=to_char(sysdate, 'yyyy-MM-dd') and endtime>=to_char(sysdate, 'yyyy-MM-dd') and ISEND = 0 group by userid, process_id, minmoney, maxmoney union all select to_char(b.id)participant, decode(to_char(process_id), '', '*', to_char(process_id)) process_id, decode(c.minmoney, '', -1000000000, c.minmoney) minmoney, decode(c.maxmoney, '', 99999999999, c.maxmoney) maxmoney, decode(c.userid, '', 0, 1) ifwt from (select b.user_id from com_relation_ua b where b.main_user_id in (select main_user_id from com_relation_ua where user_id = (select userid from base_user where id = '78333')) union all select userid user_id from base_user where id='78333' ) a inner join base_user b on a.user_id = b.userid left join (select userid, decode(to_char(process_id), '', '*', to_char(process_id)) process_id, minmoney, maxmoney from tmsfzwf.tfas_user_reassign where userid = '78333' and starttime<=to_char(sysdate, 'yyyy-MM-dd') and endtime>=to_char(sysdate, 'yyyy-MM-dd') and ISEND = 0) c on b.id = c.userid group by b.id, process_id, c.minmoney, c.maxmoney, c.userid )group by participant, process_id ) )uu on tt.participant=uu.participant and (process_id='*' or process_id=tt.process_def_id) )a inner join tmsfzwf.T_PROCESS_DEF_MANAGE b on a.PROCESS_DEF_ID = b.PROCESS_ID inner join (select * from tmsfzwf.T_PROCESS_INS where state='2') c on a.PROCESS_INS_ID = c.PROCESS_INS_ID left join ( select * from tmsfzwf.tfas_process_ins_exp where state='0' ) d on (a.process_ins_id=d.process_ins_id or c.parent_process_ins_id=d.process_ins_id) and ((a.ifwt = 0 and d.money >= a.minmoney and d.money <= a.maxmoney) or (a.ifwt = 1 and (d.money < a.minmoney or d.money > a.maxmoney))) left join (select * from tmsfzwf.T_PROCESS_INS where state='2' and parent_process_ins_id is null ) p on c.parent_process_ins_id=p.process_ins_id left join com_budget_subject e on substr(d.company_id, 0, length(d.company_id)-2) = e.company_id and e.budge
t_year=substr(c.CREATED_TIME, 0, 4) and d.TASK_TYPE=e.budget_id left join (select userid, decode(to_char(process_id), '', '*', to_char(process_id)) process_id, minmoney, maxmoney from tmsfzwf.tfas_user_reassign where userid = '78333' and ISEND = 0 and starttime<=to_char(sysdate, 'yyyy-MM-dd') and endtime>=to_char(sysdate, 'yyyy-MM-dd') )f on to_char(a.PROCESS_DEF_ID) = f.PROCESS_ID where d.note is not null and ( (to_char(a.PROCESS_DEF_ID) = f.PROCESS_ID and f.userid is not null and (d.money < f.minmoney or d.money > f.maxmoney)) or (f.userid is null and d.money >= f.minmoney and d.money <= f.maxmoney) or (f.userid is null and f.minmoney is null and f.maxmoney is null)) order by d.BAR_STATE, decode(substr(note, 0, 3), 'Á÷Ë®ºÅ', substr(note, 5, 6), '') desc , d.STARTER, d.START_DEPT_NAME, b.PROCESS_TYPE, a.CREATED_TIME DESC |
74hnkh8j6hzam | update R_MAIN set STATE='9' where R_CODE='R_6_A370300_2331_1312_0008' |
7gzr0bvhn0vvr | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_3_A371200_01_1311_0001') m LEFT JOIN (select * from R_MAIN where r_code = 'R_3_A371200_01_1311_0001') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_3_A371200_01_1311_0001' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_3_A371200_01_1311_0001' ORDER BY m.ID |
7rq5bakh87zmn | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_1_A370400_2201_1312_0001') m LEFT JOIN (select * from R_MAIN where r_code = 'R_1_A370400_2201_1312_0001') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_1_A370400_2201_1312_0001' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_1_A370400_2201_1312_0001' ORDER BY m.ID |
850n5j6bmq98p | SELECT CODE, NAME, ID, URL, NOTE, P1, P2, P3, P4, P5, P6, P7, code||'-'||name codename FROM COM_DATA_DESC WHERE URL='±¨ÕÊ.·ÑÓñ¨Ïú.ϸ»¯ÀàÐÍ' ORDER BY P4, CODE |
85874gx2quwr2 | select b.username from ( select participant from T_WORKITEM where PROCESS_INS_ID = '8043' or PROCESS_INS_ID in (select process_ins_id from t_process_ins p where p.parent_process_ins_id='8043') ) a inner join tmsfz.base_user b on a.participant=to_char(b.id) |
86b2j97b5758q | SELECT CODE, NAME, ID, URL, NOTE, P1, P2, P3, P4, P5, P6, P7, code||'-'||name codename FROM COM_DATA_DESC WHERE URL='YX.¿Í»§Àà±ð' ORDER BY P4, CODE |
86nc18zgwdmyt | SELECT CODE, NAME, ID, URL, NOTE, P1, P2, P3, P4, P5, P6, P7, code||'-'||name codename FROM COM_DATA_DESC WHERE URL='IFADJUST.ÊÇ·ñµ÷ÕË' ORDER BY P4, CODE |
89pk0qvj7f0by |
select distinct a.WORKITEM_ID, a.PROCESS_DEF_ID, a.PROCESS_DEF_NAME, a.PROCESS_INS_ID, decode(p.process_ins_name, '', a.process_ins_name, p.process_ins_name)PROCESS_INS_NAME, a.ACTIVITY_INS_ID, decode(instr(a.ACTIVITY_INS_NAME, '.'), 0, a.ACTIVITY_INS_NAME, substr(a.ACTIVITY_INS_NAME, instr(a.ACTIVITY_INS_NAME, '.')+1)) ACTIVITY_INS_NAME, b.PROCESS_TYPE, a.CREATED_TIME, a.PARTICIPANT, a.START_TIME, a.TIME_UNIT, a.TIME_LIMIT, a.ATTACHMENT_ID, 'workflow/workItemForward.jsp?actionName=doWorkItemForward&formId='||a.FORM_ID FORM_ID, a.APP_ID, a.ACTIVITY_LIST, a.COMPLETED_TIME, a.DESCRIPTION, a.STATE, a.PRESTATE, d.STARTER, d.NOTE, d.START_DEPT_NAME, d.sender, d.money , d.IS_CONCENTRATE, d.PROCESS_INS_ID_LIST, d.R_CODE, d.CONTRACT_CODE, d.BILL_TYPE, d.BAR_CODE, c.STARTER, c.CREATED_TIME, d.PRI, d.HANG, d.bar_state, d.COMPANY_ID, e.JJCD_GZ, d.GLJY, d.charge_type, d.provider_user, d.ORDER_CODE, d.NOTE PROCESS_INS_DESC, d.start_dept_name FLOW_PARA_INIT_DEPT_NAME, decode(INSTR(b.PROCESS_TYPE, ';'), 0, b.PROCESS_TYPE, substr(b.PROCESS_TYPE, 0, instr(b.PROCESS_TYPE, ';')-1 )) PROCESS_DEF_TYPE, d.process_ins_id parent_process_ins_id from ( select tt.*, minmoney, maxmoney, ifwt from tmsfzwf.t_workitem tt inner join ( select participant, process_id, decode(minmoney, '', -1000000000, minmoney) minmoney, decode(maxmoney, '', 99999999999, maxmoney) maxmoney, ifwt from( select participant, process_id, min(minmoney)minmoney, max(maxmoney)maxmoney, max(ifwt)ifwt from ( select '74950' participant, '*'process_id, null minmoney, null maxmoney, 0 ifwt from dual union all select userid participant, decode(to_char(process_id), '', '*', to_char(process_id))process_id, minmoney, maxmoney, 0 ifwt from tmsfzwf.tfas_user_reassign where (trustid in( select a.id from com_relation_ua b inner join base_user a on b.user_id = a.userid where b.main_user_id in (select main_user_id from com_relation_ua where user_id = (select userid from base_user where id = '74950')) ) or trustid='74950' ) and starttime<=to_char(sysdate, 'yyyy-MM-dd') and endtime>=to_char(sysdate, 'yyyy-MM-dd') and ISEND = 0 group by userid, process_id, minmoney, maxmoney union all select to_char(b.id)participant, decode(to_char(process_id), '', '*', to_char(process_id)) process_id, decode(c.minmoney, '', -1000000000, c.minmoney) minmoney, decode(c.maxmoney, '', 99999999999, c.maxmoney) maxmoney, decode(c.userid, '', 0, 1) ifwt from (select b.user_id from com_relation_ua b where b.main_user_id in (select main_user_id from com_relation_ua where user_id = (select userid from base_user where id = '74950')) union all select userid user_id from base_user where id='74950' ) a inner join base_user b on a.user_id = b.userid left join (select userid, decode(to_char(process_id), '', '*', to_char(process_id)) process_id, minmoney, maxmoney from tmsfzwf.tfas_user_reassign where userid = '74950' and starttime<=to_char(sysdate, 'yyyy-MM-dd') and endtime>=to_char(sysdate, 'yyyy-MM-dd') and ISEND = 0) c on b.id = c.userid group by b.id, process_id, c.minmoney, c.maxmoney, c.userid )group by participant, process_id ) )uu on tt.participant=uu.participant and (process_id='*' or process_id=tt.process_def_id) )a inner join tmsfzwf.T_PROCESS_DEF_MANAGE b on a.PROCESS_DEF_ID = b.PROCESS_ID inner join (select * from tmsfzwf.T_PROCESS_INS where state='2') c on a.PROCESS_INS_ID = c.PROCESS_INS_ID left join ( select * from tmsfzwf.tfas_process_ins_exp where state='0' ) d on (a.process_ins_id=d.process_ins_id or c.parent_process_ins_id=d.process_ins_id) and ((a.ifwt = 0 and d.money >= a.minmoney and d.money <= a.maxmoney) or (a.ifwt = 1 and (d.money < a.minmoney or d.money > a.maxmoney))) left join (select * from tmsfzwf.T_PROCESS_INS where state='2' and parent_process_ins_id is null ) p on c.parent_process_ins_id=p.process_ins_id left join com_budget_subject e on substr(d.company_id, 0, length(d.company_id)-2) = e.company_id and e.budge
t_year=substr(c.CREATED_TIME, 0, 4) and d.TASK_TYPE=e.budget_id left join (select userid, decode(to_char(process_id), '', '*', to_char(process_id)) process_id, minmoney, maxmoney from tmsfzwf.tfas_user_reassign where userid = '74950' and ISEND = 0 and starttime<=to_char(sysdate, 'yyyy-MM-dd') and endtime>=to_char(sysdate, 'yyyy-MM-dd') )f on to_char(a.PROCESS_DEF_ID) = f.PROCESS_ID where d.note is not null and ( (to_char(a.PROCESS_DEF_ID) = f.PROCESS_ID and f.userid is not null and (d.money < f.minmoney or d.money > f.maxmoney)) or (f.userid is null and d.money >= f.minmoney and d.money <= f.maxmoney) or (f.userid is null and f.minmoney is null and f.maxmoney is null)) order by d.BAR_STATE, decode(substr(note, 0, 3), 'Á÷Ë®ºÅ', substr(note, 5, 6), '') desc , d.STARTER, d.START_DEPT_NAME, b.PROCESS_TYPE, a.CREATED_TIME DESC |
8bh4wgq9r258j | select b.username from ( select participant from T_WORKITEM where PROCESS_INS_ID = '4029' or PROCESS_INS_ID in (select process_ins_id from t_process_ins p where p.parent_process_ins_id='4029') ) a inner join tmsfz.base_user b on a.participant=to_char(b.id) |
8vj70bbxgx4pv | SELECT CODE, NAME, ID, URL, NOTE, P1, P2, P3, P4, P5, P6, P7, code||'-'||name codename FROM COM_DATA_DESC WHERE URL='ZH.MX.Ã÷ϸ' ORDER BY P4, CODE |
922grt54akzsa | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_6_A371500_2001_1311_0054') m LEFT JOIN (select * from R_MAIN where r_code = 'R_6_A371500_2001_1311_0054') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_6_A371500_2001_1311_0054' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_6_A371500_2001_1311_0054' ORDER BY m.ID |
93r1kqu3k6kks | select code, name, to_number(p1) * 1 p1, p2, p3, b.account_name from com_data_desc a left join com_accountant_subject b on a.p3 = b.account_id and b.account_year = to_char(sysdate, 'yyyy') and b.bukrs = '3100' where url = 'FM_˰Âë' order by a.p4, code |
9c6tym2fyspch | SELECT CODE, NAME, ID, URL, NOTE, P1, P2, P3, P4, P5, P6, P7, code||'-'||name codename FROM COM_DATA_DESC WHERE URL='ZH.²úÆ·Àà±ð' ORDER BY P4, CODE |
9g4uhfdrmc7fu | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_1_A370200_07_1312_0001') m LEFT JOIN (select * from R_MAIN where r_code = 'R_1_A370200_07_1312_0001') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_1_A370200_07_1312_0001' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_1_A370200_07_1312_0001' ORDER BY m.ID |
9sa165as0czsd |
select distinct a.WORKITEM_ID, a.PROCESS_DEF_ID, a.PROCESS_DEF_NAME, a.PROCESS_INS_ID, decode(p.process_ins_name, '', a.process_ins_name, p.process_ins_name)PROCESS_INS_NAME, a.ACTIVITY_INS_ID, decode(instr(a.ACTIVITY_INS_NAME, '.'), 0, a.ACTIVITY_INS_NAME, substr(a.ACTIVITY_INS_NAME, instr(a.ACTIVITY_INS_NAME, '.')+1)) ACTIVITY_INS_NAME, b.PROCESS_TYPE, a.CREATED_TIME, a.PARTICIPANT, a.START_TIME, a.TIME_UNIT, a.TIME_LIMIT, a.ATTACHMENT_ID, 'workflow/workItemForward.jsp?actionName=doWorkItemForward&formId='||a.FORM_ID FORM_ID, a.APP_ID, a.ACTIVITY_LIST, a.COMPLETED_TIME, a.DESCRIPTION, a.STATE, a.PRESTATE, d.STARTER, d.NOTE, d.START_DEPT_NAME, d.sender, d.money , d.IS_CONCENTRATE, d.PROCESS_INS_ID_LIST, d.R_CODE, d.CONTRACT_CODE, d.BILL_TYPE, d.BAR_CODE, c.STARTER, c.CREATED_TIME, d.PRI, d.HANG, d.bar_state, d.COMPANY_ID, e.JJCD_GZ, d.GLJY, d.charge_type, d.provider_user, d.ORDER_CODE, d.NOTE PROCESS_INS_DESC, d.start_dept_name FLOW_PARA_INIT_DEPT_NAME, decode(INSTR(b.PROCESS_TYPE, ';'), 0, b.PROCESS_TYPE, substr(b.PROCESS_TYPE, 0, instr(b.PROCESS_TYPE, ';')-1 )) PROCESS_DEF_TYPE, d.process_ins_id parent_process_ins_id from ( select tt.*, minmoney, maxmoney, ifwt from tmsfzwf.t_workitem tt inner join ( select participant, process_id, decode(minmoney, '', -1000000000, minmoney) minmoney, decode(maxmoney, '', 99999999999, maxmoney) maxmoney, ifwt from( select participant, process_id, min(minmoney)minmoney, max(maxmoney)maxmoney, max(ifwt)ifwt from ( select '96543' participant, '*'process_id, null minmoney, null maxmoney, 0 ifwt from dual union all select userid participant, decode(to_char(process_id), '', '*', to_char(process_id))process_id, minmoney, maxmoney, 0 ifwt from tmsfzwf.tfas_user_reassign where (trustid in( select a.id from com_relation_ua b inner join base_user a on b.user_id = a.userid where b.main_user_id in (select main_user_id from com_relation_ua where user_id = (select userid from base_user where id = '96543')) ) or trustid='96543' ) and starttime<=to_char(sysdate, 'yyyy-MM-dd') and endtime>=to_char(sysdate, 'yyyy-MM-dd') and ISEND = 0 group by userid, process_id, minmoney, maxmoney union all select to_char(b.id)participant, decode(to_char(process_id), '', '*', to_char(process_id)) process_id, decode(c.minmoney, '', -1000000000, c.minmoney) minmoney, decode(c.maxmoney, '', 99999999999, c.maxmoney) maxmoney, decode(c.userid, '', 0, 1) ifwt from (select b.user_id from com_relation_ua b where b.main_user_id in (select main_user_id from com_relation_ua where user_id = (select userid from base_user where id = '96543')) union all select userid user_id from base_user where id='96543' ) a inner join base_user b on a.user_id = b.userid left join (select userid, decode(to_char(process_id), '', '*', to_char(process_id)) process_id, minmoney, maxmoney from tmsfzwf.tfas_user_reassign where userid = '96543' and starttime<=to_char(sysdate, 'yyyy-MM-dd') and endtime>=to_char(sysdate, 'yyyy-MM-dd') and ISEND = 0) c on b.id = c.userid group by b.id, process_id, c.minmoney, c.maxmoney, c.userid )group by participant, process_id ) )uu on tt.participant=uu.participant and (process_id='*' or process_id=tt.process_def_id) )a inner join tmsfzwf.T_PROCESS_DEF_MANAGE b on a.PROCESS_DEF_ID = b.PROCESS_ID inner join (select * from tmsfzwf.T_PROCESS_INS where state='2') c on a.PROCESS_INS_ID = c.PROCESS_INS_ID left join ( select * from tmsfzwf.tfas_process_ins_exp where state='0' ) d on (a.process_ins_id=d.process_ins_id or c.parent_process_ins_id=d.process_ins_id) and ((a.ifwt = 0 and d.money >= a.minmoney and d.money <= a.maxmoney) or (a.ifwt = 1 and (d.money < a.minmoney or d.money > a.maxmoney))) left join (select * from tmsfzwf.T_PROCESS_INS where state='2' and parent_process_ins_id is null ) p on c.parent_process_ins_id=p.process_ins_id left join com_budget_subject e on substr(d.company_id, 0, length(d.company_id)-2) = e.company_id and e.budge
t_year=substr(c.CREATED_TIME, 0, 4) and d.TASK_TYPE=e.budget_id left join (select userid, decode(to_char(process_id), '', '*', to_char(process_id)) process_id, minmoney, maxmoney from tmsfzwf.tfas_user_reassign where userid = '96543' and ISEND = 0 and starttime<=to_char(sysdate, 'yyyy-MM-dd') and endtime>=to_char(sysdate, 'yyyy-MM-dd') )f on to_char(a.PROCESS_DEF_ID) = f.PROCESS_ID where d.note is not null and ( (to_char(a.PROCESS_DEF_ID) = f.PROCESS_ID and f.userid is not null and (d.money < f.minmoney or d.money > f.maxmoney)) or (f.userid is null and d.money >= f.minmoney and d.money <= f.maxmoney) or (f.userid is null and f.minmoney is null and f.maxmoney is null)) order by d.BAR_STATE, decode(substr(note, 0, 3), 'Á÷Ë®ºÅ', substr(note, 5, 6), '') desc , d.STARTER, d.START_DEPT_NAME, b.PROCESS_TYPE, a.CREATED_TIME DESC |
b2gnxm5z6r51n | lock table sys.col_usage$ in exclusive mode nowait |
b6rx9306f2w6z | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_6_A370900_6406_1311_0003') m LEFT JOIN (select * from R_MAIN where r_code = 'R_6_A370900_6406_1311_0003') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_6_A370900_6406_1311_0003' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_6_A370900_6406_1311_0003' ORDER BY m.ID |
bb16zxqq5vzbt | SELECT COUNT(*) AS RowsCount FROM (select d.name, d.code, d.bank_code, d.bank_type from base_lhh d where d.state ='1' and d.name like '%±õÖÝÊÐ%' order by d.code) TEMP_EXPPAGEQUERY |
bd4bznqbq73hk | select bo#, intcol# from icoldep$ where obj#=:1 |
bymd50n9jgthm | select b.username from ( select participant from T_WORKITEM where PROCESS_INS_ID = '35889' or PROCESS_INS_ID in (select process_ins_id from t_process_ins p where p.parent_process_ins_id='35889') ) a inner join tmsfz.base_user b on a.participant=to_char(b.id) |
c6awqs517jpj0 | select /*+ index(idl_char$ i_idl_char1) +*/ piece#, length, piece from idl_char$ where obj#=:1 and part=:2 and version=:3 order by piece# |
cm5vu20fhtnq1 | select /*+ connect_by_filtering */ privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
dqx3b5hzrw222 | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_6_A370500_02_1312_0004') m LEFT JOIN (select * from R_MAIN where r_code = 'R_6_A370500_02_1312_0004') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_6_A370500_02_1312_0004' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_6_A370500_02_1312_0004' ORDER BY m.ID |
fs7muf6d2sx1f | SELECT DISTINCT decode(m.i_department_id, '', i.i_department_id, m.i_department_id)I_DEPARTMENT_ID, decode(m.i_company_id, '', i.i_company_id, m.i_company_id)I_COMPANY_ID, decode(m.I_COMPANY_COST, '', i.i_company_cost, m.I_COMPANY_COST)I_COMPANY_COST, decode(m.i_department_name, '', i.i_department_name, m.i_department_name)i_department_name, m.*, b.account_id, b.cash_code, b.credence_code, b.credence_time, c.active_name AS active_id_label, NVL (d.budget_money, 0) AS budget_money, NVL (d.consumed_money, 0) AS consumed_money, NVL (d.useable_money, 0) AS useable_money, NVL (d.precontract_money, 0) AS precontract_money, pc.TOTAL_MONEY, pc.CONSUMED_MONEY CHARGE_CONSUMED_MONEY, (TOTAL_MONEY-pc.CONSUMED_MONEY-TRANSITION_MONEY)PersonCharge, m.ad_thin, m.ad_type, m.money_type, m.exchange_rate, m.foreign_currency, m.charge_name, m.project_team, m.E_ZF, NVL (m.BUDGET_STANDARD_MONEY, 0) AS BUDGET_STANDARD_MONEY, NVL (m.OCCUR_BUDGET_BALANCE, 0) AS OCCUR_BUDGET_BALANCE, NVL (m.OCCURRED_BUDGET_BALANCE, 0) AS OCCURRED_BUDGET_BALANCE, NVL (m.EXCEED_BUDGET_MONEY, 0) AS EXCEED_BUDGET_MONEY, NVL (m.COMPLETE_RATE, 0) AS COMPLETE_RATE, m.ISBEFOREHAND, MM.BUDGET_YEAR, c.check_id, c.check_title, m.ACCOUNT_ID, c.active_type_id, m.SPEC_TYPE FROM ( select r.*, sap.specialty_name as spec_name, sap.duty_center_name, sap.dept_archives_name, sap.render_product_name, cbo.name as s_department_id_lable from r_sub r left join com_budget_organ cbo on r.s_department_id=cbo.code left join SAP_RENDER_SUB sap on r.sub_guid=sap.sub_guid where r.r_code='R_6_A3700_13_1312_0003') m LEFT JOIN (select * from R_MAIN where r_code = 'R_6_A3700_13_1312_0003') MM ON MM.R_CODE = M.R_CODE LEFT JOIN ( select r_code, charge_id, max(account_id)account_id, max(cash_code)cash_code, max(credence_code)credence_code, max(credence_time)credence_time from r_sub_pay_balance where r_code = 'R_6_A3700_13_1312_0003' group by r_code, charge_id ) b ON m.r_code = b.r_code AND m.ID = b.charge_id LEFT JOIN com_activeproject c ON m.active_id = c.active_code LEFT JOIN budget_p_deduct d ON d.active_id = c.active_code AND m.budget_id = d.budget_id AND m.department_id = d.department_id AND d.BUDGET_YEAR = MM.BUDGET_YEAR LEFT JOIN com_i_department i ON m.department_id = i.department_id AND i.TYPE = '1' left join BUDGET_YEAR_PERSON_CHARGE pc on pc.budget_id=m.budget_id and pc.USER_ID=substr(BURDEN_USER_ID, 0, instr(BURDEN_USER_ID, ';')-1) and pc.department_code = d.department_id and pc.year_time = MM.BUDGET_YEAR WHERE m.r_code = 'R_6_A3700_13_1312_0003' ORDER BY m.ID |
g549wdgtgm842 | select b.username from ( select participant from T_WORKITEM where PROCESS_INS_ID = '35882' or PROCESS_INS_ID in (select process_ins_id from t_process_ins p where p.parent_process_ins_id='35882') ) a inner join tmsfz.base_user b on a.participant=to_char(b.id) |
ga9j9xk5cy9s0 | select /*+ index(idl_sb4$ i_idl_sb41) +*/ piece#, length, piece from idl_sb4$ where obj#=:1 and part=:2 and version=:3 order by piece# |
gfgc7ttzq8p7f | select a.account_id id, a.full_name title, a.parent_id parentid from com_accountant_subject a where exists (select 1 from com_accountant_subject b where b.wl_type='3' and b.account_year = '2013' and instr(b.account_id, a.account_id)=1) and a.account_year = '2013' order by a.account_id |
gnvqzf1b2cchr | select b.username from ( select participant from T_WORKITEM where PROCESS_INS_ID = '36016' or PROCESS_INS_ID in (select process_ins_id from t_process_ins p where p.parent_process_ins_id='36016') ) a inner join tmsfz.base_user b on a.participant=to_char(b.id) |
Statistic | Total | per Second | per Trans |
Batched IO (bound) vector count | 1 | 0.00 | 0.00 |
Batched IO (full) vector count | 0 | 0.00 | 0.00 |
Batched IO block miss count | 11 | 0.00 | 0.00 |
Batched IO buffer defrag count | 0 | 0.00 | 0.00 |
Batched IO double miss count | 6 | 0.00 | 0.00 |
Batched IO same unit count | 2 | 0.00 | 0.00 |
Batched IO single block count | 6 | 0.00 | 0.00 |
Batched IO slow jump count | 0 | 0.00 | 0.00 |
Batched IO vector block count | 2 | 0.00 | 0.00 |
Batched IO vector read count | 1 | 0.00 | 0.00 |
Block Cleanout Optim referenced | 256 | 0.07 | 0.01 |
CCursor + sql area evicted | 48 | 0.01 | 0.00 |
CPU used by this session | 136,093 | 37.76 | 4.33 |
CPU used when call started | 123,978 | 34.40 | 3.94 |
CR blocks created | 1,549 | 0.43 | 0.05 |
Cached Commit SCN referenced | 60 | 0.02 | 0.00 |
Clusterwide global transactions | 0 | 0.00 | 0.00 |
Commit SCN cached | 1,673 | 0.46 | 0.05 |
DB time | 791,174 | 219.52 | 25.16 |
DBWR checkpoint buffers written | 40,893 | 11.35 | 1.30 |
DBWR checkpoints | 6 | 0.00 | 0.00 |
DBWR fusion writes | 2,225 | 0.62 | 0.07 |
DBWR object drop buffers written | 0 | 0.00 | 0.00 |
DBWR revisited being-written buffer | 0 | 0.00 | 0.00 |
DBWR tablespace checkpoint buffers written | 0 | 0.00 | 0.00 |
DBWR thread checkpoint buffers written | 0 | 0.00 | 0.00 |
DBWR transaction table writes | 121 | 0.03 | 0.00 |
DBWR undo block writes | 5,002 | 1.39 | 0.16 |
DFO trees parallelized | 16 | 0.00 | 0.00 |
DX/BB enqueue lock background get time | 0 | 0.00 | 0.00 |
DX/BB enqueue lock background gets | 0 | 0.00 | 0.00 |
DX/BB enqueue lock foreground requests | 0 | 0.00 | 0.00 |
DX/BB enqueue lock foreground wait time | 0 | 0.00 | 0.00 |
Effective IO time | 5,222 | 1.45 | 0.17 |
HSC Heap Segment Block Changes | 141,543 | 39.27 | 4.50 |
HSC IDL Compressed Blocks | 0 | 0.00 | 0.00 |
Heap Segment Array Inserts | 978 | 0.27 | 0.03 |
Heap Segment Array Updates | 3,313 | 0.92 | 0.11 |
LOB table id lookup cache misses | 0 | 0.00 | 0.00 |
Misses for writing mapping | 0 | 0.00 | 0.00 |
Number of read IOs issued | 116 | 0.03 | 0.00 |
PX local messages recv'd | 40 | 0.01 | 0.00 |
PX local messages sent | 40 | 0.01 | 0.00 |
PX remote messages recv'd | 72 | 0.02 | 0.00 |
PX remote messages sent | 72 | 0.02 | 0.00 |
Parallel operations not downgraded | 16 | 0.00 | 0.00 |
Requests to/from client | 597,952 | 165.90 | 19.01 |
RowCR - row contention | 31 | 0.01 | 0.00 |
RowCR attempts | 1,536 | 0.43 | 0.05 |
RowCR hits | 1,501 | 0.42 | 0.05 |
SMON posted for instance recovery | 0 | 0.00 | 0.00 |
SMON posted for undo segment shrink | 11 | 0.00 | 0.00 |
SQL*Net roundtrips to/from client | 598,003 | 165.92 | 19.01 |
SQL*Net roundtrips to/from dblink | 0 | 0.00 | 0.00 |
TBS Extension: bytes extended | 0 | 0.00 | 0.00 |
TBS Extension: files extended | 0 | 0.00 | 0.00 |
TBS Extension: tasks created | 0 | 0.00 | 0.00 |
TBS Extension: tasks executed | 0 | 0.00 | 0.00 |
active txn count during cleanout | 4,029 | 1.12 | 0.13 |
application wait time | 1,066 | 0.30 | 0.03 |
auto extends on undo tablespace | 0 | 0.00 | 0.00 |
background checkpoints completed | 7 | 0.00 | 0.00 |
background checkpoints started | 6 | 0.00 | 0.00 |
background timeouts | 36,033 | 10.00 | 1.15 |
branch node splits | 3 | 0.00 | 0.00 |
buffer is not pinned count | 2,540,989 | 705.01 | 80.79 |
buffer is pinned count | 54,873,844 | 15,225.01 | 1,744.74 |
bytes received via SQL*Net from client | 85,462,560 | 23,712.00 | 2,717.32 |
bytes received via SQL*Net from dblink | 0 | 0.00 | 0.00 |
bytes sent via SQL*Net to client | 245,404,861 | 68,088.75 | 7,802.77 |
bytes sent via SQL*Net to dblink | 0 | 0.00 | 0.00 |
calls to get snapshot scn: kcmgss | 332,622 | 92.29 | 10.58 |
calls to kcmgas | 95,087 | 26.38 | 3.02 |
calls to kcmgcs | 413,997 | 114.87 | 13.16 |
cell physical IO interconnect bytes | 892,319,744 | 247,578.37 | 28,371.74 |
change write time | 541 | 0.15 | 0.02 |
cleanout - number of ktugct calls | 3,884 | 1.08 | 0.12 |
cleanouts and rollbacks - consistent read gets | 1,520 | 0.42 | 0.05 |
cleanouts only - consistent read gets | 114 | 0.03 | 0.00 |
cluster key scan block gets | 29,724 | 8.25 | 0.95 |
cluster key scans | 9,820 | 2.72 | 0.31 |
cluster wait time | 833 | 0.23 | 0.03 |
commit batch performed | 0 | 0.00 | 0.00 |
commit batch requested | 0 | 0.00 | 0.00 |
commit batch/immediate performed | 25 | 0.01 | 0.00 |
commit batch/immediate requested | 25 | 0.01 | 0.00 |
commit cleanout failures: block lost | 69 | 0.02 | 0.00 |
commit cleanout failures: buffer being written | 0 | 0.00 | 0.00 |
commit cleanout failures: callback failure | 79 | 0.02 | 0.00 |
commit cleanout failures: cannot pin | 3 | 0.00 | 0.00 |
commit cleanouts | 109,598 | 30.41 | 3.48 |
commit cleanouts successfully completed | 109,447 | 30.37 | 3.48 |
commit immediate performed | 25 | 0.01 | 0.00 |
commit immediate requested | 25 | 0.01 | 0.00 |
commit txn count during cleanout | 9,257 | 2.57 | 0.29 |
concurrency wait time | 605 | 0.17 | 0.02 |
consistent changes | 16,409 | 4.55 | 0.52 |
consistent gets | 43,671,029 | 12,116.74 | 1,388.54 |
consistent gets - examination | 3,859,836 | 1,070.93 | 122.73 |
consistent gets direct | 181 | 0.05 | 0.01 |
consistent gets from cache | 43,670,847 | 12,116.68 | 1,388.54 |
consistent gets from cache (fastpath) | 39,372,036 | 10,923.96 | 1,251.85 |
cursor authentications | 7,888 | 2.19 | 0.25 |
data blocks consistent reads - undo records applied | 16,381 | 4.54 | 0.52 |
db block changes | 675,682 | 187.47 | 21.48 |
db block gets | 809,667 | 224.65 | 25.74 |
db block gets direct | 101 | 0.03 | 0.00 |
db block gets from cache | 809,566 | 224.62 | 25.74 |
db block gets from cache (fastpath) | 285,498 | 79.21 | 9.08 |
deferred (CURRENT) block cleanout applications | 61,872 | 17.17 | 1.97 |
dirty buffers inspected | 40 | 0.01 | 0.00 |
enqueue conversions | 3,898 | 1.08 | 0.12 |
enqueue releases | 393,530 | 109.19 | 12.51 |
enqueue requests | 393,593 | 109.20 | 12.51 |
enqueue timeouts | 32 | 0.01 | 0.00 |
enqueue waits | 244 | 0.07 | 0.01 |
exchange deadlocks | 0 | 0.00 | 0.00 |
execute count | 342,313 | 94.98 | 10.88 |
failed probes on index block reclamation | 6 | 0.00 | 0.00 |
file io wait time | 46,369,863 | 12,865.54 | 1,474.35 |
frame signature mismatch | 0 | 0.00 | 0.00 |
free buffer inspected | 25,717 | 7.14 | 0.82 |
free buffer requested | 28,230 | 7.83 | 0.90 |
gc blocks compressed | 5,471 | 1.52 | 0.17 |
gc cr block flush time | 12 | 0.00 | 0.00 |
gc cr block receive time | 126 | 0.03 | 0.00 |
gc cr blocks received | 2,977 | 0.83 | 0.09 |
gc cr blocks served | 6,827 | 1.89 | 0.22 |
gc current block flush time | 4 | 0.00 | 0.00 |
gc current block pin time | 6 | 0.00 | 0.00 |
gc current block receive time | 294 | 0.08 | 0.01 |
gc current blocks received | 6,117 | 1.70 | 0.19 |
gc current blocks served | 7,148 | 1.98 | 0.23 |
gc kbytes saved | 15,995 | 4.44 | 0.51 |
gc kbytes sent | 95,804 | 26.58 | 3.05 |
gc local grants | 8,384 | 2.33 | 0.27 |
gc read wait time | 0 | 0.00 | 0.00 |
gc read waits | 0 | 0.00 | 0.00 |
gc remote grants | 8,757 | 2.43 | 0.28 |
gcs messages sent | 74,845 | 20.77 | 2.38 |
ges messages sent | 11,044 | 3.06 | 0.35 |
global enqueue get time | 1,115 | 0.31 | 0.04 |
global enqueue gets async | 7,401 | 2.05 | 0.24 |
global enqueue gets sync | 600,593 | 166.64 | 19.10 |
global enqueue releases | 605,139 | 167.90 | 19.24 |
global undo segment hints helped | 0 | 0.00 | 0.00 |
heap block compress | 2,980 | 0.83 | 0.09 |
hot buffers moved to head of LRU | 42,164 | 11.70 | 1.34 |
immediate (CR) block cleanout applications | 1,634 | 0.45 | 0.05 |
immediate (CURRENT) block cleanout applications | 11,867 | 3.29 | 0.38 |
in call idle wait time | 17,749,565 | 4,924.70 | 564.36 |
index crx upgrade (positioned) | 2,742 | 0.76 | 0.09 |
index crx upgrade (prefetch) | 0 | 0.00 | 0.00 |
index fast full scans (full) | 21,687 | 6.02 | 0.69 |
index fetch by key | 1,486,917 | 412.55 | 47.28 |
index scans kdiixs1 | 33,156,416 | 9,199.41 | 1,054.22 |
leaf node 90-10 splits | 133 | 0.04 | 0.00 |
leaf node splits | 476 | 0.13 | 0.02 |
lob reads | 38 | 0.01 | 0.00 |
lob writes | 250 | 0.07 | 0.01 |
lob writes unaligned | 250 | 0.07 | 0.01 |
logical read bytes from cache | 364,383,518,720 | 101,099,946.90 | 11,585,753.04 |
logons cumulative | 432 | 0.12 | 0.01 |
max cf enq hold time | 0 | 0.00 | 0.00 |
messages received | 76,030 | 21.09 | 2.42 |
messages sent | 76,030 | 21.09 | 2.42 |
min active SCN optimization applied on CR | 80 | 0.02 | 0.00 |
no buffer to keep pinned count | 8,628 | 2.39 | 0.27 |
no work - consistent read gets | 39,030,445 | 10,829.18 | 1,240.99 |
non-idle wait count | 1,115,184 | 309.41 | 35.46 |
non-idle wait time | 17,432 | 4.84 | 0.55 |
opened cursors cumulative | 282,631 | 78.42 | 8.99 |
parse count (describe) | 48 | 0.01 | 0.00 |
parse count (failures) | 5 | 0.00 | 0.00 |
parse count (hard) | 146,932 | 40.77 | 4.67 |
parse count (total) | 204,031 | 56.61 | 6.49 |
parse time cpu | 87,124 | 24.17 | 2.77 |
parse time elapsed | 93,281 | 25.88 | 2.97 |
physical read IO requests | 8,892 | 2.47 | 0.28 |
physical read bytes | 72,974,336 | 20,247.08 | 2,320.25 |
physical read total IO requests | 19,027 | 5.28 | 0.60 |
physical read total bytes | 238,579,712 | 66,195.08 | 7,585.76 |
physical read total multi block requests | 0 | 0.00 | 0.00 |
physical reads | 8,908 | 2.47 | 0.28 |
physical reads cache | 8,719 | 2.42 | 0.28 |
physical reads cache prefetch | 24 | 0.01 | 0.00 |
physical reads direct | 189 | 0.05 | 0.01 |
physical reads direct (lob) | 116 | 0.03 | 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 | 33,047 | 9.17 | 1.05 |
physical write bytes | 349,929,472 | 97,089.60 | 11,126.18 |
physical write total IO requests | 103,651 | 28.76 | 3.30 |
physical write total bytes | 653,740,032 | 181,383.29 | 20,785.99 |
physical write total multi block requests | 339 | 0.09 | 0.01 |
physical writes | 42,716 | 11.85 | 1.36 |
physical writes direct | 109 | 0.03 | 0.00 |
physical writes direct (lob) | 95 | 0.03 | 0.00 |
physical writes direct temporary tablespace | 0 | 0.00 | 0.00 |
physical writes from cache | 42,607 | 11.82 | 1.35 |
physical writes non checkpoint | 11,702 | 3.25 | 0.37 |
pinned buffers inspected | 0 | 0.00 | 0.00 |
pinned cursors current | 47 | 0.01 | 0.00 |
prefetch warmup blocks aged out before use | 0 | 0.00 | 0.00 |
prefetch warmup blocks flushed out before use | 0 | 0.00 | 0.00 |
prefetched blocks aged out before use | 39 | 0.01 | 0.00 |
process last non-idle time | 3,626 | 1.01 | 0.12 |
queries parallelized | 16 | 0.00 | 0.00 |
recovery blocks read | 0 | 0.00 | 0.00 |
recursive aborts on index block reclamation | 0 | 0.00 | 0.00 |
recursive calls | 429,632 | 119.20 | 13.66 |
recursive cpu usage | 86,747 | 24.07 | 2.76 |
redo blocks checksummed by FG (exclusive) | 28,786 | 7.99 | 0.92 |
redo blocks written | 237,478 | 65.89 | 7.55 |
redo buffer allocation retries | 16 | 0.00 | 0.00 |
redo entries | 385,376 | 106.92 | 12.25 |
redo log space requests | 16 | 0.00 | 0.00 |
redo log space wait time | 42 | 0.01 | 0.00 |
redo ordering marks | 4,899 | 1.36 | 0.16 |
redo size | 107,961,272 | 29,954.37 | 3,432.68 |
redo size for direct writes | 4,984 | 1.38 | 0.16 |
redo subscn max counts | 7,080 | 1.96 | 0.23 |
redo synch long waits | 440 | 0.12 | 0.01 |
redo synch poll writes | 0 | 0.00 | 0.00 |
redo synch polls | 0 | 0.00 | 0.00 |
redo synch time | 4,161 | 1.15 | 0.13 |
redo synch time (usec) | 41,601,913 | 11,542.65 | 1,322.75 |
redo synch writes | 31,445 | 8.72 | 1.00 |
redo wastage | 9,593,936 | 2,661.88 | 305.04 |
redo write broadcast ack count | 24,765 | 6.87 | 0.79 |
redo write broadcast ack time | 3,599,308 | 998.65 | 114.44 |
redo write broadcast lgwr post count | 0 | 0.00 | 0.00 |
redo write time | 3,414 | 0.95 | 0.11 |
redo writes | 33,262 | 9.23 | 1.06 |
remote Oradebug requests | 0 | 0.00 | 0.00 |
rollback changes - undo records applied | 505 | 0.14 | 0.02 |
rollbacks only - consistent read gets | 36 | 0.01 | 0.00 |
root node splits | 0 | 0.00 | 0.00 |
rows fetched via callback | 231,731 | 64.29 | 7.37 |
scheduler wait time | 0 | 0.00 | 0.00 |
serializable aborts | 0 | 0.00 | 0.00 |
session connect time | 0 | 0.00 | 0.00 |
session cursor cache hits | 72,778 | 20.19 | 2.31 |
session logical reads | 44,480,735 | 12,341.39 | 1,414.29 |
shared hash latch upgrades - no wait | 393,826 | 109.27 | 12.52 |
shared hash latch upgrades - wait | 53 | 0.01 | 0.00 |
sorts (disk) | 0 | 0.00 | 0.00 |
sorts (memory) | 93,029 | 25.81 | 2.96 |
sorts (rows) | 7,885,032 | 2,187.74 | 250.71 |
sql area evicted | 147,603 | 40.95 | 4.69 |
sql area purged | 5 | 0.00 | 0.00 |
summed dirty queue length | 21 | 0.01 | 0.00 |
switch current to new buffer | 5,280 | 1.46 | 0.17 |
table fetch by rowid | 26,743,765 | 7,420.19 | 850.33 |
table fetch continued row | 9,006 | 2.50 | 0.29 |
table scan blocks gotten | 3,491,310 | 968.68 | 111.01 |
table scan rows gotten | 220,801,310 | 61,262.38 | 7,020.49 |
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) | 117,142 | 32.50 | 3.72 |
temp space allocated (bytes) | 0 | 0.00 | 0.00 |
total cf enq hold time | 950 | 0.26 | 0.03 |
total number of cf enq holders | 172 | 0.05 | 0.01 |
total number of times SMON posted | 16 | 0.00 | 0.00 |
transaction lock background gets | 4 | 0.00 | 0.00 |
transaction lock foreground requests | 4 | 0.00 | 0.00 |
transaction lock foreground wait time | 1 | 0.00 | 0.00 |
transaction rollbacks | 24 | 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 | 35,302,572 | 9,794.87 | 1,122.46 |
user I/O wait time | 3,601 | 1.00 | 0.11 |
user calls | 837,959 | 232.50 | 26.64 |
user commits | 31,443 | 8.72 | 1.00 |
user rollbacks | 8 | 0.00 | 0.00 |
workarea executions - onepass | 0 | 0.00 | 0.00 |
workarea executions - optimal | 101,832 | 28.25 | 3.24 |
write clones created in background | 0 | 0.00 | 0.00 |
write clones created in foreground | 0 | 0.00 | 0.00 |