SQL Id | SQL Text |
01pkua627ktjk | SELECT fnd_number.number_to_canonical(nvl(sum(fnd_number.canonical_to_number(TARGET.result_value) * FEED.scale), 0)) FROM /* Assignment within Government Reporting Entity */ pay_run_result_values TARGET , pay_balance_feeds_f FEED , pay_run_results RR , pay_assignment_actions ASSACT , pay_assignment_actions BAL_ASSACT , pay_payroll_actions PACT , pay_payroll_actions BACT where BAL_ASSACT.assignment_action_id = :ASSIGNMENT_ACTION_ID and BAL_ASSACT.payroll_action_id = BACT.payroll_action_id and FEED.balance_type_id = :U1 + decode(TARGET.INPUT_VALUE_ID, null, 0, 0) and FEED.input_value_id = TARGET.input_value_id and nvl(TARGET.result_value, '0') != '0' and TARGET.run_result_id = RR.run_result_id and RR.assignment_action_id = ASSACT.assignment_action_id and ASSACT.payroll_action_id = PACT.payroll_action_id and PACT.effective_date between FEED.effective_start_date and FEED.effective_end_date and RR.status in ('P', 'PA') and ASSACT.action_sequence <= BAL_ASSACT.action_sequence and ASSACT.assignment_id = BAL_ASSACT.assignment_id and ASSACT.tax_unit_id = :TAX_UNIT_ID /* Year To Date */ and PACT.effective_date >= trunc(BACT.effective_date, 'Y') |
02k10jzw8c495 | SELECT INTLK.LOCKING_ACTION_ID FROM PAY_ACTION_INTERLOCKS INTLK, PAY_ASSIGNMENT_ACTIONS PAA, PAY_PAYROLL_ACTIONS PPA WHERE INTLK.LOCKED_ACTION_ID = :B1 AND INTLK.LOCKING_ACTION_ID = PAA.ASSIGNMENT_ACTION_ID AND PAA.PAYROLL_ACTION_ID = PPA.PAYROLL_ACTION_ID AND PPA.ACTION_TYPE IN ('P', 'U') AND PAA.SOURCE_ACTION_ID IS NULL |
0wmwsjy9kd92f | SELECT PROFILE_OPTION_ID, APPLICATION_ID, SITE_ENABLED_FLAG , APP_ENABLED_FLAG , RESP_ENABLED_FLAG , USER_ENABLED_FLAG, ORG_ENABLED_FLAG , SERVER_ENABLED_FLAG, SERVERRESP_ENABLED_FLAG, HIERARCHY_TYPE, USER_CHANGEABLE_FLAG FROM FND_PROFILE_OPTIONS WHERE PROFILE_OPTION_NAME = :B1 AND START_DATE_ACTIVE <= SYSDATE AND NVL(END_DATE_ACTIVE, SYSDATE) >= SYSDATE |
2450j0nxcnga5 | declare sql_dummy1 boolean;begin fnd_profile.get_specific(:name, :userid, :respid, :applid, :val, sql_dummy1, :org_id, :server_id);end; |
365d6qb48w5q8 | insert into pay_run_results (run_result_id, element_type_id, assignment_action_id, entry_type, source_id, source_type, status, jurisdiction_code, start_date, end_date, element_entry_id, entry_process_path, time_definition_id, local_unit_id) values (:b1, :b2, :b3, :b4, :b5, :b6, :b7, :b8:b9, to_date(:b10:b11, :b12), to_date(:b13:b14, :b12), :b16:b17, :b18:b19, :b20:b21, :b22:b23) |
36z3h9rgkd8aa | begin hrassact.update_action_sequence (:aa_id, :itpflg); end; |
3ghycznzr38bs | insert into pay_message_lines (line_sequence, payroll_id, message_level, source_id, source_type, line_text) values (pay_message_lines_s.nextval , :b0:b1, :b2, :b3, :b4, :b5) |
43w0r9122v7jm | select max(bytes) from dba_segments |
47g6xx472xzud | BEGIN FFP51704_01010001.FORMULA( :N3, :I7, :N2, :T1, :I1, :T5, :I5, :T4, :I4, :N8, :I13, :D2, :I8, :T3, :I3, :T8, :I15, :N6, :I11, :T7, :I14, :N4, :I9, :D1, :N12, :I19, :N10, :I17, :N7, :I12, :N11, :I18, :T6, :I6, :N1, :T2, :I2, :N5, :I10, :N9, :I16, :FFERLN, :FFERCD, :FFERMT); END; |
4ds53shhfcynn | declare begin hr_pre_pay.do_prepayment(:p1, :p2, :p3, :p4, :5, :p6:p6ind, :p7); end; |
4f5mjr4hnaz3u | declare begin pay_archive.process_employee(:asg_action); end; |
4gz4b2bh1fs14 | SELECT CONTEXT_ID, SEQUENCE_NO FROM FF_ROUTE_CONTEXT_USAGES WHERE ROUTE_ID = :B1 ORDER BY SEQUENCE_NO |
55dc767ajydh3 | SELECT PROFILE_OPTION_VALUE FROM FND_PROFILE_OPTION_VALUES WHERE PROFILE_OPTION_ID = :B4 AND APPLICATION_ID = :B3 AND LEVEL_ID = 10003 AND LEVEL_VALUE = :B2 AND LEVEL_VALUE_APPLICATION_ID = :B1 AND PROFILE_OPTION_VALUE IS NOT NULL |
5sfm6rppc4y8x | BEGIN pay_us_action_arch.action_archive_data(:aactid, :l_effective_date); END; |
6500rnmy4f88w | SELECT PAP.ACCRUAL_PLAN_ID, PAP.ACCRUAL_PLAN_ELEMENT_TYPE_ID FROM PAY_ACCRUAL_PLANS PAP, PAY_ELEMENT_LINKS_F PEL, PAY_ELEMENT_ENTRIES_F PEE WHERE PAP.ACCRUAL_CATEGORY = :B3 AND PEL.ELEMENT_TYPE_ID= PAP.ACCRUAL_PLAN_ELEMENT_TYPE_ID AND :B1 BETWEEN PEL.EFFECTIVE_START_DATE AND PEL.EFFECTIVE_END_DATE AND PEE.ELEMENT_LINK_ID = PEL.ELEMENT_LINK_ID AND PEE.ASSIGNMENT_ID = :B2 AND :B1 BETWEEN PEE.EFFECTIVE_START_DATE AND PEE.EFFECTIVE_END_DATE |
6pb42jb41fb6w | insert into pay_costs (cost_id, assignment_action_id, input_value_id, run_result_id, cost_allocation_keyflex_id, balance_or_cost, costed_value, debit_or_credit, distributed_input_value_id, distributed_run_result_id, source_id, transfer_to_gl_flag) values (pay_costs_s.nextval , :b1, :b2, :b3, :b4, :b5, fnd_number.canonical_to_number(:b6), :b7, :b8:b9, :b10:b11, :b12:b13, :b14:b15) |
6v07302134wyf | INSERT INTO PAY_ACTION_INFORMATION (ACTION_INFORMATION_ID , ACTION_CONTEXT_ID , ACTION_CONTEXT_TYPE , TAX_UNIT_ID , JURISDICTION_CODE , SOURCE_ID , SOURCE_TEXT , TAX_GROUP , OBJECT_VERSION_NUMBER , EFFECTIVE_DATE , ASSIGNMENT_ID , ACTION_INFORMATION_CATEGORY , ACTION_INFORMATION1 , ACTION_INFORMATION2 , ACTION_INFORMATION3 , ACTION_INFORMATION4 , ACTION_INFORMATION5 , ACTION_INFORMATION6 , ACTION_INFORMATION7 , ACTION_INFORMATION8 , ACTION_INFORMATION9 , ACTION_INFORMATION10 , ACTION_INFORMATION11 , ACTION_INFORMATION12 , ACTION_INFORMATION13 , ACTION_INFORMATION14 , ACTION_INFORMATION15 , ACTION_INFORMATION16 , ACTION_INFORMATION17 , ACTION_INFORMATION18 , ACTION_INFORMATION19 , ACTION_INFORMATION20 , ACTION_INFORMATION21 , ACTION_INFORMATION22 , ACTION_INFORMATION23 , ACTION_INFORMATION24 , ACTION_INFORMATION25 , ACTION_INFORMATION26 , ACTION_INFORMATION27 , ACTION_INFORMATION28 , ACTION_INFORMATION29 , ACTION_INFORMATION30 ) VALUES (:B42 , :B41 , :B40 , :B39 , :B38 , :B37 , :B36 , :B35 , :B34 , :B33 , :B32 , :B31 , :B30 , :B29 , :B28 , :B27 , :B26 , :B25 , :B24 , :B23 , :B22 , :B21 , :B20 , :B19 , :B18 , :B17 , :B16 , :B15 , :B14 , :B13 , :B12 , :B11 , :B10 , :B9 , :B8 , :B7 , :B6 , :B5 , :B4 , :B3 , :B2 , :B1 ) |
73rvua18a9ytx | declare ret number ; BEGIN hr_nonrun_asact . get_next_pop_chunk ( :pactid , :atype , :l_lckhandle , :lub , :lul , :chunk_method , :threads , :slave_no , :curr_chunk , :max_chunks , :stperson:stperson_ind , :endperson:endperson_ind , :chunk:chunk_ind , :rand_chunk:rand_chunk_ind ) ; END ; |
77d28bpwm9svg | SELECT PBV.RUN_BALANCE_STATUS, PBV.BALANCE_LOAD_DATE FROM PAY_BALANCE_VALIDATION PBV WHERE PBV.DEFINED_BALANCE_ID = :B2 AND PBV.BUSINESS_GROUP_ID = :B1 |
7d66dw0vz7yaa | begin pay_cc_process_utils . reset_dates_for_run ( p_asg_id => :v_asg_id , p_sysdate => to_date ( :v_sysdate , :date_format ) , p_assact_id => :v_assact_id ) ; end ; |
7qs7fx89194u1 | SELECT PROFILE_OPTION_VALUE FROM FND_PROFILE_OPTION_VALUES WHERE PROFILE_OPTION_ID = :B4 AND APPLICATION_ID = :B3 AND LEVEL_ID = :B2 AND LEVEL_VALUE = :B1 AND PROFILE_OPTION_VALUE IS NOT NULL |
7rks7t2gukcwn | SELECT /*+ ORDERED */ fnd_number.number_to_canonical(nvl(sum(fnd_number.canonical_to_number(TARGET.result_value) * FEED.scale), 0)) FROM pay_assignment_actions BAL_ASSACT , pay_payroll_actions BACT , pay_run_types_f BAL_PRT , pay_assignment_actions PPASSACT , pay_payroll_actions PPACT , pay_run_types_f PRT , pay_action_interlocks INTLCK2 , pay_assignment_actions ASSACT , pay_payroll_actions PACT , pay_run_results RR , pay_run_result_values TARGET , pay_balance_feeds_f FEED where BAL_ASSACT.assignment_action_id = :ASSIGNMENT_ACTION_ID and BAL_ASSACT.payroll_action_id = BACT.payroll_action_id and BACT.action_type in ('P', 'U', 'R', 'Q') and PPASSACT.assignment_action_id = pay_core_utils.get_pp_action_id( BACT.action_type, BAL_ASSACT.assignment_action_id) and PPASSACT.payroll_action_id = PPACT.payroll_action_id and PPACT.action_type in ('P', 'U') and PPASSACT.assignment_action_id = INTLCK2.locking_action_id and INTLCK2.locked_action_id = ASSACT.assignment_action_id and nvl(BAL_ASSACT.run_type_id, -999) = BAL_PRT.run_type_id (+) and nvl(ASSACT.run_type_id, -999) = PRT.run_type_id (+) and ASSACT.assignment_action_id = decode(BACT.action_type, 'P', ASSACT.assignment_action_id, 'U', ASSACT.assignment_action_id, 'R', decode(nvl(BAL_PRT.run_method, 'N'), 'S', BAL_ASSACT.ASSIGNMENT_ACTION_ID, decode (nvl(PRT.run_method, 'N'), 'S', -999, ASSACT.assignment_action_id)), 'Q', decode(nvl(BAL_PRT.run_method, 'N'), 'S', BAL_ASSACT.ASSIGNMENT_ACTION_ID, decode (nvl(PRT.run_method, 'N'), 'S', -999, ASSACT.assignment_action_id)) ) and ASSACT.tax_unit_id = decode(BACT.action_type, 'P', ASSACT.tax_unit_id, 'U', ASSACT.tax_unit_id, 'R', decode(BAL_ASSACT.SOURCE_ACTION_ID, NULL, ASSACT.TAX_UNIT_ID, BAL_ASSACT.tax_unit_id), 'Q', decode(BAL_ASSACT.SOURCE_ACTION_ID, NULL, ASSACT.TAX_UNIT_ID, BAL_ASSACT.tax_unit_id) ) and ASSACT.assignment_id = BAL_ASSACT.assignment_id and ASSACT.payroll_action_id = PACT.payroll_action_id and nvl(PACT.future_process_mode, 'Y') = 'Y' and PACT.action_type not in ('V') and RR.assignment_action_id = ASSACT.assignment_action_id and TARGET.run_result_id = RR.run_result_id and nvl(TARGET.result_value, '0') != '0' and FEED.balance_type_id = :U1 + DECODE(TARGET.INPUT_VALUE_ID, NULL , 0, 0) and FEED.input_value_id = TARGET.input_value_id and PACT.effective_date between FEED.effective_start_date and FEED.effective_end_date and RR.status in ('P', 'PA') /* Within Jurisdiction */ and substr (RR.jurisdiction_code, 1, :JURISDICTION_LEVEL) = substr (:JURISDICTION_CODE, 1, :JURISDICTION_LEVEL) |
8v2cvg5zhw9ua | SELECT fnd_number.number_to_canonical(nvl(sum(fnd_number.canonical_to_number(TARGET.result_value) * FEED.scale), 0)) FROM /* Assignment within Government Reporting Entity */ pay_run_result_values TARGET , pay_balance_feeds_f FEED , pay_run_results RR , pay_assignment_actions ASSACT , pay_assignment_actions BAL_ASSACT , pay_payroll_actions PACT , pay_payroll_actions BACT where BAL_ASSACT.assignment_action_id = :ASSIGNMENT_ACTION_ID and BAL_ASSACT.payroll_action_id = BACT.payroll_action_id and FEED.balance_type_id = :U1 + decode(TARGET.INPUT_VALUE_ID, null, 0, 0) and FEED.input_value_id = TARGET.input_value_id and nvl(TARGET.result_value, '0') != '0' and TARGET.run_result_id = RR.run_result_id and RR.assignment_action_id = ASSACT.assignment_action_id and ASSACT.payroll_action_id = PACT.payroll_action_id and PACT.effective_date between FEED.effective_start_date and FEED.effective_end_date and RR.status in ('P', 'PA') and ASSACT.action_sequence <= BAL_ASSACT.action_sequence and ASSACT.assignment_id = BAL_ASSACT.assignment_id and ASSACT.tax_unit_id = :TAX_UNIT_ID /* Year To Date */ and PACT.effective_date >= trunc(BACT.effective_date, 'Y') /* Within Jurisdiction */ and :JURISDICTION_LEVEL != 0 and substr (RR.jurisdiction_code, 1, :JURISDICTION_LEVEL) = substr (:JURISDICTION_CODE, 1, :JURISDICTION_LEVEL) |
8w57t3xaxs89k | SELECT NAME, VERSION FROM FND_CACHE_VERSIONS |
9gut0j2v6npp7 | select 'X' into :b0 from Fnd_Concurrent_Requests where Request_ID=:b1 for update of Status_Code |
9jv68n0ctas75 | begin pay_core_utils . get_prorated_dates ( :ee_id , :asg_act_id , :time_def_type , :time_def_id:time_def_ind , :pro_dates:prod_ind , :pro_types:prot_ind ) ; END ; |
9w141c6p8f5gu | declare alt_dummy1 boolean;begin fnd_profile.get_specific(:name, :userid, :respid, :applid, :val, alt_dummy1);end; |
9wupzu1crbdbb | SELECT RO.TEXT, RO.OPTIMIZER_HINT FROM FF_ROUTES RO WHERE RO.ROUTE_ID = :B1 |
aw7fu9a9bdyus | SELECT * FROM PER_SECURITY_PROFILES WHERE SECURITY_PROFILE_ID = :B1 |
bb8xj89g0aq9q | select parameter_value into :b0 from pay_action_parameters where ((parameter_name=:b1 or parameter_name=REPLACE(:b1, ' ', '_')) or parameter_name=REPLACE(:b1, '_', ' ')) |
bkzygbymgqf34 | INSERT INTO PAY_ASSIGNMENT_ACTIONS ( ASSIGNMENT_ACTION_ID, ASSIGNMENT_ID, PAYROLL_ACTION_ID, ACTION_STATUS, CHUNK_NUMBER, ACTION_SEQUENCE, PRE_PAYMENT_ID, OBJECT_VERSION_NUMBER, TAX_UNIT_ID, SOURCE_ACTION_ID, OBJECT_ID, OBJECT_TYPE, START_DATE, END_DATE) SELECT :B12 , :B11 , :B10 , :B9 , :B8 , PAY_ASSIGNMENT_ACTIONS_S.NEXTVAL, :B7 , 1, :B6 , :B5 , :B4 , :B3 , :B2 , :B1 FROM DUAL |
cn5un9cxnah8w | SELECT NVL(PBD.PERIOD_TYPE, 'NULL'), PBD.START_DATE_CODE FROM PAY_BALANCE_DIMENSIONS PBD, PAY_DEFINED_BALANCES PDB WHERE PDB.DEFINED_BALANCE_ID = :B1 AND PDB.BALANCE_DIMENSION_ID = PBD.BALANCE_DIMENSION_ID |
dab1prc9qyv3v | begin hr_nonrun_asact.asact(:pactid, :atype, :itpflg, :ptype, :lub, :lul, :use_pop_person); end; |
dz7tyjxnar7gt | SELECT /*+ ORDERED */ fnd_number.number_to_canonical(nvl(sum(fnd_number.canonical_to_number(TARGET.result_value) * FEED.scale), 0)) FROM pay_assignment_actions BAL_ASSACT , pay_payroll_actions BACT , pay_run_types_f BAL_PRT , pay_assignment_actions PPASSACT , pay_payroll_actions PPACT , pay_run_types_f PRT , pay_action_interlocks INTLCK2 , pay_assignment_actions ASSACT , pay_payroll_actions PACT , pay_run_results RR , pay_run_result_values TARGET , pay_balance_feeds_f FEED where BAL_ASSACT.assignment_action_id = :ASSIGNMENT_ACTION_ID and BAL_ASSACT.payroll_action_id = BACT.payroll_action_id and BACT.action_type in ('P', 'U', 'R', 'Q') and PPASSACT.assignment_action_id = pay_core_utils.get_pp_action_id( BACT.action_type, BAL_ASSACT.assignment_action_id) and PPASSACT.payroll_action_id = PPACT.payroll_action_id and PPACT.action_type in ('P', 'U') and PPASSACT.assignment_action_id = INTLCK2.locking_action_id and INTLCK2.locked_action_id = ASSACT.assignment_action_id and nvl(BAL_ASSACT.run_type_id, -999) = BAL_PRT.run_type_id (+) and nvl(ASSACT.run_type_id, -999) = PRT.run_type_id (+) and ASSACT.assignment_action_id = decode(BACT.action_type, 'P', ASSACT.assignment_action_id, 'U', ASSACT.assignment_action_id, 'R', decode(nvl(BAL_PRT.run_method, 'N'), 'S', BAL_ASSACT.ASSIGNMENT_ACTION_ID, decode (nvl(PRT.run_method, 'N'), 'S', -999, ASSACT.assignment_action_id)), 'Q', decode(nvl(BAL_PRT.run_method, 'N'), 'S', BAL_ASSACT.ASSIGNMENT_ACTION_ID, decode (nvl(PRT.run_method, 'N'), 'S', -999, ASSACT.assignment_action_id)) ) and ASSACT.tax_unit_id = decode(BACT.action_type, 'P', ASSACT.tax_unit_id, 'U', ASSACT.tax_unit_id, 'R', decode(BAL_ASSACT.SOURCE_ACTION_ID, NULL, ASSACT.TAX_UNIT_ID, BAL_ASSACT.tax_unit_id), 'Q', decode(BAL_ASSACT.SOURCE_ACTION_ID, NULL, ASSACT.TAX_UNIT_ID, BAL_ASSACT.tax_unit_id) ) and ASSACT.assignment_id = BAL_ASSACT.assignment_id and ASSACT.payroll_action_id = PACT.payroll_action_id and nvl(PACT.future_process_mode, 'Y') = 'Y' and PACT.action_type not in ('V') and RR.assignment_action_id = ASSACT.assignment_action_id and RR.status in ('P', 'PA') and TARGET.run_result_id = RR.run_result_id and nvl(TARGET.result_value, '0') != '0' and FEED.balance_type_id = :U1 + DECODE(TARGET.INPUT_VALUE_ID, NULL , 0, 0) and FEED.input_value_id = TARGET.input_value_id and PACT.effective_date between FEED.effective_start_date and FEED.effective_end_date and exists (select null from pay_taxability_rules TR , pay_element_types_f ET , pay_balance_types BT where ET.element_type_id = RR.element_type_id and PACT.date_earned between ET.effective_start_date and ET.effective_end_date and BT.balance_type_id = :U1 and TR.classification_id = ET.classification_id + 0 and TR.tax_category = ET.element_information1 and TR.tax_type = BT.tax_type and TR.jurisdiction_code = '00-000-0000' and nvl(TR.status, 'VALID') <> 'D' ) |
f78ff26qcfjan | update PAY_ASSIGNMENT_ACTIONS set ACTION_STATUS='C' where (rowid=:b0 and ACTION_STATUS<>'S') |
fbpf0hy40v80s |
select /*+ ORDERED USE_NL(AA PA RR RRV LIV IV PERA ET FC EC EL) INDEX(AA PAY_ASSIGNMENT_ACTIONS_PK, PA PAY_PAYROLL_ACTIONS_PK, RR PAY_RUN_RESULTS_N50, ET PAY_ELEMENT_TYPES_F_PK, EL PAY_ELEMENT_LINKS_F_PK, EE PAY_ELEMENT_ENTRIES_F_PK, IV PAY_INPUT_VALUES_F_N1, PERA +*/ EL2.element_link_id , EL2.costable_type , EL2.cost_allocation_keyflex_id , EL2.balancing_keyflex_id , EL2.element_set_id , decode(IV.uom, 'M', nvl(FC.precision, 3), 3) , nvl(EC.costing_debit_or_credit, 'D') , to_char(RR.run_result_id) , decode(:b0, 'A', decode(EE.entry_type, 'A', EE.target_entry_id, 'R', EE.target_entry_id, RR.source_id), RR.source_id) , decode(:b0, 'A', nvl(EE.entry_type, 'N'), 'N') , decode(RR.source_type, 'E', nvl(EE.creator_type, 'X'), 'I', decode(EE.creator_type, null , 'X', 'N')) , EE.cost_allocation_keyflex_id , RR.element_type_id , RRV.input_value_id , RRV.result_value , IV.uom , decode(EL2.costable_type, 'D', decode(decode(RR.source_type, 'E', EE.creator_type, 'N'), 'RR', 2, 'EE', 2, 'NR', 2, 'PR', 2, 3), 1) , RR.jurisdiction_code , decode(IV.uom, 'M', decode(IV.name, 'Pay Value', 1, 0), 0) , to_char(decode(:b2, 0, PA.date_earned, decode(RR.end_date, null , PA.date_earned, hr_cost.get_cost_date(RR.source_id, RR.source_type, RR.end_date, PA.date_earned))), 'YYYY/MM/DD') , EL2.transfer_to_gl_flag , decode(:b3, null , null , hr_cost.get_context_value(:b3, RR.run_result_id, RR.element_type_id, PA.date_earned)) , decode(:b5, null , null , hr_cost.get_context_value(:b5, RR.run_result_id, RR.element_type_id, PA.date_earned)) , decode(:b7, null , null , hr_cost.get_context_value(:b7, RR.run_result_id, RR.element_type_id, PA.date_earned)) , decode(:b9, null , null , hr_cost.get_context_value(:b9, RR.run_result_id, RR.element_type_id, PA.date_earned)) from pay_assignment_actions AA , pay_payroll_actions PA , per_all_assignments_f PERA , pay_run_results RR , pay_element_entries_f EE , pay_element_types_f ET , pay_element_classifications EC , fnd_currencies FC , pay_input_values_f IV , pay_run_result_values RRV , pay_link_input_values_f LIV , pay_element_links_f EL , pay_element_links_f EL2 where (((((((((((((((((((((((((((((((AA.assignment_action_id=:b11 and AA.payroll_action_id=PA.payroll_action_id) and RR.assignment_action_id=:b11) and RR.status like 'P%') and RR.element_type_id=ET.element_type_id) and RRV.run_result_id=RR.run_result_id) and IV.input_value_id=RRV.input_value_id) and decode(RR.end_date, null , PA.date_earned, hr_cost.get_rr_date(RR.source_id, RR.source_type, RR.end_date, PA.date_earned)) between IV.effective_start_date and IV.effective_end_date) and IV.element_type_id=ET.element_type_id) and RRV.result_value is not null ) and (decode(:b13, 'Y', 1, fnd_number.canonical_to_number(RRV.result_value))+decode(LIV.DEFAULT_VALUE, 'M', 0, 0))<>0) and RRV.input_value_id=LIV.input_value_id) and decode(RR.end_date, null , PA.date_earned, hr_cost.get_rr_date(RR.source_id, RR.source_type, RR.end_date, PA.date_earned)) between LIV.effective_start_date and LIV.effective_end_date) and LIV.costed_flag='Y') and LIV.element_link_id=EL.element_link_id) and decode(RR.entry_type, 'B', nvl(RR.element_entry_id, RR.source_id), RR.source_id)=EE.element_entry_id(+)) and decode(RR.end_date, null , to_date(:b14, 'YYYY/MM/DD'), hr_cost.get_rr_date(RR.source_id, RR.source_type, RR.end_date, to_date(:b14, 'YYYY/MM/DD'))) between EE.effective_start_date(+) and EE.effective_end_date(+)) and RR.element_type_id=ET.element_type_id) and decode(RR.end_date, null , PA.date_earned, hr_cost.get_rr_date(RR.source_id, RR.source_type, RR.end_date, PA.date_earned)) between ET.effective_start_date and ET.effective_end_date) and ET.classification_id=EC.classification_id) and ET.output_currency_code=FC.currency_code) and (ET.element_type_id+0)=(EL.element_type_id+0)) and decode(RR.end_date, null , PA.date_earned, hr_cost.get_rr_date(RR.source_id, RR.source_type, RR.end_date, PA.date_earned)) between EL.effective_start_date and EL.effective_end_date) and EL.costable_t
ype<>'N') and ((PA.action_type='B' and hr_cost.cost_bal_adj(nvl(RR.element_entry_id, RR.source_id), PA.date_earned)='Y') or PA.action_type<>'B')) and PERA.assignment_id=:b16) and (PERA.business_group_id+0)=(EL.business_group_id+0)) and decode(RR.end_date, null , PA.date_earned, hr_cost.get_rr_date(RR.source_id, RR.source_type, RR.end_date, PA.date_earned)) between PERA.effective_start_date and PERA.effective_end_date) and (((EE.element_entry_id is not null and RR.source_type='E') and EL.element_link_id=EE.element_link_id) or ((((((((((EE.element_entry_id is null or (EE.element_entry_id is not null and RR.source_type<>'E')) and (((EL.payroll_id is not null and EL.payroll_id=PERA.payroll_id) or (EL.link_to_all_payrolls_flag='Y' and PERA.payroll_id is not null )) or EL.payroll_id is null )) and (EL.organization_id=PERA.organization_id or EL.organization_id is null )) and (EL.position_id=PERA.position_id or EL.position_id is null )) and (EL.job_id=PERA.job_id or EL.job_id is null )) and (EL.grade_id=PERA.grade_id or EL.grade_id is null )) and (EL.location_id=PERA.location_id or EL.location_id is null )) and (EL.pay_basis_id=PERA.pay_basis_id or EL.pay_basis_id is null )) and (EL.employment_category=PERA.employment_category or EL.employment_category is null )) and (EL.people_group_id is null or exists (select 1 from pay_assignment_link_usages_f PAL where ((PAL.assignment_id=:b16 and PAL.element_link_id=EL.element_link_id) and decode(RR.end_date, null , PA.date_earned, hr_cost.get_rr_date(RR.source_id, RR.source_type, RR.end_date, PA.date_earned)) between PAL.effective_start_date and PAL.effective_end_date)))))) and EL2.element_link_id=EL.element_link_id) and decode(:b2, 0, PA.date_earned, decode(EL.costable_type, 'D', PA.date_earned, decode(RR.end_date, null , PA.date_earned, hr_cost.get_rr_date(RR.source_id, RR.source_type, RR.end_date, PA.date_earned)))) between EL2.effective_start_date and EL2.effective_end_date) and (:b19=0 or (:b19<>0 and exists (select null from pay_ele_classification_rules ECR where ((ECR.element_set_id=:b19 and ET.classification_id=ECR.classification_id) and not exists (select null from pay_element_type_rules ETR where ((ETR.element_set_id=:b19 and ETR.element_type_id=ET.element_type_id) and ETR.include_or_exclude='E'))) union select null from pay_element_type_rules ETR where ((ETR.element_set_id=:b19 and ETR.element_type_id=ET.element_type_id) and ETR.include_or_exclude='I'))))) order by 17, 8, 14 |
fkrq6dbyub3fv | INSERT INTO PAY_ACTION_INTERLOCKS ( LOCKING_ACTION_ID, LOCKED_ACTION_ID) VALUES (:B2 , :B1 ) |
g2daxnc5b7rav | SELECT /*+ ORDERED */ fnd_number.number_to_canonical(nvl(sum(fnd_number.canonical_to_number(TARGET.result_value) * FEED.scale), 0)) FROM pay_assignment_actions BAL_ASSACT , pay_payroll_actions BACT , pay_run_types_f BAL_PRT , pay_assignment_actions PPASSACT , pay_payroll_actions PPACT , pay_run_types_f PRT , pay_action_interlocks INTLCK2 , pay_assignment_actions ASSACT , pay_payroll_actions PACT , pay_run_results RR , pay_run_result_values TARGET , pay_balance_feeds_f FEED where BAL_ASSACT.assignment_action_id = :ASSIGNMENT_ACTION_ID and BAL_ASSACT.payroll_action_id = BACT.payroll_action_id and BACT.action_type in ('P', 'U', 'R', 'Q') and PPASSACT.assignment_action_id = pay_core_utils.get_pp_action_id( BACT.action_type, BAL_ASSACT.assignment_action_id) and PPASSACT.payroll_action_id = PPACT.payroll_action_id and PPACT.action_type in ('P', 'U') and PPASSACT.assignment_action_id = INTLCK2.locking_action_id and INTLCK2.locked_action_id = ASSACT.assignment_action_id and nvl(BAL_ASSACT.run_type_id, -999) = BAL_PRT.run_type_id (+) and nvl(ASSACT.run_type_id, -999) = PRT.run_type_id (+) and ASSACT.assignment_action_id = decode(BACT.action_type, 'P', ASSACT.assignment_action_id, 'U', ASSACT.assignment_action_id, 'R', decode(nvl(BAL_PRT.run_method, 'N'), 'S', BAL_ASSACT.ASSIGNMENT_ACTION_ID, decode (nvl(PRT.run_method, 'N'), 'S', -999, ASSACT.assignment_action_id)), 'Q', decode(nvl(BAL_PRT.run_method, 'N'), 'S', BAL_ASSACT.ASSIGNMENT_ACTION_ID, decode (nvl(PRT.run_method, 'N'), 'S', -999, ASSACT.assignment_action_id)) ) and ASSACT.tax_unit_id = decode(BACT.action_type, 'P', ASSACT.tax_unit_id, 'U', ASSACT.tax_unit_id, 'R', decode(BAL_ASSACT.SOURCE_ACTION_ID, NULL, ASSACT.TAX_UNIT_ID, BAL_ASSACT.tax_unit_id), 'Q', decode(BAL_ASSACT.SOURCE_ACTION_ID, NULL, ASSACT.TAX_UNIT_ID, BAL_ASSACT.tax_unit_id) ) and ASSACT.assignment_id = BAL_ASSACT.assignment_id and ASSACT.payroll_action_id = PACT.payroll_action_id and nvl(PACT.future_process_mode, 'Y') = 'Y' and PACT.action_type not in ('V') and RR.assignment_action_id = ASSACT.assignment_action_id and RR.status in ('P', 'PA') and TARGET.run_result_id = RR.run_result_id and nvl(TARGET.result_value, '0') != '0' and FEED.balance_type_id = :U1 + DECODE(TARGET.INPUT_VALUE_ID, NULL , 0, 0) and FEED.input_value_id = TARGET.input_value_id and PACT.effective_date between FEED.effective_start_date and FEED.effective_end_date |
g4jp561h1bs98 |
select /*+ ORDERED USE_NL(ACT EE ET EEV) INDEX(ACT PAY_ASSIGNMENT_ACTIONS_PK, EE PAY_ELEMENT_ENTRIES_F_N50, ET PAY_ELEMENT_TYPES_F_PK, EEV PAY_ELEMENT_ENTRY_VALUES_F_N50) +*/ EE.entry_type , to_char(EE.element_entry_id) , decode(:b0, 'T', decode(EE.entry_type, 'R', to_char(EE.target_entry_id), 'A', to_char(EE.target_entry_id), to_char(EE.original_entry_id)), to_char(EE.original_entry_id)) , EE.element_link_id , to_char(EE.target_entry_id) , EE.subpriority , ET.element_type_id , ET.processing_priority , ET.processing_type , EEV.input_value_id , EEV.screen_entry_value , to_char(null ) , to_char(null ) , 0 , to_char(null ) , to_char(null ) , decode(EE.entry_type, 'S', 1, 'E', 2, 'R', 2, 'A', 2, 'D', 3) , nvl(EE.target_entry_id, EE.element_entry_id) , decode(EE.entry_type, 'E', 2, 1) , to_char(EE.effective_start_date, :b1) , to_char(EE.effective_end_date, :b1) , ET.proration_group_id , pay_retro_pkg.is_retro_entry(EE.creator_type) , to_char(null ) , 'RECALC_NON_RETRO' , 'E' , PEPD.tax_unit_id , to_char(null ) , PEPD.time_definition_id , nvl(ET.time_definition_type, 'N') , to_char(decode(ET.processing_type, 'R', to_date(null , :b1), EE.date_earned), :b1) , decode(:b5, 'N', to_char(EE.source_start_date, :b1), null ) , decode(:b5, 'N', to_char(EE.source_end_date, :b1), null ) , EE.label_identifier , decode(ACT.action_status, 'B', decode(EE.creator_type, 'EE', pay_retro_pkg.process_retro_entry(EE.element_entry_id, EE.element_type_id, :b9:b10, :b11:b12, EE.creator_id, ACT.action_sequence), 'RR', pay_retro_pkg.process_retro_entry(EE.element_entry_id, EE.element_type_id, :b9:b14, :b11:b16, EE.creator_id, ACT.action_sequence), 1), 1) , decode(EE.creator_type, 'EE', decode(:b5, 'N', to_char(EE.source_start_date, :b1), null ), 'RR', decode(:b5, 'N', to_char(EE.source_start_date, :b1), null ), 'AE', to_char(EE.source_start_date, :b1), 'AD', to_char(EE.source_start_date, :b1), null ) , decode(EE.creator_type, 'EE', decode(:b5, 'N', to_char(EE.source_end_date, :b1), null ), 'RR', decode(:b5, 'N', to_char(EE.source_end_date, :b1), null ), 'AE', to_char(EE.source_end_date, :b1), 'AD', to_char(EE.source_end_date, :b1), null ) from pay_assignment_actions ACT , pay_element_entries_f EE , pay_element_types_f ET , pay_element_entry_values_f EEV , pay_entry_process_details PEPD where (((((((((((((((ACT.assignment_action_id=:b29 and EE.assignment_id=:b30) and ((:b31='N' and to_date(:b32, :b1) between EE.effective_start_date and EE.effective_end_date) or ((:b31='Y' and EE.effective_start_date<=to_date(:b32, :b1)) and EE.effective_end_date>=decode(ET.proration_group_id, null , decode(nvl(ET.time_definition_type, 'N'), 'N', to_date(:b32, :b1), pay_core_utils.get_time_period_start(ACT.payroll_action_id)), pay_interpreter_pkg.prorate_start_date(:b29, ET.proration_group_id))))) and EE.element_type_id=ET.element_type_id) and EE.element_entry_id=PEPD.element_entry_id(+)) and to_date(:b32, :b1) between ET.effective_start_date and ET.effective_end_date) and EEV.element_entry_id(+)=EE.element_entry_id) and EEV.screen_entry_value(+) is not null ) and EE.effective_start_date=EEV.effective_start_date(+)) and EE.effective_end_date=EEV.effective_end_date(+)) and EE.entry_type<>'B') and ET.process_in_run_flag<>'N') and ((:b31='N' or ET.proration_group_id is null ) or (:b31='Y' and exists (select '' from pay_payroll_actions ppa , per_time_periods ptp , pay_element_entries_f pee where (((((pee.element_entry_id=EE.element_entry_id and ppa.payroll_action_id=ACT.payroll_action_id) and ppa.payroll_id=ptp.payroll_id) and to_date(:b32, :b1) between ptp.start_date and ptp.end_date) and pee.effective_start_date<=ptp.end_date) and pee.effective_end_date>=ptp.start_date))))) and not (ACT.action_status='B' and EE.creator_type='P')) and not (ACT.action_status='B' and EE.creator_type='R')) and ((((ET.processing_type='N' or EE.entry_type='D') and nvl(EE.date_earned, to_date('01/01/0001', 'DD/MM/YYYY'))<=to_date(:b32, :b1)) and not exists (select '' from p
ay_run_results prr where (((prr.source_id=EE.element_entry_id and prr.source_type='E') and nvl(prr.status, 'U') not in ('B', 'U')) and not exists (select '' from pay_run_results prr2 where (source_id=prr.run_result_id and source_type='R'))))) or ((ET.processing_type<>'N' and EE.entry_type<>'D') and ((nvl(ET.once_each_period_flag, 'N')='Y' and not exists (select '' from pay_run_results prr , pay_assignment_actions paa , pay_payroll_actions ppa , per_time_periods ptp , per_time_periods ptp1 , pay_payroll_actions ppa1 where (((((((((((prr.source_id=EE.element_entry_id and prr.source_type='E') and paa.assignment_action_id=prr.assignment_action_id) and ppa.payroll_action_id=paa.payroll_action_id) and ptp.payroll_id=ppa.payroll_id) and ppa.date_earned between ptp.start_date and ptp.end_date) and ppa1.payroll_action_id=ACT.payroll_action_id) and ptp1.payroll_id=ppa1.payroll_id) and ppa1.date_earned between ptp1.start_date and ptp1.end_date) and ptp.time_period_id=ptp1.time_period_id) and nvl(prr.status, 'U') not in ('B', 'U')) and not exists (select '' from pay_run_results prr2 where (source_id=prr.run_result_id and source_type='R'))))) or nvl(ET.once_each_period_flag, 'N')='N')))) order by 8 asc , 6 asc , 7 asc , 17 asc , 18 asc , 19 asc , 20 asc |
gjm43un5cy843 | SELECT SUM(USED), SUM(TOTAL) FROM (SELECT /*+ ORDERED */ SUM(D.BYTES)/(1024*1024)-MAX(S.BYTES) USED, SUM(D.BYTES)/(1024*1024) TOTAL FROM (SELECT TABLESPACE_NAME, SUM(BYTES)/(1024*1024) BYTES FROM (SELECT /*+ ORDERED USE_NL(obj tab) */ DISTINCT TS.NAME FROM SYS.OBJ$ OBJ, SYS.TAB$ TAB, SYS.TS$ TS WHERE OBJ.OWNER# = USERENV('SCHEMAID') AND OBJ.OBJ# = TAB.OBJ# AND TAB.TS# = TS.TS# AND BITAND(TAB.PROPERTY, 1) = 0 AND BITAND(TAB.PROPERTY, 4194400) = 0) TN, DBA_FREE_SPACE SP WHERE SP.TABLESPACE_NAME = TN.NAME GROUP BY SP.TABLESPACE_NAME) S, DBA_DATA_FILES D WHERE D.TABLESPACE_NAME = S.TABLESPACE_NAME GROUP BY D.TABLESPACE_NAME) |
grg3zu94xp62h | SELECT PDB.BALANCE_TYPE_ID, PDR.ROUTE_ID, PDR.BALANCE_TYPE_COLUMN, PDR.RETRIEVAL_COLUMN, NVL(PDR.DECODE_REQUIRED, 'N'), NVL(JURISDICTION_LEVEL, 0) FROM PAY_DEFINED_BALANCES PDB, PAY_DIMENSION_ROUTES PDR, PAY_BALANCE_TYPES PBT WHERE PDB.DEFINED_BALANCE_ID = :B2 AND PDB.BALANCE_DIMENSION_ID = PDR.BALANCE_DIMENSION_ID AND PBT.BALANCE_TYPE_ID = PDB.BALANCE_TYPE_ID AND PDR.PRIORITY = :B1 |
gvrx5h0ynb5f7 | begin :release := fnd_release.major_version;end; |
Statistic | Total | per Second | per Trans |
Batched IO (bound) vector count | 435 | 0.27 | 0.00 |
Batched IO (full) vector count | 0 | 0.00 | 0.00 |
Batched IO (space) vector count | 1 | 0.00 | 0.00 |
Batched IO block miss count | 1,344 | 0.83 | 0.01 |
Batched IO buffer defrag count | 0 | 0.00 | 0.00 |
Batched IO double miss count | 1 | 0.00 | 0.00 |
Batched IO same unit count | 886 | 0.55 | 0.00 |
Batched IO single block count | 426 | 0.26 | 0.00 |
Batched IO vector block count | 33 | 0.02 | 0.00 |
Batched IO vector read count | 11 | 0.01 | 0.00 |
Block Cleanout Optim referenced | 233,117 | 144.41 | 0.95 |
CCursor + sql area evicted | 0 | 0.00 | 0.00 |
CPU used by this session | 2,699,645 | 1,672.31 | 10.99 |
CPU used when call started | 2,699,357 | 1,672.13 | 10.99 |
CR blocks created | 10,395,347 | 6,439.46 | 42.32 |
Cached Commit SCN referenced | 39,553 | 24.50 | 0.16 |
Commit SCN cached | 1,200,273 | 743.52 | 4.89 |
DB time | 7,559,924 | 4,683.04 | 30.78 |
DBWR checkpoint buffers written | 1,715,908 | 1,062.93 | 6.99 |
DBWR checkpoints | 1 | 0.00 | 0.00 |
DBWR thread checkpoint buffers written | 183 | 0.11 | 0.00 |
DBWR transaction table writes | 320 | 0.20 | 0.00 |
DBWR undo block writes | 1,139,451 | 705.84 | 4.64 |
DFO trees parallelized | 0 | 0.00 | 0.00 |
Effective IO time | 0 | 0.00 | 0.00 |
HSC Heap Segment Block Changes | 17,819,086 | 11,038.14 | 72.55 |
Heap Segment Array Inserts | 2,085,513 | 1,291.88 | 8.49 |
Heap Segment Array Updates | 106,902 | 66.22 | 0.44 |
IMU CR rollbacks | 1,930,578 | 1,195.91 | 7.86 |
IMU Flushes | 156,170 | 96.74 | 0.64 |
IMU Redo allocation size | 1,854,606,308 | 1,148,847.48 | 7,550.96 |
IMU commits | 89,419 | 55.39 | 0.36 |
IMU contention | 65,277 | 40.44 | 0.27 |
IMU ktichg flush | 383 | 0.24 | 0.00 |
IMU pool not allocated | 0 | 0.00 | 0.00 |
IMU recursive-transaction flush | 5,123 | 3.17 | 0.02 |
IMU undo allocation size | 3,452,540,992 | 2,138,698.11 | 14,056.89 |
IMU- failed to get a private strand | 0 | 0.00 | 0.00 |
Number of read IOs issued | 0 | 0.00 | 0.00 |
PX local messages recv'd | 0 | 0.00 | 0.00 |
PX local messages sent | 0 | 0.00 | 0.00 |
Parallel operations downgraded 50 to 75 pct | 0 | 0.00 | 0.00 |
Requests to/from client | 21,784,260 | 13,494.40 | 88.69 |
RowCR - row contention | 223,896 | 138.69 | 0.91 |
RowCR attempts | 9,869,870 | 6,113.95 | 40.18 |
RowCR hits | 9,625,755 | 5,962.73 | 39.19 |
SMON posted for undo segment shrink | 74 | 0.05 | 0.00 |
SQL*Net roundtrips to/from client | 21,784,266 | 13,494.40 | 88.69 |
active txn count during cleanout | 143,284,863 | 88,758.70 | 583.38 |
application wait time | 466,068 | 288.71 | 1.90 |
background checkpoints completed | 1 | 0.00 | 0.00 |
background checkpoints started | 1 | 0.00 | 0.00 |
background timeouts | 10,533 | 6.52 | 0.04 |
branch node splits | 1,021 | 0.63 | 0.00 |
buffer is not pinned count | 1,743,419,944 | 1,079,972.39 | 7,098.27 |
buffer is pinned count | 1,056,395,905 | 654,391.05 | 4,301.08 |
bytes received via SQL*Net from client | 5,796,252,540 | 3,590,524.88 | 23,599.22 |
bytes sent via SQL*Net to client | 3,322,179,113 | 2,057,944.63 | 13,526.13 |
calls to get snapshot scn: kcmgss | 220,885,035 | 136,828.62 | 899.33 |
calls to kcmgas | 12,328,536 | 7,636.99 | 50.20 |
calls to kcmgcs | 7,681,196 | 4,758.16 | 31.27 |
cell physical IO interconnect bytes | 39,543,589,376 | 24,495,523.73 | 161,000.23 |
change write time | 36,611 | 22.68 | 0.15 |
cleanout - number of ktugct calls | 15,414,065 | 9,548.34 | 62.76 |
cleanouts and rollbacks - consistent read gets | 9,819,323 | 6,082.64 | 39.98 |
cleanouts only - consistent read gets | 265,554 | 164.50 | 1.08 |
cluster key scan block gets | 1,824,724 | 1,130.34 | 7.43 |
cluster key scans | 689,350 | 427.02 | 2.81 |
commit batch/immediate performed | 44,589 | 27.62 | 0.18 |
commit batch/immediate requested | 44,589 | 27.62 | 0.18 |
commit cleanout failures: block lost | 764 | 0.47 | 0.00 |
commit cleanout failures: callback failure | 946,285 | 586.18 | 3.85 |
commit cleanout failures: cannot pin | 89,436 | 55.40 | 0.36 |
commit cleanouts | 6,357,944 | 3,938.47 | 25.89 |
commit cleanouts successfully completed | 5,321,459 | 3,296.41 | 21.67 |
commit immediate performed | 44,589 | 27.62 | 0.18 |
commit immediate requested | 44,589 | 27.62 | 0.18 |
commit txn count during cleanout | 3,618,311 | 2,241.39 | 14.73 |
concurrency wait time | 590,987 | 366.09 | 2.41 |
consistent changes | 627,138,933 | 388,485.13 | 2,553.37 |
consistent gets | 3,096,119,481 | 1,917,910.57 | 12,605.73 |
consistent gets - examination | 2,168,672,957 | 1,343,398.03 | 8,829.67 |
consistent gets direct | 4 | 0.00 | 0.00 |
consistent gets from cache | 3,096,119,477 | 1,917,910.57 | 12,605.73 |
consistent gets from cache (fastpath) | 857,852,730 | 531,402.24 | 3,492.72 |
cursor authentications | 151 | 0.09 | 0.00 |
data blocks consistent reads - undo records applied | 626,676,716 | 388,198.81 | 2,551.49 |
db block changes | 137,279,281 | 85,038.51 | 558.93 |
db block gets | 179,806,518 | 111,382.27 | 732.08 |
db block gets direct | 83 | 0.05 | 0.00 |
db block gets from cache | 179,806,435 | 111,382.22 | 732.08 |
db block gets from cache (fastpath) | 41,670,951 | 25,813.33 | 169.66 |
deferred (CURRENT) block cleanout applications | 283,525 | 175.63 | 1.15 |
dirty buffers inspected | 0 | 0.00 | 0.00 |
doubling up with imu segment | 0 | 0.00 | 0.00 |
enqueue conversions | 10,534 | 6.53 | 0.04 |
enqueue releases | 3,021,541 | 1,871.71 | 12.30 |
enqueue requests | 3,028,952 | 1,876.30 | 12.33 |
enqueue timeouts | 7,416 | 4.59 | 0.03 |
enqueue waits | 1,277,914 | 791.61 | 5.20 |
exchange deadlocks | 653,890 | 405.06 | 2.66 |
execute count | 232,541,934 | 144,049.56 | 946.79 |
failed probes on index block reclamation | 6 | 0.00 | 0.00 |
file io service time | 39,561 | 24.51 | 0.16 |
file io wait time | 123,865,938 | 76,729.53 | 504.32 |
free buffer inspected | 2,206,235 | 1,366.67 | 8.98 |
free buffer requested | 12,414,645 | 7,690.33 | 50.55 |
heap block compress | 257,342 | 159.41 | 1.05 |
hot buffers moved to head of LRU | 1,002,760 | 621.17 | 4.08 |
immediate (CR) block cleanout applications | 10,085,066 | 6,247.26 | 41.06 |
immediate (CURRENT) block cleanout applications | 896,881 | 555.58 | 3.65 |
in call idle wait time | 11,325,501 | 7,015.65 | 46.11 |
index crx upgrade (positioned) | 5,112 | 3.17 | 0.02 |
index fetch by key | 434,435,296 | 269,113.66 | 1,768.79 |
index scans kdiixs1 | 402,004,737 | 249,024.35 | 1,636.75 |
java call heap collected bytes | 193,688 | 119.98 | 0.79 |
java call heap collected count | 1,514 | 0.94 | 0.01 |
java call heap gc count | 1 | 0.00 | 0.00 |
java call heap live object count | 471 | 0.29 | 0.00 |
java call heap live object count max | 471 | 0.29 | 0.00 |
java call heap live size | 26,856 | 16.64 | 0.11 |
java call heap live size max | 26,856 | 16.64 | 0.11 |
java call heap object count | 1,146 | 0.71 | 0.00 |
java call heap object count max | 1,146 | 0.71 | 0.00 |
java call heap total size | 0 | 0.00 | 0.00 |
java call heap total size max | 0 | 0.00 | 0.00 |
java call heap used size | 62,112 | 38.48 | 0.25 |
java call heap used size max | 62,112 | 38.48 | 0.25 |
java session heap live size | 0 | 0.00 | 0.00 |
java session heap live size max | 0 | 0.00 | 0.00 |
java session heap used size | 0 | 0.00 | 0.00 |
java session heap used size max | 0 | 0.00 | 0.00 |
leaf node 90-10 splits | 41,104 | 25.46 | 0.17 |
leaf node splits | 235,759 | 146.04 | 0.96 |
lob reads | 2,030 | 1.26 | 0.01 |
lob writes | 4,283 | 2.65 | 0.02 |
lob writes unaligned | 4,283 | 2.65 | 0.02 |
logical read bytes from cache | 26,831,587,049,472 | 16,620,994,394.21 | 109,243,795.29 |
logons cumulative | 509 | 0.32 | 0.00 |
max cf enq hold time | 30 | 0.02 | 0.00 |
messages received | 425,668 | 263.68 | 1.73 |
messages sent | 425,668 | 263.68 | 1.73 |
min active SCN optimization applied on CR | 45,125,823 | 27,953.47 | 183.73 |
no buffer to keep pinned count | 1,259 | 0.78 | 0.01 |
no work - consistent read gets | 867,949,525 | 537,656.76 | 3,533.82 |
non-idle wait count | 38,030,295 | 23,558.10 | 154.84 |
non-idle wait time | 1,097,435 | 679.81 | 4.47 |
opened cursors cumulative | 220,214,222 | 136,413.08 | 896.59 |
parse count (describe) | 0 | 0.00 | 0.00 |
parse count (failures) | 0 | 0.00 | 0.00 |
parse count (hard) | 598 | 0.37 | 0.00 |
parse count (total) | 77,373 | 47.93 | 0.32 |
parse time cpu | 46,345 | 28.71 | 0.19 |
parse time elapsed | 56,807 | 35.19 | 0.23 |
physical read IO requests | 143,974 | 89.19 | 0.59 |
physical read bytes | 1,446,289,408 | 895,913.02 | 5,888.51 |
physical read total IO requests | 172,811 | 107.05 | 0.70 |
physical read total bytes | 1,910,325,248 | 1,183,362.92 | 7,777.82 |
physical read total multi block requests | 1,278 | 0.79 | 0.01 |
physical reads | 176,550 | 109.37 | 0.72 |
physical reads cache | 171,504 | 106.24 | 0.70 |
physical reads cache prefetch | 28,451 | 17.62 | 0.12 |
physical reads direct | 5,046 | 3.13 | 0.02 |
physical reads direct (lob) | 0 | 0.00 | 0.00 |
physical reads direct temporary tablespace | 4,278 | 2.65 | 0.02 |
physical reads prefetch warmup | 15 | 0.01 | 0.00 |
physical write IO requests | 152,503 | 94.47 | 0.62 |
physical write bytes | 14,097,555,456 | 8,732,818.89 | 57,397.67 |
physical write total IO requests | 739,316 | 457.97 | 3.01 |
physical write total bytes | 37,633,280,512 | 23,312,170.96 | 153,222.48 |
physical write total multi block requests | 125,486 | 77.73 | 0.51 |
physical writes | 1,720,893 | 1,066.02 | 7.01 |
physical writes direct | 4,703 | 2.91 | 0.02 |
physical writes direct (lob) | 82 | 0.05 | 0.00 |
physical writes direct temporary tablespace | 4,279 | 2.65 | 0.02 |
physical writes from cache | 1,716,190 | 1,063.10 | 6.99 |
physical writes non checkpoint | 1,111,573 | 688.57 | 4.53 |
pinned buffers inspected | 498 | 0.31 | 0.00 |
prefetch clients - default | 0 | 0.00 | 0.00 |
prefetch warmup blocks aged out before use | 22,594 | 14.00 | 0.09 |
prefetched blocks aged out before use | 3 | 0.00 | 0.00 |
process last non-idle time | 2,161 | 1.34 | 0.01 |
queries parallelized | 0 | 0.00 | 0.00 |
recursive aborts on index block reclamation | 0 | 0.00 | 0.00 |
recursive calls | 408,798,133 | 253,232.56 | 1,664.41 |
recursive cpu usage | 2,332,097 | 1,444.63 | 9.50 |
redo blocks checksummed by FG (exclusive) | 12,087,288 | 7,487.55 | 49.21 |
redo blocks written | 45,942,709 | 28,459.50 | 187.05 |
redo buffer allocation retries | 0 | 0.00 | 0.00 |
redo entries | 70,706,949 | 43,799.86 | 287.88 |
redo log space requests | 0 | 0.00 | 0.00 |
redo log space wait time | 0 | 0.00 | 0.00 |
redo ordering marks | 853,628 | 528.79 | 3.48 |
redo size | 22,606,958,488 | 14,004,021.81 | 92,043.38 |
redo size for direct writes | 3,120 | 1.93 | 0.01 |
redo subscn max counts | 1,756,030 | 1,087.78 | 7.15 |
redo synch long waits | 881 | 0.55 | 0.00 |
redo synch time | 6,882 | 4.26 | 0.03 |
redo synch time (usec) | 68,955,571 | 42,714.96 | 280.75 |
redo synch writes | 101,437 | 62.84 | 0.41 |
redo wastage | 146,285,548 | 90,617.50 | 595.60 |
redo write time | 12,816 | 7.94 | 0.05 |
redo writes | 273,433 | 169.38 | 1.11 |
rollback changes - undo records applied | 197,362 | 122.26 | 0.80 |
rollbacks only - consistent read gets | 504,493 | 312.51 | 2.05 |
root node splits | 2 | 0.00 | 0.00 |
rows fetched via callback | 305,982,982 | 189,543.07 | 1,245.80 |
session connect time | 0 | 0.00 | 0.00 |
session cursor cache hits | 11,528,751 | 7,141.56 | 46.94 |
session logical reads | 3,275,926,099 | 2,029,292.91 | 13,337.81 |
shared hash latch upgrades - no wait | 39,246,106 | 24,311.25 | 159.79 |
shared hash latch upgrades - wait | 1,835,820 | 1,137.21 | 7.47 |
sorts (memory) | 14,838,442 | 9,191.77 | 60.41 |
sorts (rows) | 28,757,985 | 17,814.31 | 117.09 |
sql area evicted | 0 | 0.00 | 0.00 |
sql area purged | 2 | 0.00 | 0.00 |
switch current to new buffer | 565,650 | 350.40 | 2.30 |
table fetch by rowid | 1,046,910,319 | 648,515.14 | 4,262.46 |
table fetch continued row | 19,345 | 11.98 | 0.08 |
table scan blocks gotten | 82,111,571 | 50,864.53 | 334.31 |
table scan rows gotten | 300,899,234 | 186,393.91 | 1,225.10 |
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) | 6,272,118 | 3,885.30 | 25.54 |
total cf enq hold time | 230 | 0.14 | 0.00 |
total number of cf enq holders | 83 | 0.05 | 0.00 |
total number of times SMON posted | 164 | 0.10 | 0.00 |
transaction rollbacks | 44,589 | 27.62 | 0.18 |
undo change vector size | 8,339,492,508 | 5,165,950.79 | 33,953.93 |
user I/O wait time | 5,048 | 3.13 | 0.02 |
user calls | 23,220,875 | 14,384.32 | 94.54 |
user commits | 243,969 | 151.13 | 0.99 |
user rollbacks | 1,643 | 1.02 | 0.01 |
workarea executions - onepass | 8 | 0.00 | 0.00 |
workarea executions - optimal | 9,910,377 | 6,139.05 | 40.35 |
write clones created in background | 282 | 0.17 | 0.00 |
write clones created in foreground | 23 | 0.01 | 0.00 |
Tablespace | Filename | Reads | Av Reads/s | Av Rd(ms) | Av Blks/Rd | Writes | Av Writes/s | Buffer Waits | Av Buf Wt(ms) |
APPS_CALCLIP | /oracle/db/data/apps_calclip.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_CALCLIP | /oracle/db/data/apps_calclip1.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_CALCLIP | /oracle/db/data/apps_calclip2.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_CALCLIP | /oracle/db/data/apps_calclip3.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_OMO | /oracle/db/data/omo1.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_ARCHIVE | /oracle/db/data/archive1.dbf |
4,203 | 3 | 0.53 | 1.00 | 42 | 0 | 129 | 0.08 |
APPS_TS_DISCO | /oracle/db/data/disco1.dbf |
216 | 0 | 0.56 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_DISCO | /oracle/db/data/disco2.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_DISCO | /oracle/db/data/disco3.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_DISCO_OLAP | /oracle/db/data/disco_drake1.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interfac27.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interfac28.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interfac29.dbf |
4 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interfac30.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interfac31.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interfac32.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interfac33.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interfac34.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interfac35.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interfac36.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface.dbf |
12 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface1.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface10.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface11.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface12.dbf |
5 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface13.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface14.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface15.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface16.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface17.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface18.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface19.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface2.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface20.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface21.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface22.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface23.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface24.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface25.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface26.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface3.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface4.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface5.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface6.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface7.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface8.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_INTERFACE | /oracle/db/data/apps_ts_interface9.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_MEDIA | /oracle/db/data/media1.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_MEDIA | /oracle/db/data/media2.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_MEDIA | /oracle/db/data/media3.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_MEDIA | /oracle/db/data/media4.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_MEDIA | /oracle/db/data/media5.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_MEDIA | /oracle/db/data/media6.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_MEDIA | /oracle/db/data/media7.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_NOLOGGING | /oracle/db/data/nologging1.dbf |
276 | 0 | 0.51 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_NOLOGGING | /oracle/db/data/nologging2.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_NOLOGGING | /oracle/db/data/nologging3.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_NOLOGGING | /oracle/db/data/nologging4.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues1.dbf |
11 | 0 | 0.91 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues10.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues11.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues12.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues13.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues2.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues3.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues4.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues5.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues6.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues7.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues8.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_QUEUES | /oracle/db/data/queues9.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference1.dbf |
3,939 | 2 | 0.53 | 1.00 | 1 | 0 | 58 | 1.90 |
APPS_TS_SEED | /oracle/db/data/reference10.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference11.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference12.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference13.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference14.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference15.dbf |
4 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference16.dbf |
4 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference17.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference18.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference19.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference2.dbf |
1,612 | 1 | 0.54 | 1.00 | 1 | 0 | 16 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference20.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference21.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference22.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference23.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference24.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference25.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference3.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 13 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference4.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference5.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference6.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference7.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference8.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SEED | /oracle/db/data/reference9.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary1.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary10.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary11.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary12.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary13.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary14.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary15.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary16.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary2.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary3.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary4.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary5.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary6.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary7.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary8.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_SUMMARY | /oracle/db/data/summary9.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TOOLS | /oracle/db/data/apps_ts_tools01.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data1.dbf |
1 | 0 | 0.00 | 1.00 | 2 | 0 | 10 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data10.dbf |
11 | 0 | 0.91 | 1.00 | 19 | 0 | 291 | 0.03 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data11.dbf |
5,100 | 3 | 0.28 | 1.00 | 870 | 1 | 7,031 | 0.19 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data12.dbf |
80 | 0 | 0.75 | 1.00 | 784 | 0 | 8,697 | 0.15 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data13.dbf |
489 | 0 | 0.37 | 1.00 | 59 | 0 | 835 | 0.01 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data14.dbf |
1 | 0 | 0.00 | 1.00 | 2 | 0 | 1 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data15.dbf |
1 | 0 | 0.00 | 1.00 | 2 | 0 | 6 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data16.dbf |
10 | 0 | 0.00 | 1.00 | 23 | 0 | 94 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data17.dbf |
2 | 0 | 0.00 | 1.00 | 2 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data18.dbf |
1 | 0 | 0.00 | 1.00 | 2 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data19.dbf |
11 | 0 | 0.00 | 1.55 | 14 | 0 | 1,539 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data2.dbf |
17 | 0 | 0.59 | 1.00 | 53 | 0 | 859 | 0.02 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data20.dbf |
3 | 0 | 0.00 | 1.00 | 2 | 0 | 5 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data21.dbf |
64 | 0 | 0.31 | 1.00 | 242 | 0 | 2,159 | 1.87 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data22.dbf |
21 | 0 | 0.00 | 1.33 | 8 | 0 | 1 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data23.dbf |
18 | 0 | 0.56 | 1.00 | 6 | 0 | 61 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data24.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data25.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data26.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data27.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data28.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 111 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data29.dbf |
3 | 0 | 0.00 | 1.00 | 3 | 0 | 7,731 | 0.02 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data3.dbf |
2 | 0 | 0.00 | 1.00 | 2 | 0 | 10 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data30.dbf |
26 | 0 | 0.38 | 1.00 | 22 | 0 | 1,691 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data31.dbf |
3 | 0 | 0.00 | 1.00 | 3 | 0 | 3 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data32.dbf |
3 | 0 | 0.00 | 1.00 | 3 | 0 | 4 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data33.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data34.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data35.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data36.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data37.dbf |
4 | 0 | 0.00 | 1.00 | 7 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data38.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data39.dbf |
9 | 0 | 1.11 | 1.00 | 254 | 0 | 2,204 | 0.47 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data4.dbf |
6 | 0 | 0.00 | 1.00 | 4 | 0 | 16 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data40.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data41.dbf |
5 | 0 | 0.00 | 1.00 | 1 | 0 | 1 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data42.dbf |
4 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data43.dbf |
33 | 0 | 0.30 | 1.61 | 271 | 0 | 2,736 | 0.02 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data44.dbf |
5,121 | 3 | 0.27 | 1.00 | 891 | 1 | 7,660 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data45.dbf |
5,019 | 3 | 0.28 | 1.00 | 885 | 1 | 7,901 | 0.16 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data46.dbf |
7 | 0 | 0.00 | 1.00 | 52 | 0 | 989 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data47.dbf |
5,084 | 3 | 0.29 | 1.00 | 872 | 1 | 8,195 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data48.dbf |
5,120 | 3 | 0.30 | 1.00 | 884 | 1 | 6,740 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data49.dbf |
5,111 | 3 | 0.26 | 1.00 | 889 | 1 | 6,820 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data5.dbf |
2 | 0 | 0.00 | 1.00 | 2 | 0 | 5 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data50.dbf |
5,051 | 3 | 0.28 | 1.00 | 863 | 1 | 7,720 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data51.dbf |
5,099 | 3 | 0.31 | 1.00 | 882 | 1 | 7,666 | 0.16 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data52.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data53.dbf |
5,048 | 3 | 0.31 | 1.00 | 847 | 1 | 7,913 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data54.dbf |
5,105 | 3 | 0.33 | 1.00 | 863 | 1 | 7,980 | 0.17 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data55.dbf |
4,973 | 3 | 0.30 | 1.00 | 875 | 1 | 7,696 | 0.16 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data56.dbf |
5,044 | 3 | 0.30 | 1.00 | 860 | 1 | 7,784 | 0.17 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data57.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data58.dbf |
532 | 0 | 0.24 | 1.00 | 391 | 0 | 6,045 | 0.08 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data59.dbf |
497 | 0 | 0.24 | 1.00 | 394 | 0 | 6,947 | 0.07 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data6.dbf |
2 | 0 | 0.00 | 1.00 | 2 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data60.dbf |
500 | 0 | 0.30 | 1.00 | 387 | 0 | 4,916 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data61.dbf |
497 | 0 | 0.30 | 1.00 | 406 | 0 | 8,338 | 0.03 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data62.dbf |
500 | 0 | 0.30 | 1.00 | 390 | 0 | 5,613 | 0.06 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data63.dbf |
498 | 0 | 0.30 | 1.00 | 403 | 0 | 6,417 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data64.dbf |
501 | 0 | 0.22 | 1.00 | 405 | 0 | 6,173 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data65.dbf |
496 | 0 | 0.24 | 1.00 | 395 | 0 | 9,583 | 0.06 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data66.dbf |
498 | 0 | 0.24 | 1.00 | 377 | 0 | 6,044 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data67.dbf |
497 | 0 | 0.24 | 1.00 | 397 | 0 | 6,600 | 0.08 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data68.dbf |
498 | 0 | 0.24 | 1.00 | 388 | 0 | 6,456 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data69.dbf |
499 | 0 | 0.26 | 1.00 | 410 | 0 | 8,615 | 0.08 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data7.dbf |
4 | 0 | 0.00 | 1.00 | 21 | 0 | 166 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data70.dbf |
502 | 0 | 0.22 | 1.00 | 408 | 0 | 6,441 | 0.06 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data71.dbf |
501 | 0 | 0.34 | 1.00 | 387 | 0 | 5,515 | 0.07 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data72.dbf |
496 | 0 | 0.34 | 1.00 | 410 | 0 | 5,419 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data73.dbf |
496 | 0 | 0.24 | 1.00 | 410 | 0 | 8,613 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data74.dbf |
491 | 0 | 0.35 | 1.00 | 412 | 0 | 6,110 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data75.dbf |
485 | 0 | 0.25 | 1.00 | 406 | 0 | 45,337 | 0.07 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data76.dbf |
482 | 0 | 0.29 | 1.00 | 403 | 0 | 6,264 | 0.12 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data77.dbf |
482 | 0 | 0.23 | 1.00 | 408 | 0 | 8,557 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data78.dbf |
491 | 0 | 0.26 | 1.00 | 396 | 0 | 7,808 | 0.09 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data79.dbf |
491 | 0 | 0.39 | 1.00 | 418 | 0 | 8,405 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data8.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data80.dbf |
483 | 0 | 0.23 | 1.00 | 382 | 0 | 6,106 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data81.dbf |
482 | 0 | 0.31 | 1.00 | 406 | 0 | 9,604 | 0.06 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data82.dbf |
482 | 0 | 0.27 | 1.00 | 397 | 0 | 6,639 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data83.dbf |
486 | 0 | 0.21 | 1.00 | 400 | 0 | 6,117 | 0.06 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data84.dbf |
5 | 0 | 0.00 | 1.00 | 372 | 0 | 5,769 | 0.03 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data85.dbf |
3 | 0 | 0.00 | 1.00 | 384 | 0 | 7,823 | 0.03 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data86.dbf |
5 | 0 | 0.00 | 1.00 | 393 | 0 | 6,072 | 0.06 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data87.dbf |
3 | 0 | 0.00 | 1.00 | 400 | 0 | 6,807 | 0.07 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data88.dbf |
5 | 0 | 0.00 | 1.00 | 404 | 0 | 5,820 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data89.dbf |
6 | 0 | 0.00 | 1.00 | 397 | 0 | 7,422 | 0.03 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data9.dbf |
2 | 0 | 0.00 | 1.00 | 5 | 0 | 438 | 0.00 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data90.dbf |
5 | 0 | 0.00 | 1.00 | 392 | 0 | 6,629 | 0.04 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data91.dbf |
3 | 0 | 0.00 | 1.00 | 385 | 0 | 7,768 | 0.05 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data92.dbf |
2 | 0 | 0.00 | 1.00 | 381 | 0 | 5,268 | 0.07 |
APPS_TS_TX_DATA | /oracle/db/data/tx_data93.dbf |
2 | 0 | 0.00 | 1.00 | 387 | 0 | 7,662 | 0.05 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx1.dbf |
35 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx10.dbf |
134 | 0 | 0.30 | 1.00 | 125 | 0 | 79 | 0.13 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx11.dbf |
57 | 0 | 0.18 | 1.00 | 9 | 0 | 39 | 0.26 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx12.dbf |
37 | 0 | 0.00 | 1.00 | 6 | 0 | 0 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx13.dbf |
32 | 0 | 1.25 | 1.00 | 1 | 0 | 1 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx14.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx15.dbf |
102 | 0 | 0.29 | 1.00 | 30 | 0 | 2 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx16.dbf |
98 | 0 | 0.31 | 1.00 | 43 | 0 | 15 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx17.dbf |
125 | 0 | 0.24 | 1.00 | 112 | 0 | 22 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx18.dbf |
10 | 0 | 1.00 | 1.00 | 30 | 0 | 253 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx19.dbf |
6 | 0 | 0.00 | 1.00 | 11 | 0 | 19 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx2.dbf |
121 | 0 | 0.50 | 1.00 | 32 | 0 | 16 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx20.dbf |
6 | 0 | 0.00 | 1.00 | 15 | 0 | 14 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx21.dbf |
34 | 0 | 0.29 | 1.00 | 16 | 0 | 6 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx22.dbf |
17 | 0 | 0.59 | 1.00 | 35 | 0 | 424 | 0.07 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx23.dbf |
126 | 0 | 0.32 | 1.00 | 57 | 0 | 608 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx24.dbf |
226 | 0 | 0.35 | 1.00 | 5 | 0 | 26 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx25.dbf |
10,019 | 6 | 0.37 | 1.00 | 2,972 | 2 | 1,559 | 0.04 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx26.dbf |
10,048 | 6 | 0.34 | 1.00 | 2,973 | 2 | 1,574 | 0.12 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx27.dbf |
609 | 0 | 0.41 | 1.00 | 1 | 0 | 42 | 1.19 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx28.dbf |
9,690 | 6 | 0.37 | 1.00 | 3,288 | 2 | 65,904 | 0.33 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx29.dbf |
52 | 0 | 0.19 | 1.00 | 8 | 0 | 569 | 0.91 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx3.dbf |
896 | 1 | 0.37 | 1.00 | 4 | 0 | 46 | 1.09 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx30.dbf |
387 | 0 | 0.47 | 1.00 | 225 | 0 | 364 | 0.14 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx31.dbf |
422 | 0 | 0.47 | 1.00 | 346 | 0 | 24,125 | 0.60 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx32.dbf |
436 | 0 | 0.28 | 1.00 | 434 | 0 | 57,671 | 0.78 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx33.dbf |
420 | 0 | 0.31 | 1.00 | 474 | 0 | 60,781 | 0.66 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx34.dbf |
453 | 0 | 0.31 | 1.00 | 466 | 0 | 58,522 | 0.69 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx35.dbf |
416 | 0 | 0.53 | 1.00 | 556 | 0 | 61,740 | 0.60 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx36.dbf |
430 | 0 | 0.33 | 1.00 | 382 | 0 | 59,961 | 0.86 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx37.dbf |
450 | 0 | 0.42 | 1.00 | 487 | 0 | 64,445 | 0.63 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx38.dbf |
412 | 0 | 0.34 | 1.00 | 660 | 0 | 79,009 | 0.58 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx39.dbf |
411 | 0 | 0.44 | 1.00 | 659 | 0 | 109,615 | 0.81 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx4.dbf |
55 | 0 | 0.36 | 1.00 | 5 | 0 | 205 | 0.10 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx40.dbf |
414 | 0 | 0.31 | 1.00 | 640 | 0 | 114,287 | 0.94 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx41.dbf |
436 | 0 | 0.32 | 1.00 | 652 | 0 | 107,486 | 0.75 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx42.dbf |
434 | 0 | 0.41 | 1.00 | 640 | 0 | 106,830 | 0.81 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx43.dbf |
423 | 0 | 0.28 | 1.00 | 660 | 0 | 108,582 | 0.78 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx44.dbf |
436 | 0 | 0.37 | 1.00 | 642 | 0 | 99,400 | 0.75 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx45.dbf |
420 | 0 | 0.38 | 1.00 | 650 | 0 | 105,031 | 0.77 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx46.dbf |
418 | 0 | 0.26 | 1.00 | 652 | 0 | 105,664 | 0.79 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx47.dbf |
420 | 0 | 0.26 | 1.00 | 627 | 0 | 108,192 | 0.86 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx48.dbf |
420 | 0 | 0.29 | 1.00 | 622 | 0 | 104,537 | 0.80 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx49.dbf |
409 | 0 | 0.32 | 1.00 | 642 | 0 | 112,382 | 0.94 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx5.dbf |
42 | 0 | 0.48 | 1.00 | 29 | 0 | 0 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx50.dbf |
389 | 0 | 0.26 | 1.00 | 630 | 0 | 111,213 | 0.82 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx51.dbf |
435 | 0 | 0.25 | 1.00 | 641 | 0 | 105,447 | 0.77 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx52.dbf |
418 | 0 | 0.29 | 1.00 | 633 | 0 | 105,017 | 0.78 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx53.dbf |
403 | 0 | 0.27 | 1.00 | 635 | 0 | 105,261 | 0.82 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx54.dbf |
423 | 0 | 0.38 | 1.00 | 632 | 0 | 108,811 | 0.92 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx55.dbf |
414 | 0 | 0.27 | 1.00 | 636 | 0 | 110,377 | 0.84 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx56.dbf |
384 | 0 | 0.29 | 1.00 | 633 | 0 | 116,556 | 1.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx57.dbf |
387 | 0 | 0.44 | 1.00 | 646 | 0 | 108,027 | 0.78 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx58.dbf |
376 | 0 | 0.29 | 1.00 | 646 | 0 | 104,506 | 0.97 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx59.dbf |
376 | 0 | 0.24 | 1.00 | 629 | 0 | 103,677 | 0.73 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx6.dbf |
488 | 0 | 0.37 | 1.00 | 13 | 0 | 36 | 1.39 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx60.dbf |
398 | 0 | 0.28 | 1.00 | 626 | 0 | 102,714 | 0.85 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx61.dbf |
377 | 0 | 0.27 | 1.00 | 617 | 0 | 105,920 | 0.84 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx62.dbf |
368 | 0 | 0.33 | 1.00 | 647 | 0 | 98,372 | 0.78 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx63.dbf |
290 | 0 | 0.31 | 1.00 | 631 | 0 | 106,204 | 0.85 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx64.dbf |
287 | 0 | 0.59 | 1.00 | 619 | 0 | 101,561 | 0.80 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx65.dbf |
311 | 0 | 0.35 | 1.00 | 609 | 0 | 100,541 | 0.80 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx66.dbf |
307 | 0 | 0.29 | 1.00 | 626 | 0 | 107,981 | 0.80 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx67.dbf |
311 | 0 | 0.26 | 1.00 | 610 | 0 | 104,523 | 0.74 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx68.dbf |
313 | 0 | 0.32 | 1.00 | 613 | 0 | 103,094 | 0.81 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx69.dbf |
307 | 0 | 0.29 | 1.00 | 627 | 0 | 101,853 | 0.85 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx7.dbf |
38 | 0 | 0.26 | 1.00 | 2 | 0 | 50 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx70.dbf |
322 | 0 | 0.43 | 1.00 | 621 | 0 | 105,856 | 0.85 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx71.dbf |
292 | 0 | 0.34 | 1.00 | 614 | 0 | 105,171 | 0.94 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx72.dbf |
316 | 0 | 0.35 | 1.00 | 608 | 0 | 103,881 | 0.75 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx8.dbf |
58 | 0 | 0.52 | 1.00 | 41 | 0 | 24 | 0.00 |
APPS_TS_TX_IDX | /oracle/db/data/tx_idx9.dbf |
59 | 0 | 0.51 | 1.00 | 108 | 0 | 48 | 0.00 |
APPS_UNDOTS1 | /oracle/db/data/undo.dbf |
1 | 0 | 0.00 | 1.00 | 10,144 | 6 | 32,326 | 0.04 |
APPS_UNDOTS1 | /oracle/db/data/undo2.dbf |
2 | 0 | 0.00 | 1.00 | 9,949 | 6 | 27,972 | 0.04 |
APPS_UNDOTS1 | /oracle/db/data/undo3.dbf |
3 | 0 | 0.00 | 1.00 | 9,595 | 6 | 41,363 | 0.05 |
APPS_UNDOTS1 | /oracle/db/data/undo4.dbf |
3 | 0 | 0.00 | 1.00 | 9,538 | 6 | 69,850 | 0.05 |
APPS_UNDOTS1 | /oracle/db/data/undo5.dbf |
4 | 0 | 0.00 | 1.00 | 9,574 | 6 | 42,747 | 0.04 |
APPS_UNDOTS1 | /oracle/db/data/undo6.dbf |
3 | 0 | 0.00 | 1.00 | 10,374 | 6 | 45,783 | 0.04 |
APPS_UNDOTS1 | /oracle/db/data/undo7.dbf |
3 | 0 | 0.00 | 1.00 | 10,367 | 6 | 52,603 | 0.04 |
APPS_UNDOTS1 | /oracle/db/data/undo8.dbf |
3 | 0 | 0.00 | 1.00 | 9,912 | 6 | 30,048 | 0.04 |
APPS_UNDOTS1 | /oracle/db/data/undo9.dbf |
2 | 0 | 0.00 | 1.00 | 9,612 | 6 | 27,891 | 0.04 |
B2B_DT | /oracle/db/data/b2b_dt.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
B2B_IDX | /oracle/db/data/b2b_idx.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
B2B_LOB | /oracle/db/data/b2b_lob.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
B2B_RT | /oracle/db/data/b2b_rt.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
BAM | /oracle/db/data/bam.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
CTXSYS | /oracle/db/data/ctx1.dbf |
84 | 0 | 0.48 | 1.00 | 1 | 0 | 0 | 0.00 |
CWMLITE | /oracle/db/data/cwmlite01.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
CWMLITE | /oracle/db/data/cwmlite02.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
DCM | /oracle/db/data/dcm.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
DCM | /oracle/db/data/dcm1.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
DISCO_PTM5_CACHE | /oracle/db/data/discopltc1.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
DISCO_PTM5_META | /oracle/db/data/discopltm1.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
DSGATEWAY_TAB | /oracle/db/data/oss_sys01.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
GEOR_TBS | /oracle/db/data/apps_ts_spatial.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
GEOR_TBS | /oracle/db/data/geor_tbs02.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
HTMLDB | /oracle/db/data/htmldb.dbf |
561 | 0 | 0.55 | 1.00 | 1 | 0 | 0 | 0.00 |
IAS_META | /oracle/db/data/ias_meta01.dbf |
11 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
MTR | /oracle/db/data/opmtr01.dbf |
29 | 0 | 0.34 | 1.00 | 1 | 0 | 0 | 0.00 |
NOETIX | /oracle/db/data/noetix.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
NON_APPS_TS_DATA | /oracle/db/data/non_apps_data1.dbf |
487 | 0 | 0.51 | 1.00 | 1 | 0 | 0 | 0.00 |
OCATS | /oracle/db/data/oca.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
ODM_DATA | /oracle/db/data/odm.dbf |
206 | 0 | 0.53 | 1.00 | 1 | 0 | 0 | 0.00 |
OLTS_ATTRSTORE | /oracle/db/data/attrs1_oid.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
OLTS_BATTRSTORE | /oracle/db/data/battrs1_oid.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
OLTS_CT_STORE | /oracle/db/data/gcats1_oid.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
OLTS_DEFAULT | /oracle/db/data/gdefault1_oid.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
OLTS_SVRMGSTORE | /oracle/db/data/svrmg1_oid.dbf |
2 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
OPMOR | /oracle/db/data/opmor01.dbf |
60 | 0 | 0.50 | 1.00 | 1 | 0 | 0 | 0.00 |
ORABPEL | /oracle/db/data/orabpel.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
OWAPUB | /oracle/db/data/owa1.dbf |
1 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
PORTAL | /oracle/db/data/portal.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
PORTAL_DOC | /oracle/db/data/ptldoc.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
PORTAL_IDX | /oracle/db/data/ptlidx.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
PORTAL_LOG | /oracle/db/data/ptllog.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
RE | /oracle/db/data/opre01.dbf |
57 | 0 | 0.35 | 1.00 | 1 | 0 | 0 | 0.00 |
SYNCSERVER | /oracle/db/data/mobile01.dbf |
743 | 0 | 0.31 | 1.00 | 1 | 0 | 0 | 0.00 |
SYSAUX | /oracle/db/data/sysaux01.dbf |
700 | 0 | 0.43 | 1.10 | 220 | 0 | 0 | 0.00 |
SYSAUX | /oracle/db/data/sysaux02.dbf |
228 | 0 | 0.53 | 1.08 | 83 | 0 | 0 | 0.00 |
SYSAUX | /oracle/db/data/sysaux03.dbf |
28 | 0 | 0.36 | 1.00 | 10 | 0 | 0 | 0.00 |
SYSAUX | /oracle/db/data/sysaux04.dbf |
37 | 0 | 0.27 | 1.11 | 28 | 0 | 0 | 0.00 |
SYSAUX | /oracle/db/data/sysaux05.dbf |
19 | 0 | 0.00 | 1.00 | 26 | 0 | 0 | 0.00 |
SYSAUX | /oracle/db/data/sysaux06.dbf |
43 | 0 | 0.23 | 1.00 | 28 | 0 | 0 | 0.00 |
SYSTEM | /oracle/db/data/sys1.dbf |
1,421 | 1 | 0.54 | 6.77 | 84 | 0 | 2 | 0.00 |
SYSTEM | /oracle/db/data/sys10.dbf |
245 | 0 | 0.41 | 2.23 | 7 | 0 | 1,558 | 0.20 |
SYSTEM | /oracle/db/data/sys2.dbf |
562 | 0 | 0.55 | 5.43 | 15 | 0 | 7 | 0.00 |
SYSTEM | /oracle/db/data/sys3.dbf |
452 | 0 | 0.49 | 6.19 | 10 | 0 | 0 | 0.00 |
SYSTEM | /oracle/db/data/sys4.dbf |
305 | 0 | 0.59 | 7.64 | 12 | 0 | 0 | 0.00 |
SYSTEM | /oracle/db/data/sys5.dbf |
428 | 0 | 0.54 | 5.94 | 6 | 0 | 1 | 0.00 |
SYSTEM | /oracle/db/data/sys6.dbf |
737 | 0 | 0.45 | 5.10 | 48 | 0 | 0 | 0.00 |
SYSTEM | /oracle/db/data/sys7.dbf |
747 | 0 | 0.51 | 7.40 | 34 | 0 | 0 | 0.00 |
SYSTEM | /oracle/db/data/sys8.dbf |
1,316 | 1 | 0.35 | 2.80 | 40 | 0 | 2 | 0.00 |
SYSTEM | /oracle/db/data/sys9.dbf |
320 | 0 | 0.25 | 1.06 | 1 | 0 | 0 | 0.00 |
TEMP1 | /oracle/db/data/temp1_01.dbf |
8 | 0 | 0.00 | 1.00 | 42 | 0 | 0 | |
TEMP1 | /oracle/db/data/temp1_02.dbf |
17 | 0 | 0.00 | 1.00 | 57 | 0 | 0 | |
TEMP1 | /oracle/db/data/temp1_03.dbf |
34 | 0 | 0.00 | 17.76 | 73 | 0 | 0 | |
TEMP1 | /oracle/db/data/temp1_04.dbf |
39 | 0 | 0.00 | 17.92 | 76 | 0 | 0 | |
TEMP1 | /oracle/db/data/temp1_05.dbf |
109 | 0 | 0.00 | 27.70 | 139 | 0 | 0 | |
TEMP1 | /oracle/db/data/temp1_06.dbf |
10 | 0 | 0.00 | 1.00 | 36 | 0 | 0 | |
UDDISYS_TS | /oracle/db/data/uddisys01.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
WCRSYS_TS | /oracle/db/data/wcrsys01.dbf |
3 | 0 | 0.00 | 1.00 | 1 | 0 | 0 | 0.00 |
XDB | /oracle/db/data/xdb01.dbf |
45 | 0 | 0.89 | 22.36 | 1 | 0 | 0 | 0.00 |