SQL Id | SQL Text |
02y1xzs7zv4rq | SELECT A.VALUE, B.VALUE FROM V$NLS_PARAMETERS A, V$NLS_PARAMETERS B WHERE A.PARAMETER = 'NLS_CHARACTERSET' AND B.PARAMETER = 'NLS_SORT' |
0643vntsbbshw | select V.PROFILE_OPTION_VALUE from FND_PROFILE_OPTIONS O, FND_PROFILE_OPTION_VALUES V where O.PROFILE_OPTION_NAME = :1 and V.LEVEL_ID = :2 and O.START_DATE_ACTIVE <= SYSDATE and nvl(O.END_DATE_ACTIVE, SYSDATE) >= SYSDATE and O.PROFILE_OPTION_ID = V.PROFILE_OPTION_ID and O.APPLICATION_ID = V.APPLICATION_ID and V.LEVEL_VALUE_APPLICATION_ID = :3 and V.LEVEL_VALUE = :4 |
0cn2wm9d7zq8d | SELECT decode(value, 'FATAL', 1, 'ERROR', 2, 'WARNING', 3, 'INFORMATION', 4, 'INFORMATION2', 5, 'INFORMATION3', 6, 'INFORMATION4', 7, 'INFORMATION5', 8, 'INFORMATION6', 9, 0) FROM sys.wri$_adv_parameters WHERE task_id = :1 AND name = 'JOURNALING' |
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 |
0pt4jfmq9f1q0 | SELECT x.statistic# as stat_id, x.keh_id as keh_id, nvl(awr_time.value_diff, 0) as value_diff FROM X$KEHTIMMAP x , (SELECT startsn.stat_id as stat_id, sum(GREATEST( 0, (endsn.value - startsn.value) )) as value_diff FROM WRH$_SYS_TIME_MODEL startsn , WRH$_SYS_TIME_MODEL endsn WHERE endsn.dbid = :dbid AND endsn.instance_number = :inst AND endsn.snap_id = :eid AND startsn.dbid = :dbid AND startsn.instance_number = endsn.instance_number AND startsn.snap_id = :bid AND startsn.stat_id = endsn.stat_id GROUP BY startsn.stat_id ) awr_time WHERE x.statistic# <> 0 AND x.statistic# = awr_time.stat_id(+) ORDER BY x.keh_id ASC |
0q8w0cndsp865 | SELECT FPOV.PROFILE_OPTION_VALUE FROM FND_PROFILE_OPTION_VALUES FPOV, FND_PROFILE_OPTIONS FPO WHERE FPO.PROFILE_OPTION_NAME = 'AFCORE_LOGGING_ENABLED' AND FPO.PROFILE_OPTION_ID = FPOV.PROFILE_OPTION_ID AND FPOV.LEVEL_ID = 10001 AND FPO.APPLICATION_ID = FPOV.APPLICATION_ID |
0s9jg1j7mykf2 | DELETE FROM FND_DEBUG_RULE_OPTIONS WHERE DEBUG_RULE_ID IN (SELECT DEBUG_RULE_ID FROM FND_DEBUG_RULES WHERE (START_TIME IS NOT NULL AND END_TIME < SYSDATE) OR (REPEATION_COUNTER = 0) ) |
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 |
165d2bgc2b9hr | SELECT NVL(SUM(prb.balance_value), 0) FROM /* Assignment within a Government Reporting Entity for YTD based on run balances */ pay_run_balances prb, pay_defined_balances pdb, pay_payroll_actions ppa, pay_assignment_actions paa where paa.assignment_action_id = :ASSIGNMENT_ACTION_ID and prb.tax_unit_id = :TAX_UNIT_ID and ppa.payroll_action_id = paa.payroll_action_id and pdb.balance_type_id = :U1 and pdb.balance_dimension_id = :U2 and pdb.defined_balance_id = prb.defined_balance_id and paa.assignment_id = prb.assignment_id and prb.action_sequence <= paa.action_sequence and prb.effective_date >= trunc(ppa.effective_date, 'Y') |
2450j0nxcnga5 | declare sql_dummy1 boolean;begin fnd_profile.get_specific(:name, :userid, :respid, :applid, :val, sql_dummy1, :org_id, :server_id);end; |
2q93zsrvbdw48 | select grantee#, privilege#, nvl(col#, 0), max(mod(nvl(option$, 0), 2))from objauth$ where obj#=:1 group by grantee#, privilege#, nvl(col#, 0) order by grantee# |
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# |
3nkd3g3ju5ph1 | select obj#, type#, ctime, mtime, stime, status, dataobj#, flags, oid$, spare1, spare2 from obj$ where owner#=:1 and name=:2 and namespace=:3 and remoteowner is null and linkname is null and subname is null |
3rwmntrn04p4f | begin fnd_global.bless_next_init('FND_PERMIT_0000'); fnd_global.initialize(:session_id, :user_id, :resp_id, :resp_appl_id, :security_group_id, :site_id, :login_id, :conc_login_id, :prog_appl_id, :conc_program_id, :conc_request_id, :conc_priority_request, :form_id, :form_application_id, :conc_process_id, :conc_queue_id, :queue_appl_id, :server_id); fnd_profile.put('ORG_ID', :org_id); fnd_profile.put('MFG_ORGANIZATION_ID', :mfg_org_id); fnd_profile.put('MFG_CHART_OF_ACCOUNTS_ID', :coa); fnd_profile.put('APPS_MAINTENANCE_MODE', :amm); end; |
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 |
6aq34nj2zb2n7 | select col#, grantee#, privilege#, max(mod(nvl(option$, 0), 2)) from objauth$ where obj#=:1 and col# is not null group by privilege#, col#, grantee# order by col#, grantee# |
6u1kf5ctzu70k | select EXECUTABLE_APPLICATION_ID into :b0 from FND_CONCURRENT_PROGRAMS where (APPLICATION_ID=:b1 and CONCURRENT_PROGRAM_ID=:b2) |
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 ; |
7ng34ruy5awxq | select i.obj#, i.ts#, i.file#, i.block#, i.intcols, i.type#, i.flags, i.property, i.pctfree$, i.initrans, i.maxtrans, i.blevel, i.leafcnt, i.distkey, i.lblkkey, i.dblkkey, i.clufac, i.cols, i.analyzetime, i.samplesize, i.dataobj#, nvl(i.degree, 1), nvl(i.instances, 1), i.rowcnt, mod(i.pctthres$, 256), i.indmethod#, i.trunccnt, nvl(c.unicols, 0), nvl(c.deferrable#+c.valid#, 0), nvl(i.spare1, i.intcols), i.spare4, i.spare2, i.spare6, decode(i.pctthres$, null, null, mod(trunc(i.pctthres$/256), 256)), ist.cachedblk, ist.cachehit, ist.logicalread from ind$ i, ind_stats$ ist, (select enabled, min(cols) unicols, min(to_number(bitand(defer, 1))) deferrable#, min(to_number(bitand(defer, 4))) valid# from cdef$ where obj#=:1 and enabled > 1 group by enabled) c where i.obj#=c.enabled(+) and i.obj# = ist.obj#(+) and i.bo#=:1 order by i.obj# |
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) |
83taa7kaw59c1 | select name, intcol#, segcol#, type#, length, nvl(precision#, 0), decode(type#, 2, nvl(scale, -127/*MAXSB1MINAL*/), 178, scale, 179, scale, 180, scale, 181, scale, 182, scale, 183, scale, 231, scale, 0), null$, fixedstorage, nvl(deflength, 0), default$, rowid, col#, property, nvl(charsetid, 0), nvl(charsetform, 0), spare1, spare2, nvl(spare3, 0) from col$ where obj#=:1 order by intcol# |
8swypbbr0m372 | select order#, columns, types from access$ where d_obj#=:1 |
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 |
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, '_', ' ')) |
bsa0wjtftg3uw | select file# from file$ where ts#=:1 |
cm5vu20fhtnq1 | select /*+ connect_by_filtering */ privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
fj83qgv5su7sr | select SEQUENCE , WIDTH , LENGTH , SRW_DRIVER , HEADER_FLAG into :b0, :b1, :b2, :b3, :b4 from FND_PRINTER_STYLES where PRINTER_STYLE_NAME=:b5 |
fxz0vtz7p7vy2 |
SELECT R.Conc_Login_Id, R.Request_Id, R.Phase_Code, R.Status_Code, P.Application_ID, P.Concurrent_Program_ID, P.Concurrent_Program_Name, R.Enable_Trace, R.Restart, DECODE(R.Increment_Dates, 'Y', 'Y', 'N'), R.NLS_Compliant, R.OUTPUT_FILE_TYPE, E.Executable_Name, E.Execution_File_Name, A2.Basepath, DECODE(R.Stale, 'Y', 'C', P.Execution_Method_Code), P.Print_Flag, P.Execution_Options, DECODE(P.Srs_Flag, 'Y', 'Y', 'Q', 'Y', 'N'), P.Argument_Method_Code, R.Print_Style, R.Argument_Input_Method_Code, R.Queue_Method_Code, R.Responsibility_ID, R.Responsibility_Application_ID, R.Requested_By, R.Number_Of_Copies, R.Save_Output_Flag, R.Printer, R.Print_Group, R.Priority, U.User_Name, O.Oracle_Username, O.Encrypted_Oracle_Password, R.Cd_Id, A.Basepath, A.Application_Short_Name, TO_CHAR(R.Requested_Start_Date, 'YYYY/MM/DD HH24:MI:SS'), R.Nls_Language, R.Nls_Territory, R.Nls_Numeric_Characters, DECODE(R.Parent_Request_ID, NULL, 0, R.Parent_Request_ID), R.Priority_Request_ID, R.Single_Thread_Flag, R.Has_Sub_Request, R.Is_Sub_Request, R.Req_Information, R.Description, R.Resubmit_Time, TO_CHAR(R.Resubmit_Interval), R.Resubmit_Interval_Type_Code, R.Resubmit_Interval_Unit_Code, TO_CHAR(R.Resubmit_End_Date, 'YYYY/MM/DD HH24:MI:SS'), Decode(E.Execution_File_Name, NULL, 'N', Decode(E.Subroutine_Name, NULL, Decode(E.Execution_Method_Code, 'I', 'Y', 'J', 'Y', 'N'), 'Y')), R.Argument1, R.Argument2, R.Argument3, R.Argument4, R.Argument5, R.Argument6, R.Argument7, R.Argument8, R.Argument9, R.Argument10, R.Argument11, R.Argument12, R.Argument13, R.Argument14, R.Argument15, R.Argument16, R.Argument17, R.Argument18, R.Argument19, R.Argument20, R.Argument21, R.Argument22, R.Argument23, R.Argument24, R.Argument25, X.Argument26, X.Argument27, X.Argument28, X.Argument29, X.Argument30, X.Argument31, X.Argument32, X.Argument33, X.Argument34, X.Argument35, X.Argument36, X.Argument37, X.Argument38, X.Argument39, X.Argument40, X.Argument41, X.Argument42, X.Argument43, X.Argument44, X.Argument45, X.Argument46, X.Argument47, X.Argument48, X.Argument49, X.Argument50, X.Argument51, X.Argument52, X.Argument53, X.Argument54, X.Argument55, X.Argument56, X.Argument57, X.Argument58, X.Argument59, X.Argument60, X.Argument61, X.Argument62, X.Argument63, X.Argument64, X.Argument65, X.Argument66, X.Argument67, X.Argument68, X.Argument69, X.Argument70, X.Argument71, X.Argument72, X.Argument73, X.Argument74, X.Argument75, X.Argument76, X.Argument77, X.Argument78, X.Argument79, X.Argument80, X.Argument81, X.Argument82, X.Argument83, X.Argument84, X.Argument85, X.Argument86, X.Argument87, X.Argument88, X.Argument89, X.Argument90, X.Argument91, X.Argument92, X.Argument93, X.Argument94, X.Argument95, X.Argument96, X.Argument97, X.Argument98, X.Argument99, X.Argument100, R.number_of_arguments, C.CD_Name, NVL(R.Security_Group_ID, 0), NVL(R.org_id, 0) FROM fnd_concurrent_requests R, fnd_concurrent_programs P, fnd_application A, fnd_user U, fnd_oracle_userid O, fnd_conflicts_domain C, fnd_concurrent_queues Q, fnd_application A2, fnd_executables E, fnd_conc_request_arguments X WHERE R.Status_code = 'I' And ((R.OPS_INSTANCE is null) or (R.OPS_INSTANCE = -1) or (R.OPS_INSTANCE = decode(:dcp_on, 1, FND_CONC_GLOBAL.OPS_INST_NUM, R.OPS_INSTANCE))) And R.Request_ID = X.Request_ID(+) And R.Program_Application_Id = P.Application_Id(+) And R.Concurrent_Program_Id = P.Concurrent_Program_Id(+) And R.Program_Application_Id = A.Application_Id(+) And P.Executable_Application_Id = E.Application_Id(+) And P.Executable_Id = E.Executable_Id(+) And P.Executable_Application_Id = A2.Application_Id(+) And R.Requested_By = U.User_Id(+) And R.Cd_Id = C.Cd_Id(+) And R.Oracle_Id = O.Oracle_Id(+) And Q.Application_Id = :q_applid And Q.Concurrent_Queue_Id = :queue_id And (P.Enabled_Flag is NULL OR P.Enabled_Flag = 'Y') And R.Ho
ld_Flag = 'N' And R.Requested_Start_Date <= Sysdate And ( R.Enforce_Seriality_Flag = 'N' OR ( C.RunAlone_Flag = P.Run_Alone_Flag And (P.Run_Alone_Flag = 'N' OR Not Exists (Select Null From Fnd_Concurrent_Requests Sr Where Sr.Status_Code In ('R', 'T') And Sr.Enforce_Seriality_Flag = 'Y' And Sr.CD_id = C.CD_Id)))) And Q.Running_Processes <= Q.Max_Processes And R.Rowid = :reqname And ((P.Execution_Method_Code != 'S' OR (R.PROGRAM_APPLICATION_ID, R.CONCURRENT_PROGRAM_ID) IN ((0, 98), (0, 100), (0, 31721), (0, 31722), (0, 31757))) AND ((R.PROGRAM_APPLICATION_ID, R.CONCURRENT_PROGRAM_ID) NOT IN ((510, 40032), (510, 40033), (510, 42156), (510, 42157), (530, 43793), (530, 43794), (535, 42626), (535, 42627), (535, 42628)))) FOR UPDATE OF R.status_code NoWait |
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 |
Statistic | Total | per Second | per Trans |
Batched IO (bound) vector count | 0 | 0.00 | 0.00 |
Batched IO (full) vector count | 0 | 0.00 | 0.00 |
Batched IO block miss count | 0 | 0.00 | 0.00 |
Batched IO buffer defrag count | 0 | 0.00 | 0.00 |
Batched IO double miss count | 0 | 0.00 | 0.00 |
Batched IO same unit count | 0 | 0.00 | 0.00 |
Batched IO single block count | 0 | 0.00 | 0.00 |
Batched IO vector block count | 0 | 0.00 | 0.00 |
Batched IO vector read count | 0 | 0.00 | 0.00 |
Block Cleanout Optim referenced | 12,442 | 10.25 | 0.19 |
CCursor + sql area evicted | 1 | 0.00 | 0.00 |
CR blocks created | 5,640,553 | 4,648.47 | 84.90 |
Cached Commit SCN referenced | 23,296,733 | 19,199.20 | 350.64 |
Commit SCN cached | 1,057,622 | 871.60 | 15.92 |
DBWR checkpoint buffers written | 2,875,830 | 2,370.02 | 43.28 |
DBWR checkpoints | 0 | 0.00 | 0.00 |
DBWR object drop buffers written | 0 | 0.00 | 0.00 |
DBWR thread checkpoint buffers written | 0 | 0.00 | 0.00 |
DBWR transaction table writes | 591 | 0.49 | 0.01 |
DBWR undo block writes | 1,081,764 | 891.50 | 16.28 |
DFO trees parallelized | 0 | 0.00 | 0.00 |
Effective IO time | 83,323 | 68.67 | 1.25 |
HSC Heap Segment Block Changes | 17,415,878 | 14,352.70 | 262.13 |
Heap Segment Array Inserts | 2,044,634 | 1,685.01 | 30.77 |
Heap Segment Array Updates | 81,989 | 67.57 | 1.23 |
IMU CR rollbacks | 19,909 | 16.41 | 0.30 |
IMU Flushes | 49,034 | 40.41 | 0.74 |
IMU Redo allocation size | 308,793,236 | 254,481.32 | 4,647.70 |
IMU commits | 4,263 | 3.51 | 0.06 |
IMU contention | 3,636 | 3.00 | 0.05 |
IMU ktichg flush | 446 | 0.37 | 0.01 |
IMU recursive-transaction flush | 8 | 0.01 | 0.00 |
IMU undo allocation size | 488,136,176 | 402,280.64 | 7,347.02 |
Number of read IOs issued | 9 | 0.01 | 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 |
Parallel operations not downgraded | 0 | 0.00 | 0.00 |
RowCR - row contention | 70,226 | 57.87 | 1.06 |
RowCR attempts | 14,500,950 | 11,950.46 | 218.26 |
RowCR hits | 14,427,270 | 11,889.74 | 217.15 |
SMON posted for undo segment shrink | 5 | 0.00 | 0.00 |
SQL*Net roundtrips to/from client | 20,854,308 | 17,186.36 | 313.88 |
active txn count during cleanout | 108,714,219 | 89,593.08 | 1,636.28 |
background checkpoints completed | 0 | 0.00 | 0.00 |
background checkpoints started | 0 | 0.00 | 0.00 |
background timeouts | 17,410 | 14.35 | 0.26 |
branch node splits | 877 | 0.72 | 0.01 |
buffer is not pinned count | 2,668,803,729 | 2,199,402.79 | 40,168.63 |
buffer is pinned count | 801,656,364 | 660,657.52 | 12,065.87 |
bytes received via SQL*Net from client | 5,681,178,377 | 4,681,947.73 | 85,508.40 |
bytes sent via SQL*Net to client | 3,171,872,386 | 2,613,989.52 | 47,740.40 |
calls to get snapshot scn: kcmgss | 225,978,169 | 186,232.13 | 3,401.24 |
calls to kcmgas | 8,382,516 | 6,908.16 | 126.17 |
calls to kcmgcs | 12,539,040 | 10,333.62 | 188.73 |
change write time | 0 | 0.00 | 0.00 |
cleanout - number of ktugct calls | 9,685,288 | 7,981.80 | 145.77 |
cleanouts and rollbacks - consistent read gets | 4,283,233 | 3,529.88 | 64.47 |
cleanouts only - consistent read gets | 356,113 | 293.48 | 5.36 |
cluster key scan block gets | 6,099 | 5.03 | 0.09 |
cluster key scans | 3,973 | 3.27 | 0.06 |
commit batch/immediate performed | 9,693 | 7.99 | 0.15 |
commit batch/immediate requested | 9,693 | 7.99 | 0.15 |
commit cleanout failures: block lost | 892 | 0.74 | 0.01 |
commit cleanout failures: callback failure | 716,287 | 590.30 | 10.78 |
commit cleanout failures: cannot pin | 18,896 | 15.57 | 0.28 |
commit cleanouts | 8,290,371 | 6,832.22 | 124.78 |
commit cleanouts successfully completed | 7,554,296 | 6,225.61 | 113.70 |
commit immediate performed | 9,693 | 7.99 | 0.15 |
commit immediate requested | 9,693 | 7.99 | 0.15 |
commit txn count during cleanout | 2,472,673 | 2,037.77 | 37.22 |
consistent changes | 482,841,381 | 397,917.11 | 7,267.33 |
consistent gets | 5,215,980,278 | 4,298,570.72 | 78,506.63 |
consistent gets - examination | 2,498,579,197 | 2,059,118.09 | 37,606.55 |
consistent gets direct | 79 | 0.07 | 0.00 |
consistent gets from cache | 5,215,980,199 | 4,298,570.65 | 78,506.63 |
consistent gets from cache (fastpath) | 2,644,235,227 | 2,179,155.50 | 39,798.84 |
cursor authentications | 971 | 0.80 | 0.01 |
data blocks consistent reads - undo records applied | 482,339,475 | 397,503.49 | 7,259.78 |
db block changes | 134,606,270 | 110,931.13 | 2,025.98 |
db block gets | 160,599,165 | 132,352.28 | 2,417.21 |
db block gets direct | 215 | 0.18 | 0.00 |
db block gets from cache | 160,598,950 | 132,352.10 | 2,417.20 |
db block gets from cache (fastpath) | 42,176,376 | 34,758.21 | 634.80 |
deferred (CURRENT) block cleanout applications | 227,771 | 187.71 | 3.43 |
dirty buffers inspected | 1,000 | 0.82 | 0.02 |
doubling up with imu segment | 6,925 | 5.71 | 0.10 |
enqueue conversions | 1,637 | 1.35 | 0.02 |
enqueue releases | 782,414 | 644.80 | 11.78 |
enqueue requests | 817,623 | 673.82 | 12.31 |
enqueue timeouts | 35,209 | 29.02 | 0.53 |
enqueue waits | 189,545 | 156.21 | 2.85 |
exchange deadlocks | 92,709 | 76.40 | 1.40 |
execute count | 237,819,994 | 195,991.17 | 3,579.47 |
failed probes on index block reclamation | 220 | 0.18 | 0.00 |
free buffer inspected | 1,012,764 | 834.63 | 15.24 |
free buffer requested | 10,306,864 | 8,494.05 | 155.13 |
heap block compress | 136,973 | 112.88 | 2.06 |
hot buffers moved to head of LRU | 136,817 | 112.75 | 2.06 |
immediate (CR) block cleanout applications | 4,639,353 | 3,823.36 | 69.83 |
immediate (CURRENT) block cleanout applications | 794,609 | 654.85 | 11.96 |
index crx upgrade (positioned) | 4,298 | 3.54 | 0.06 |
index fast full scans (full) | 0 | 0.00 | 0.00 |
index fast full scans (rowid ranges) | 0 | 0.00 | 0.00 |
index fetch by key | 384,227,028 | 316,647.49 | 5,783.07 |
index scans kdiixs1 | 1,328,363,970 | 1,094,725.47 | 19,993.44 |
java call heap collected bytes | 7,664,576 | 6,316.50 | 115.36 |
java call heap collected count | 37,281 | 30.72 | 0.56 |
java call heap gc count | 2 | 0.00 | 0.00 |
java call heap live object count | 4,451 | 3.67 | 0.07 |
java call heap live object count max | 21,139 | 17.42 | 0.32 |
java call heap live size | 332,760 | 274.23 | 5.01 |
java call heap live size max | 2,041,720 | 1,682.61 | 30.73 |
java call heap object count | 12,836 | 10.58 | 0.19 |
java call heap object count max | 32,377 | 26.68 | 0.49 |
java call heap total size | 4,194,304 | 3,456.59 | 63.13 |
java call heap total size max | 4,194,304 | 3,456.59 | 63.13 |
java call heap used size | 3,021,512 | 2,490.08 | 45.48 |
java call heap used size max | 5,397,512 | 4,448.17 | 81.24 |
java session heap live object count | 122 | 0.10 | 0.00 |
java session heap live object count max | 122 | 0.10 | 0.00 |
java session heap live size max | 0 | 0.00 | 0.00 |
java session heap object count | 122 | 0.10 | 0.00 |
java session heap object count max | 122 | 0.10 | 0.00 |
java session heap used size max | 0 | 0.00 | 0.00 |
leaf node 90-10 splits | 42,478 | 35.01 | 0.64 |
leaf node splits | 238,576 | 196.61 | 3.59 |
lob reads | 9 | 0.01 | 0.00 |
lob writes | 289 | 0.24 | 0.00 |
lob writes unaligned | 289 | 0.24 | 0.00 |
logical read bytes from cache | 44,044,218,589,184 | 36,297,527,644.29 | 662,917,197.31 |
logons cumulative | 534 | 0.44 | 0.01 |
max cf enq hold time | 3 | 0.00 | 0.00 |
messages received | 308,375 | 254.14 | 4.64 |
messages sent | 308,375 | 254.14 | 4.64 |
min active SCN optimization applied on CR | 264,868,819 | 218,282.53 | 3,986.59 |
no buffer to keep pinned count | 4,192 | 3.45 | 0.06 |
no work - consistent read gets | 2,655,854,250 | 2,188,730.92 | 39,973.72 |
opened cursors cumulative | 225,898,952 | 186,166.85 | 3,400.04 |
parse count (describe) | 12 | 0.01 | 0.00 |
parse count (failures) | 4 | 0.00 | 0.00 |
parse count (hard) | 932 | 0.77 | 0.01 |
parse count (total) | 119,528 | 98.50 | 1.80 |
physical read IO requests | 17,162 | 14.14 | 0.26 |
physical read bytes | 520,519,680 | 428,968.39 | 7,834.43 |
physical reads | 63,540 | 52.36 | 0.96 |
physical reads cache | 57,111 | 47.07 | 0.86 |
physical reads cache prefetch | 40,276 | 33.19 | 0.61 |
physical reads direct | 6,429 | 5.30 | 0.10 |
physical reads direct (lob) | 19 | 0.02 | 0.00 |
physical reads direct temporary tablespace | 6,350 | 5.23 | 0.10 |
physical reads prefetch warmup | 40,249 | 33.17 | 0.61 |
physical write IO requests | 274,097 | 225.89 | 4.13 |
physical write bytes | 23,620,771,840 | 19,466,246.57 | 355,520.35 |
physical writes | 2,883,395 | 2,376.25 | 43.40 |
physical writes direct | 6,565 | 5.41 | 0.10 |
physical writes direct (lob) | 215 | 0.18 | 0.00 |
physical writes direct temporary tablespace | 6,350 | 5.23 | 0.10 |
physical writes from cache | 2,876,830 | 2,370.84 | 43.30 |
physical writes non checkpoint | 2,792,032 | 2,300.96 | 42.02 |
pinned buffers inspected | 168 | 0.14 | 0.00 |
pinned cursors current | 6 | 0.00 | 0.00 |
prefetch clients - default | 0 | 0.00 | 0.00 |
prefetch warmup blocks flushed out before use | 0 | 0.00 | 0.00 |
queries parallelized | 0 | 0.00 | 0.00 |
recursive aborts on index block reclamation | 3 | 0.00 | 0.00 |
recursive calls | 408,224,799 | 336,424.43 | 6,144.26 |
redo blocks checksummed by FG (exclusive) | 594,776 | 490.16 | 8.95 |
redo blocks written | 5,672,427 | 4,674.74 | 85.38 |
redo entries | 70,634,009 | 58,210.59 | 1,063.12 |
redo ordering marks | 630,038 | 519.22 | 9.48 |
redo size | 22,389,078,792 | 18,451,189.11 | 336,981.92 |
redo size for direct writes | 8,944 | 7.37 | 0.13 |
redo subscn max counts | 2,929,972 | 2,414.64 | 44.10 |
redo synch long waits | 49 | 0.04 | 0.00 |
redo synch time | 530 | 0.44 | 0.01 |
redo synch time (usec) | 5,870,711 | 4,838.14 | 88.36 |
redo synch writes | 14,314 | 11.80 | 0.22 |
redo wastage | 750,571,388 | 618,557.59 | 11,296.98 |
redo write time | 1,569 | 1.29 | 0.02 |
redo writes | 34,929 | 28.79 | 0.53 |
rollback changes - undo records applied | 38,700 | 31.89 | 0.58 |
rollbacks only - consistent read gets | 1,324,883 | 1,091.86 | 19.94 |
root node splits | 89 | 0.07 | 0.00 |
rows fetched via callback | 265,371,693 | 218,696.95 | 3,994.16 |
session cursor cache hits | 8,835,343 | 7,281.34 | 132.98 |
session logical reads | 5,376,579,443 | 4,430,923.00 | 80,923.83 |
shared hash latch upgrades - no wait | 42,670,605 | 35,165.51 | 642.24 |
shared hash latch upgrades - wait | 1,879,179 | 1,548.66 | 28.28 |
sorts (disk) | 0 | 0.00 | 0.00 |
sorts (memory) | 14,945,825 | 12,317.09 | 224.95 |
sorts (rows) | 32,710,497 | 26,957.23 | 492.33 |
sql area evicted | 1 | 0.00 | 0.00 |
sql area purged | 4 | 0.00 | 0.00 |
summed dirty queue length | 6,028 | 4.97 | 0.09 |
switch current to new buffer | 1,855,161 | 1,528.87 | 27.92 |
table fetch by rowid | 913,382,281 | 752,732.59 | 13,747.48 |
table fetch continued row | 81,740 | 67.36 | 1.23 |
table scan blocks gotten | 18,259,384 | 15,047.84 | 274.83 |
table scan rows gotten | 784,068,215 | 646,162.85 | 11,801.15 |
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) | 8,190,270 | 6,749.73 | 123.27 |
temp space allocated (bytes) | 1,048,576 | 864.15 | 15.78 |
total cf enq hold time | 93 | 0.08 | 0.00 |
total number of cf enq holders | 42 | 0.03 | 0.00 |
total number of times SMON posted | 84 | 0.07 | 0.00 |
transaction rollbacks | 9,548 | 7.87 | 0.14 |
undo change vector size | 8,669,202,272 | 7,144,424.83 | 130,481.67 |
user calls | 22,115,202 | 18,225.48 | 332.86 |
user commits | 65,196 | 53.73 | 0.98 |
user rollbacks | 1,244 | 1.03 | 0.02 |
workarea executions - onepass | 16 | 0.01 | 0.00 |
workarea executions - optimal | 10,053,187 | 8,284.99 | 151.31 |
write clones created in background | 0 | 0.00 | 0.00 |
write clones created in foreground | 95 | 0.08 | 0.00 |