SQL Id | SQL Text |
0kkhhb2w93cx0 | update seg$ set type#=:4, blocks=:5, extents=:6, minexts=:7, maxexts=:8, extsize=:9, extpct=:10, user#=:11, iniexts=:12, lists=decode(:13, 65535, NULL, :13), groups=decode(:14, 65535, NULL, :14), cachehint=:15, hwmincr=:16, spare1=DECODE(:17, 0, NULL, :17), scanhint=:18, bitmapranges=:19 where ts#=:1 and file#=:2 and block#=:3 |
13t5kwh3tyfhu |
declare TYPE attrs_cur IS REF CURSOR; m_cur attrs_cur; m_event varchar2(512); m_user varchar2(512); m_owner varchar2(512); m_user1 varchar2(512); m_type varchar2(512); m_stmt varchar2(512); m_name varchar2(5120); m_column varchar2(5120); m_cnt NUMBER; m_stmt1 varchar2(512); m_var varchar2(512); m_o_stmt VARCHAR2(5120); PRAGMA AUTONOMOUS_TRANSACTION; begin m_stmt:='select sys.dbms_standard.dictionary_obj_type from dual'; execute immediate m_stmt into m_type; if(not (m_type='TABLE' or m_type='TRIGGER' or m_type='USER' or m_type='TABLESPACE')) then return; end if; m_stmt:='select sys.dbms_standard.sysevent from dual'; execute immediate m_stmt into m_event; m_stmt:='select SYS_CONTEXT(''USERENV'', ''SESSION_USER'') from dual'; execute immediate m_stmt into m_user; m_stmt:='select SYS_CONTEXT(''USERENV'', ''CURRENT_USER'') from dual'; execute immediate m_stmt into m_user1; m_stmt:='select sys.dbms_standard.dictionary_obj_owner from dual'; execute immediate m_stmt into m_owner; m_stmt:='sele
ct sys.dbms_standard.dictionary_obj_name from dual'; execute immediate m_stmt into m_name; m_stmt:='select sdo_geor_def.getSqlText from dual'; execute immediate m_stmt into m_o_stmt; if (m_owner!='MDSYS' and m_owner!='SYS' and m_type='TABLE' and m_event='ALTER') then m_stmt:='select column_name from dba_tab_columns where owner=:1 and table_name=:2'; open m_cur for m_stmt using m_owner, m_name; loop fetch m_cur into m_column; exit when m_cur%NOTFOUND; m_stmt:='select sdo_geor_def.isDropColumn(:1) from dual'; execute immediate m_stmt into m_stmt1 using SYS.DBMS_ASSERT.SIMPLE_SQL_NAME(m_column); if (trim(m_stmt1)='TRUE') then m_stmt:='begin sdo_geor_def.doAlterDropColumn(:1, :2, :3); end;'; execute immediate m_stmt using SYS.DBMS_ASSERT.SCHEMA_NAME(m_owner), SYS.DBMS_ASSERT.SIMPLE_SQL_NAME(m_name), SYS.DBMS_ASSERT.SIMPLE_SQL_NAME(m_column); end if; end loop; end if; if ((m_event='DROP' and m_type='USER') or (m_event='DROP' and m_type='TABLESPACE')) then m_stmt:='insert into sdo_geor_ddl__
table$$ values (1)'; EXECUTE IMMEDIATE m_stmt; commit; end if; if (m_event='DROP' and m_type='TABLE') then m_stmt:='select count(*) from sdo_geor_sysdata_table where sdo_owner=:1 and RDT_TABLE_NAME=:2'; EXECUTE IMMEDIATE m_stmt into m_cnt using m_owner, m_name; if(m_cnt!=0) then m_stmt:='select count(*) from sdo_geor_ddl__table$$'; EXECUTE IMMEDIATE m_stmt into m_cnt; if((m_cnt=0)and (m_user!='SYS' and m_user!='SYSTEM' and m_user!='MDSYS'and m_owner!='MDSYS' and m_owner!='SYS')) then m_stmt:='call mderr.raise_md_error(''MD'', ''SDO'', -13391, ''The referenced raster data table(RDT) cannot be dropped.'')'; execute immediate m_stmt; end if; end if; m_stmt:='insert into sdo_geor_ddl__table$$ values (2)'; EXECUTE IMMEDIATE m_stmt; commit; end if; if(m_user='SYS' or m_user='SYSTEM' or m_user='MDSYS' or m_owner='MDSYS' or m_owner='SYS') then return; end if; if (m_event='RENAME' and m_type='TABLE') then m_stmt:='select count(*) from sdo_geor_sysdata_table where sdo_owner=:1 and RDT_TABLE_N
AME=:2'; EXECUTE IMMEDIATE m_stmt into m_cnt using m_owner, m_name; if(m_cnt!=0) then m_stmt:='select count(*) from sdo_geor_ddl__table$$'; EXECUTE IMMEDIATE m_stmt into m_cnt; if(m_cnt=0) then m_stmt:='call mderr.raise_md_error(''MD'', ''SDO'', -13391, ''The referenced raster data table(RDT) cannot be renamed directly.'')'; execute immediate m_stmt; end if; end if; end if; if (m_type='TRIGGER' and m_event='DROP') then m_stmt:='select REGEXP_SUBSTR(:1, ''GRDMLTR_.+'', 1, 1, ''i'') from dual'; EXECUTE IMMEDIATE m_stmt into m_var using m_name; if(m_var is null) then return; end if; m_stmt:='select count(*) from sdo_geor_ddl__table$$'; EXECUTE IMMEDIATE m_stmt into m_cnt; if(m_cnt=0) then m_stmt:='call mderr.raise_md_error(''MD'', ''SDO'', -13391, ''GeoRaster DML triggers cannot be dropped.'')'; execute immediate m_stmt; end if; end if; if (m_type='TRIGGER' and m_event='ALTER') then m_o_stmt:=upper(trim(m_o_stmt)); if(instr(m_o_stmt, ' COMPILE ')>0 or instr(m_o_stmt, ' ENABLE ')
>0 or substr(m_o_stmt, length(m_o_stmt)-8, 8)=' COMPILE' or substr(m_o_stmt, length(m_o_stmt)-7, 7)=' ENABLE' ) then return; end if; m_stmt:='select REGEXP_SUBSTR(:1, ''GRDMLTR_.+'', 1, 1, ''i'') from dual'; EXECUTE IMMEDIATE m_stmt into m_var using m_name; if(m_var is null) then return; end if; m_stmt:='select count(*) from sdo_geor_ddl__table$$'; EXECUTE IMMEDIATE m_stmt into m_cnt; if(m_cnt=0) then m_stmt:='call mderr.raise_md_error(''MD'', ''SDO'', -13391, ''GeoRaster DML triggers cannot be altered.'')'; execute immediate m_stmt; end if; end if; if (m_type='TRIGGER' and m_event='CREATE') then m_stmt:='select REGEXP_SUBSTR(:1, ''GRDMLTR_.+'', 1, 1, ''i'') from dual'; EXECUTE IMMEDIATE m_stmt into m_var using m_name; if(m_var is null) then return; end if; m_stmt:='select count(*) from sdo_geor_ddl__table$$'; EXECUTE IMMEDIATE m_stmt into m_cnt; if(m_cnt=0) then m_stmt:='call mderr.raise_md_error(''MD'', ''SDO'', -13391, ''GeoRaster reserved names cannot be used to create reg
ular triggers.'')'; execute immediate m_stmt; end if; end if; Exception when others then if(sqlcode=-13391) then m_stmt:=sqlerrm; m_stmt:=substr(m_stmt, 11); m_stmt:='call mderr.raise_md_error(''MD'', ''SDO'', -13391, '''||m_stmt||''')'; execute immediate m_stmt; end if; end; |
1tw5ppr82gvjq | select to_char(charsetform) ||chr(1) || to_char(charsetid)||chr(1)|| to_char(null$) ||chr(1) || to_char(property) ||chr(1)|| to_char(col#) ||chr(1) || to_char(segcol#) ||chr(1)|| to_char(type#) ||chr(1) || to_char(spare3) ||chr(1) || to_char(length) ||chr(1)|| to_char(nvl(precision#, '65535')) || chr(1) || to_char(nvl(precision#, '0')) || chr(1) || to_char(nvl(scale, '0')) || chr(1) || to_char(nvl(scale, '255'))||chr(1) ||name , default$ from sys.col$ where obj#=:1 and segcol#>0 order by obj#, decode(segcol#, 0, 65535, segcol#), intcol# |
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# |
2yv5xahhmr2aa | insert into ind$(bo#, obj#, ts#, file#, block#, intcols, type#, flags, property, pctfree$, initrans, maxtrans, blevel, leafcnt, distkey, lblkkey, dblkkey, clufac, cols, analyzetime, samplesize, dataobj#, degree, instances, rowcnt, pctthres$, indmethod#, trunccnt, spare1, spare4, spare2, spare6)values(:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, decode(:23, 1, null, :23), decode(:24, 1, null, :24), :25, :32*256+:26, :27, :28, :29, :30, :31, :33) |
2zuvt3ptkmw7j | insert into deferred_stg$ (obj#, pctfree_stg, pctused_stg, size_stg, initial_stg, next_stg, minext_stg, maxext_stg, maxsiz_stg, lobret_stg, mintim_stg, pctinc_stg, initra_stg, maxtra_stg, optimal_stg, maxins_stg, frlins_stg, flags_stg, bfp_stg, enc_stg, cmpflag_stg, cmplvl_stg) values (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22) |
38243c4tqrkxm | select u.name, o.name, o.namespace, o.type#, decode(bitand(i.property, 1024), 0, 0, 1), o.obj# from ind$ i, obj$ o, user$ u where i.obj#=:1 and o.obj#=i.bo# and o.owner#=u.user# |
38spc81t7bjwy |
declare TYPE attrs_cur IS REF CURSOR; m_cur attrs_cur; m_event varchar2(512); m_user varchar2(512); m_owner varchar2(512); m_user1 varchar2(512); m_type varchar2(512); m_name varchar2(5120); m_column varchar2(5120); m_cnt NUMBER; m_stmt varchar2(512); m_ret varchar2(3000); m_ret1 varchar2(512); m_o_stmt VARCHAR2(5120); begin m_stmt:='select sys.dbms_standard.dictionary_obj_type from dual'; execute immediate m_stmt into m_type; if(not (m_type='TABLE' or m_type='TRIGGER' or m_type='USER' or m_type='TABLESPACE')) then return; end if; m_stmt:='select sys.dbms_standard.sysevent from dual'; execute immediate m_stmt into m_event; m_stmt:='select SYS_CONTEXT(''USERENV'', ''SESSION_USER'') from dual'; execute immediate m_stmt into m_user; m_stmt:='select sys.dbms_standard.login_user from dual'; execute immediate m_stmt into m_user1; m_stmt:='select sys.dbms_standard.dictionary_obj_owner from dual'; execute immediate m_stmt into m_owner; m_stmt:='select sys.dbms_standard.dictionary_obj_name from
dual'; execute immediate m_stmt into m_name; if((instr(upper(m_name), 'MDRT_')>0) and m_event='DROP') then return; end if; if (m_owner!='MDSYS' and m_owner!='SYS' and m_type='TABLE' and m_event='CREATE') then m_stmt:='select sdo_geor_def.listAllGeoRasterFieldsStr(:1, :2) from dual'; execute immediate m_stmt into m_ret using SYS.DBMS_ASSERT.SCHEMA_NAME(m_owner), SYS.DBMS_ASSERT.SIMPLE_SQL_NAME(m_name); m_ret:=trim(m_ret); while (length(m_ret)!=0) loop if (instr(m_ret, ' $$__## ')!=0) then m_ret1:=trim(substr(m_ret, 1, instr(m_ret, ' $$__## ')-1)); m_ret:=trim(substr(m_ret, instr(m_ret, ' $$__## ')+8)); else m_ret1:=trim(m_ret); m_ret:=''; end if; m_stmt:='begin SDO_GEOR_UTL.createDMLTrigger(:1, :2); end;'; execute immediate m_stmt using m_owner||'.'||m_name, SYS.DBMS_ASSERT.QUALIFIED_SQL_NAME(m_ret1); end loop; return; end if; if (m_name!='MDSYS' and m_type='USER' and m_event='DROP') then m_stmt:='call sdo_geor_def.doDropUserAndTable()'; execute immediate m_stmt; end if; if (m_owner
!='MDSYS' and m_owner!='SYS' and m_type='TABLE' and m_event='DROP') then m_stmt:='call sdo_geor_def.doDropUserAndTable()'; execute immediate m_stmt; end if; if (m_owner!='MDSYS' and m_owner!='SYS' and m_type='TABLE' and m_event='TRUNCATE') then m_stmt:='call sdo_geor_def.doTruncateTable()'; execute immediate m_stmt; end if; if (m_owner!='MDSYS' and m_owner!='SYS' and m_type='TABLE' and m_event='ALTER') then m_stmt:='call sdo_geor_def.doAlterRenameTable()'; execute immediate m_stmt; end if; if (m_owner!='MDSYS' and m_owner!='SYS' and m_type='TABLE' and m_event='RENAME') then m_stmt:='call sdo_geor_def.doRenameTable()'; execute immediate m_stmt; end if; if (m_event='DROP' and m_type='TABLE') then m_stmt:='delete from sdo_geor_ddl__table$$ where id=2'; EXECUTE IMMEDIATE m_stmt; end if; if ((m_type='USER' and m_event='DROP') or (m_type='TABLESPACE' and m_event='DROP')) then m_stmt:='delete from sdo_geor_ddl__table$$'; EXECUTE IMMEDIATE m_stmt; end if; Exception when others then if(sqlcode=
-13391) then m_stmt:=sqlerrm; m_stmt:=substr(m_stmt, 11); m_stmt:='call mderr.raise_md_error(''MD'', ''SDO'', -13391, '''||m_stmt||''')'; execute immediate m_stmt; end if; end; |
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 |
3wyqyrnysd3h5 | CREATE UNIQUE INDEX "CFBF"."SYS_C0046910" ON "CFBF"."RY_HXX_BF" ("HH") PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS NOLOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) TABLESPACE "CFBF" |
4bjwv5sp99589 | insert into obj$(owner#, name, namespace, obj#, type#, ctime, mtime, stime, status, remoteowner, linkname, subname, dataobj#, flags, oid$, spare1, spare2, spare3) values(:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18) |
4cv3nc10n5rw0 | select p.valchar from sys.optstat_user_prefs$ p, sys.obj$ o, sys.user$ u where p.obj#=o.obj# and u.user#=o.owner# and u.name=:1 and o.name=:2 and p.pname=:3 |
4yyb4104skrwj | update obj$ set obj#=:4, type#=:5, ctime=:6, mtime=:7, stime=:8, status=:9, dataobj#=:10, flags=:11, oid$=:12, spare1=:13, spare2=:14 where owner#=:1 and name=:2 and namespace=:3 and remoteowner is null and linkname is null and subname is null |
53saa2zkr6wc3 | select intcol#, nvl(pos#, 0), col#, nvl(spare1, 0) from ccol$ where con#=:1 |
54zw7j1jztqc2 | select sum(bytes)/1024/1024/1024 from dba_segments |
572fbaj0fdw2b | select output from table(dbms_workload_repository.awr_report_html( :dbid, :inst_num, :bid, :eid, :rpt_options )) |
59vjj34vugaav | delete from obj$ where obj# = :1 |
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# |
6pbnp0hyq18uy | select sum(bytes)/1024/1024/1024 from dba_segments |
732srx540qk3v | select to_char(file_id)||CHR(1)||to_char(relative_fno)||CHR(1)||tablespace_name||CHR(1)||file_name||chr(1)||to_char(nvl(ts#, 0)) from sys.dba_data_files, sys.ts$ where tablespace_name=name order by file_id |
7jpt4cpfvcy1k | select ts#, online$ from ts$ where name=:1 |
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# |
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# |
8agwdqgvnpqzh | UPDATE SYS.KU_UTLUSE SET USECNT = USECNT + 1, ENCRYPTCNT = ENCRYPTCNT + :1, COMPRESSCNT = COMPRESSCNT + :2, LAST_USED = CURRENT_TIMESTAMP WHERE UTLNAME = :3 |
8q6ttxknf3y97 | insert into sys.wri$_optstat_opr (operation, target, start_time, end_time) values (:1, :2, :3, :4) |
8swypbbr0m372 | select order#, columns, types from access$ where d_obj#=:1 |
8vwac6wpcqm0z | call SYS.KUPU$UTILITIES.UPDATEFEATURETABLE ('Oracle Utility SQL Loader (Direct Path Load)', 0, 0) |
8wka9s48pjvfh | delete from icol$ where obj#=:1 |
9dzjush42kmfs | select spare4 from sys.optstat_hist_control$ where sname=:1 |
9gkq7rruycsjp | select parttype, partcnt, partkeycols, flags, defts#, defpctfree, defpctused, definitrans, defmaxtrans, deftiniexts, defextsize, defminexts, defmaxexts, defextpct, deflists, defgroups, deflogging, spare1, mod(spare2, 256) subparttype, mod(trunc(spare2/256), 256) subpartkeycols, mod(trunc(spare2/65536), 65536) defsubpartcnt, mod(trunc(spare2/4294967296), 256) defhscflags, mod(spare3, 256) interval_dty, rowid, defmaxsize from partobj$ where obj# = :1 |
9rzjf5cqv4qv1 | delete from deferred_stg$ where obj# = :1 |
9tgj4g8y4rwy8 | select type#, blocks, extents, minexts, maxexts, extsize, extpct, user#, iniexts, NVL(lists, 65535), NVL(groups, 65535), cachehint, hwmincr, NVL(spare1, 0), NVL(scanhint, 0), NVL(bitmapranges, 0) from seg$ where ts#=:1 and file#=:2 and block#=:3 |
9y7s2afnkqs9d | delete from idl_ub2$ where obj#=:1 and part=:2 |
b1wc53ddd6h3p | select audit$, options from procedure$ where obj#=:1 |
bcv9qynmu1nv9 | select sys.dbms_standard.dictionary_obj_type from dual |
bfds0c26sax80 | select constraint_name||chr(1)||constraint_type from dba_constraints where owner='(null)' and table_name='(null)' and constraint_type in ('R', 'P', 'U') |
bjstq78pprd24 | SELECT DECODE(ELEMENT_SUBSTITUTABLE, ' Y', 1, 0) FROM SYS.ALL_NESTED_TABLES WHERE TABLE_NAME = :tname AND OWNER = :owner |
bxa794dmp6z7w | insert into icol$(obj#, bo#, intcol#, pos#, segcol#, segcollength, offset, col#, spare1, spare2, spare3) values(:1, :2, :3, :4, 0, 0, 0, :5, :6, :7, :8) |
cnumpcz520unc | SELECT COUNT(*) FROM ALL_OBJECT_TABLES OT, ALL_XML_TABLES XT WHERE OT.OWNER = XT.OWNER AND OT.TABLE_NAME = XT.TABLE_NAME AND XT.STORAGE_TYPE = 'CLOB' AND OT.OWNER = :OWN AND OT.TABLE_NAME = :TAB |
cqwfdp2kgp1y6 | SELECT VALUE FROM SYS.LOADER_SKIP_UNUSABLE_INDEXES |
ct6c4h224pxgz | BEGIN BEGIN IF (sys.is_vpd_enabled(sys.dictionary_obj_owner, sys.dictionary_obj_name, xdb.DBMS_XDBZ.IS_ENABLED_CONTENTS)) THEN xdb.XDB_PITRIG_PKG.pitrig_truncate(sys.dictionary_obj_owner, sys.dictionary_obj_name); ELSIF (sys.is_vpd_enabled(sys.dictionary_obj_owner, sys.dictionary_obj_name, xdb.DBMS_XDBZ.IS_ENABLED_RESMETADATA)) THEN xdb.XDB_PITRIG_PKG.pitrig_dropmetadata(sys.dictionary_obj_owner, sys.dictionary_obj_name); END IF; EXCEPTION WHEN OTHERS THEN null; END; END; |
cvn54b7yz0s8u | select /*+ index(idl_ub1$ i_idl_ub11) +*/ piece#, length, piece from idl_ub1$ where obj#=:1 and part=:2 and version=:3 order by piece# |
d5jd9b2xct7xz | delete from idl_char$ where obj#=:1 and part=:2 |
dvpfc386d6dmm | delete from idl_sb4$ where obj#=:1 and part=:2 |
dzs3rm0w0bgnv | SELECT 'X' FROM LOADER_COL_FLAGS L WHERE L.TABLE_OWNER = UPPER(:owner) AND L.TABLE_NAME = UPPER(:tname) AND L.COLNAME = UPPER(:cname) AND L.ISVIRTUAL = 'YES' |
g7mt7ptq286u7 | insert into seg$ (file#, block#, type#, ts#, blocks, extents, minexts, maxexts, extsize, extpct, user#, iniexts, lists, groups, cachehint, hwmincr, spare1, scanhint, bitmapranges) values (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, DECODE(:17, 0, NULL, :17), :18, :19) |
gdhz78y24tvnz | delete from ncomp_dll$ where obj#=:1 returning dllname into :2 |
grwydz59pu6mc | select text from view$ where rowid=:1 |
gsqxm6zz3w2by | delete from idl_ub1$ where obj#=:1 and part=:2 |
Statistic | Total | per Second | per Trans |
Batched IO (bound) vector count | 34 | 0.01 | 0.00 |
Batched IO (full) vector count | 0 | 0.00 | 0.00 |
Batched IO block miss count | 159 | 0.04 | 0.01 |
Batched IO buffer defrag count | 1 | 0.00 | 0.00 |
Batched IO double miss count | 1 | 0.00 | 0.00 |
Batched IO same unit count | 96 | 0.03 | 0.01 |
Batched IO single block count | 29 | 0.01 | 0.00 |
Batched IO vector block count | 34 | 0.01 | 0.00 |
Batched IO vector read count | 6 | 0.00 | 0.00 |
Block Cleanout Optim referenced | 0 | 0.00 | 0.00 |
CCursor + sql area evicted | 168 | 0.05 | 0.01 |
CPU used by this session | 429,240 | 120.19 | 26.65 |
CPU used when call started | 411,542 | 115.24 | 25.56 |
CR blocks created | 14,418 | 4.04 | 0.90 |
Cached Commit SCN referenced | 13,995,440 | 3,918.96 | 869.07 |
Commit SCN cached | 81,380 | 22.79 | 5.05 |
DBWR checkpoint buffers written | 171,074 | 47.90 | 10.62 |
DBWR checkpoints | 334 | 0.09 | 0.02 |
DBWR fusion writes | 17,312 | 4.85 | 1.08 |
DBWR object drop buffers written | 34 | 0.01 | 0.00 |
DBWR parallel query checkpoint buffers written | 192 | 0.05 | 0.01 |
DBWR revisited being-written buffer | 219 | 0.06 | 0.01 |
DBWR thread checkpoint buffers written | 154,069 | 43.14 | 9.57 |
DBWR transaction table writes | 1,754 | 0.49 | 0.11 |
DBWR undo block writes | 72,994 | 20.44 | 4.53 |
DDL statements parallelized | 2,191 | 0.61 | 0.14 |
DFO trees parallelized | 2,203 | 0.62 | 0.14 |
Effective IO time | 1,879,403,139 | 526,264.20 | 116,704.12 |
HSC Heap Segment Block Changes | 63,721 | 17.84 | 3.96 |
Heap Segment Array Inserts | 140 | 0.04 | 0.01 |
Heap Segment Array Updates | 8,100 | 2.27 | 0.50 |
LOB table id lookup cache misses | 0 | 0.00 | 0.00 |
Number of read IOs issued | 102,919 | 28.82 | 6.39 |
PX local messages recv'd | 372,993 | 104.44 | 23.16 |
PX local messages sent | 372,993 | 104.44 | 23.16 |
PX remote messages recv'd | 215,572 | 60.36 | 13.39 |
PX remote messages sent | 185,926 | 52.06 | 11.55 |
Parallel operations not downgraded | 2,203 | 0.62 | 0.14 |
Requests to/from client | 1,708,207 | 478.33 | 106.07 |
RowCR attempts | 25 | 0.01 | 0.00 |
RowCR hits | 19 | 0.01 | 0.00 |
SMON posted for undo segment shrink | 0 | 0.00 | 0.00 |
SQL*Net roundtrips to/from client | 1,708,672 | 478.46 | 106.10 |
TBS Extension: bytes extended | 0 | 0.00 | 0.00 |
TBS Extension: files extended | 0 | 0.00 | 0.00 |
TBS Extension: tasks created | 0 | 0.00 | 0.00 |
TBS Extension: tasks executed | 0 | 0.00 | 0.00 |
active txn count during cleanout | 30,828 | 8.63 | 1.91 |
background checkpoints completed | 42 | 0.01 | 0.00 |
background checkpoints started | 42 | 0.01 | 0.00 |
background timeouts | 34,244 | 9.59 | 2.13 |
branch node splits | 60 | 0.02 | 0.00 |
buffer is not pinned count | 6,485,876 | 1,816.15 | 402.75 |
buffer is pinned count | 10,902,896 | 3,052.99 | 677.03 |
bytes received via SQL*Net from client | 64,273,754,419 | 17,997,722.46 | 3,991,167.07 |
bytes sent via SQL*Net to client | 208,783,928 | 58,462.98 | 12,964.72 |
calls to get snapshot scn: kcmgss | 4,801,440 | 1,344.48 | 298.15 |
calls to kcmgas | 262,481 | 73.50 | 16.30 |
calls to kcmgcs | 1,294,943 | 362.61 | 80.41 |
cell physical IO interconnect bytes | 207,268,256,768 | 58,038,566.35 | 12,870,607.10 |
change write time | 10,985 | 3.08 | 0.68 |
cleanout - number of ktugct calls | 103,356 | 28.94 | 6.42 |
cleanouts and rollbacks - consistent read gets | 13,983 | 3.92 | 0.87 |
cleanouts only - consistent read gets | 82,135 | 23.00 | 5.10 |
cluster key scan block gets | 3,275,730 | 917.26 | 203.41 |
cluster key scans | 2,110,273 | 590.91 | 131.04 |
commit batch/immediate performed | 30,230 | 8.46 | 1.88 |
commit batch/immediate requested | 30,230 | 8.46 | 1.88 |
commit cleanout failures: block lost | 29 | 0.01 | 0.00 |
commit cleanout failures: buffer being written | 35 | 0.01 | 0.00 |
commit cleanout failures: callback failure | 435 | 0.12 | 0.03 |
commit cleanout failures: cannot pin | 228 | 0.06 | 0.01 |
commit cleanouts | 140,683 | 39.39 | 8.74 |
commit cleanouts successfully completed | 139,956 | 39.19 | 8.69 |
commit immediate performed | 30,230 | 8.46 | 1.88 |
commit immediate requested | 30,230 | 8.46 | 1.88 |
commit txn count during cleanout | 85,428 | 23.92 | 5.30 |
consistent changes | 381,832 | 106.92 | 23.71 |
consistent gets | 28,600,055 | 8,008.49 | 1,775.96 |
consistent gets - examination | 5,049,602 | 1,413.97 | 313.56 |
consistent gets direct | 12,780,923 | 3,578.87 | 793.65 |
consistent gets from cache | 15,819,132 | 4,429.62 | 982.31 |
consistent gets from cache (fastpath) | 10,328,053 | 2,892.03 | 641.33 |
cursor authentications | 2,931 | 0.82 | 0.18 |
data blocks consistent reads - undo records applied | 23,188 | 6.49 | 1.44 |
db block gets | 25,305,352 | 7,085.92 | 1,571.37 |
db block gets direct | 10,080,551 | 2,822.72 | 625.97 |
db block gets from cache | 15,224,804 | 4,263.20 | 945.41 |
db block gets from cache (fastpath) | 5,925,146 | 1,659.14 | 367.93 |
deferred (CURRENT) block cleanout applications | 44,150 | 12.36 | 2.74 |
dirty buffers inspected | 14,583 | 4.08 | 0.91 |
enqueue conversions | 113,403 | 31.75 | 7.04 |
enqueue releases | 7,093,594 | 1,986.32 | 440.49 |
enqueue requests | 7,130,433 | 1,996.64 | 442.77 |
enqueue timeouts | 36,753 | 10.29 | 2.28 |
enqueue waits | 39,955 | 11.19 | 2.48 |
exchange deadlocks | 127 | 0.04 | 0.01 |
failed probes on index block reclamation | 0 | 0.00 | 0.00 |
file io service time | 0 | 0.00 | 0.00 |
frame signature mismatch | 0 | 0.00 | 0.00 |
free buffer inspected | 1,069,252 | 299.41 | 66.40 |
free buffer requested | 1,326,786 | 371.52 | 82.39 |
gc blocks compressed | 43,142 | 12.08 | 2.68 |
gc blocks lost | 29 | 0.01 | 0.00 |
gc cr block flush time | 537 | 0.15 | 0.03 |
gc cr blocks served | 32,348 | 9.06 | 2.01 |
gc current block flush time | 839 | 0.23 | 0.05 |
gc current block pin time | 197 | 0.06 | 0.01 |
gc current blocks served | 53,417 | 14.96 | 3.32 |
gc force cr disk read | 1,638 | 0.46 | 0.10 |
gc kbytes saved | 217,751 | 60.97 | 13.52 |
gc kbytes sent | 468,369 | 131.15 | 29.08 |
gc local grants | 687,398 | 192.48 | 42.68 |
gc read wait timeouts | 1 | 0.00 | 0.00 |
gc read waits | 5 | 0.00 | 0.00 |
gc remote grants | 409,993 | 114.80 | 25.46 |
gcs messages sent | 1,643,798 | 460.29 | 102.07 |
ges messages sent | 434,949 | 121.79 | 27.01 |
global enqueue get time | 69,487 | 19.46 | 4.31 |
global enqueue gets async | 118,912 | 33.30 | 7.38 |
global enqueue gets sync | 2,485,935 | 696.10 | 154.37 |
global enqueue releases | 2,162,247 | 605.47 | 134.27 |
heap block compress | 1,274 | 0.36 | 0.08 |
hot buffers moved to head of LRU | 276 | 0.08 | 0.02 |
immediate (CR) block cleanout applications | 96,119 | 26.91 | 5.97 |
immediate (CURRENT) block cleanout applications | 36,880 | 10.33 | 2.29 |
index crx upgrade (positioned) | 98,733 | 27.65 | 6.13 |
index fast full scans (direct read) | 0 | 0.00 | 0.00 |
index fast full scans (full) | 3 | 0.00 | 0.00 |
index fast full scans (rowid ranges) | 0 | 0.00 | 0.00 |
index fetch by key | 6,439,060 | 1,803.04 | 399.84 |
index scans kdiixs1 | 3,423,525 | 958.64 | 212.59 |
leaf node 90-10 splits | 2,408 | 0.67 | 0.15 |
leaf node splits | 2,525 | 0.71 | 0.16 |
lob reads | 118,852 | 33.28 | 7.38 |
lob writes | 1,189,548 | 333.09 | 73.87 |
lob writes unaligned | 1,183,905 | 331.51 | 73.52 |
logical read bytes from cache | 254,310,932,480 | 71,211,299.59 | 15,791,786.67 |
max cf enq hold time | 40 | 0.01 | 0.00 |
messages received | 197,298 | 55.25 | 12.25 |
messages sent | 197,298 | 55.25 | 12.25 |
min active SCN optimization applied on CR | 0 | 0.00 | 0.00 |
no work - consistent read gets | 21,832,112 | 6,113.36 | 1,355.69 |
non-idle wait count | 9,615,302 | 2,692.44 | 597.08 |
parse count (describe) | 12 | 0.00 | 0.00 |
parse count (failures) | 1 | 0.00 | 0.00 |
parse count (hard) | 69,288 | 19.40 | 4.30 |
parse time cpu | 144,862 | 40.56 | 9.00 |
physical read IO requests | 316,520 | 88.63 | 19.65 |
physical read bytes | 115,153,936,384 | 32,245,021.41 | 7,150,641.85 |
physical read total IO requests | 367,054 | 102.78 | 22.79 |
physical read total bytes | 115,975,775,232 | 32,475,149.99 | 7,201,675.06 |
physical read total multi block requests | 115,334 | 32.30 | 7.16 |
physical reads cache | 896,172 | 250.94 | 55.65 |
physical reads cache prefetch | 862,042 | 241.39 | 53.53 |
physical reads direct | 13,160,705 | 3,685.22 | 817.23 |
physical reads direct (lob) | 8 | 0.00 | 0.00 |
physical reads direct temporary tablespace | 359,896 | 100.78 | 22.35 |
physical reads prefetch warmup | 2,729 | 0.76 | 0.17 |
physical write IO requests | 6,898,564 | 1,931.71 | 428.38 |
physical write bytes | 87,290,888,192 | 24,442,903.54 | 5,420,447.60 |
physical write total IO requests | 7,143,458 | 2,000.29 | 443.58 |
physical write total bytes | 91,292,473,344 | 25,563,414.07 | 5,668,931.53 |
physical write total multi block requests | 91,259 | 25.55 | 5.67 |
physical writes direct | 10,449,789 | 2,926.12 | 648.89 |
physical writes direct (lob) | 6,289,812 | 1,761.25 | 390.57 |
physical writes direct temporary tablespace | 359,896 | 100.78 | 22.35 |
physical writes from cache | 205,835 | 57.64 | 12.78 |
physical writes non checkpoint | 10,626,892 | 2,975.71 | 659.89 |
pinned buffers inspected | 1,946 | 0.54 | 0.12 |
pinned cursors current | 5 | 0.00 | 0.00 |
prefetch warmup blocks aged out before use | 5 | 0.00 | 0.00 |
prefetch warmup blocks flushed out before use | 3,708 | 1.04 | 0.23 |
prefetched blocks aged out before use | 5,400 | 1.51 | 0.34 |
process last non-idle time | 57,475 | 16.09 | 3.57 |
queries parallelized | 12 | 0.00 | 0.00 |
recursive calls | 2,554,588 | 715.33 | 158.63 |
recursive cpu usage | 199,740 | 55.93 | 12.40 |
redo blocks checksummed by FG (exclusive) | 111,298 | 31.17 | 6.91 |
redo blocks written | 3,804,577 | 1,065.34 | 236.25 |
redo buffer allocation retries | 9 | 0.00 | 0.00 |
redo entries | 14,492,152 | 4,058.04 | 899.91 |
redo log space requests | 19 | 0.01 | 0.00 |
redo ordering marks | 80,400 | 22.51 | 4.99 |
redo size for direct writes | 352,591,764 | 98,731.57 | 21,894.67 |
redo subscn max counts | 10,774 | 3.02 | 0.67 |
redo synch long waits | 281 | 0.08 | 0.02 |
redo synch poll writes | 45,413 | 12.72 | 2.82 |
redo synch polls | 56,566 | 15.84 | 3.51 |
redo synch time | 34,619 | 9.69 | 2.15 |
redo synch time (usec) | 349,827,746 | 97,957.60 | 21,723.03 |
redo synch time overhead (usec) | 435,603,119 | 121,976.13 | 27,049.37 |
redo synch time overhead count (<128 msec) | 1,186 | 0.33 | 0.07 |
redo synch time overhead count (<2 msec) | 24,915 | 6.98 | 1.55 |
redo synch time overhead count (<32 msec) | 5,399 | 1.51 | 0.34 |
redo synch time overhead count (<8 msec) | 14,056 | 3.94 | 0.87 |
redo synch time overhead count (>=128 msec) | 386 | 0.11 | 0.02 |
redo synch writes | 46,623 | 13.06 | 2.90 |
redo wastage | 29,474,100 | 8,253.24 | 1,830.23 |
redo write broadcast ack count | 12,583 | 3.52 | 0.78 |
redo write broadcast ack time | 19,787,650 | 5,540.87 | 1,228.74 |
redo write broadcast lgwr post count | 3 | 0.00 | 0.00 |
redo write info find | 45,945 | 12.87 | 2.85 |
redo write info find fail | 3 | 0.00 | 0.00 |
redo write time | 16,962 | 4.75 | 1.05 |
redo writes | 65,952 | 18.47 | 4.10 |
remote Oradebug requests | 4 | 0.00 | 0.00 |
rollback changes - undo records applied | 924 | 0.26 | 0.06 |
rollbacks only - consistent read gets | 430 | 0.12 | 0.03 |
root node splits | 59 | 0.02 | 0.00 |
rows fetched via callback | 331,776 | 92.90 | 20.60 |
session connect time | 159 | 0.04 | 0.01 |
shared hash latch upgrades - no wait | 278,040 | 77.86 | 17.27 |
shared hash latch upgrades - wait | 90 | 0.03 | 0.01 |
sorts (disk) | 2 | 0.00 | 0.00 |
sorts (memory) | 114,758 | 32.13 | 7.13 |
sorts (rows) | 417,903,979 | 117,020.08 | 25,950.32 |
sql area evicted | 50,146 | 14.04 | 3.11 |
sql area purged | 3,402 | 0.95 | 0.21 |
summed dirty queue length | 24,346 | 6.82 | 1.51 |
switch current to new buffer | 21,840 | 6.12 | 1.36 |
table fetch by rowid | 3,479,161 | 974.22 | 216.04 |
table fetch continued row | 13,867 | 3.88 | 0.86 |
table scan blocks gotten | 15,219,974 | 4,261.85 | 945.11 |
table scan rows gotten | 420,610,336 | 117,777.90 | 26,118.38 |
table scans (direct read) | 2,760 | 0.77 | 0.17 |
table scans (long tables) | 9,342 | 2.62 | 0.58 |
table scans (rowid ranges) | 8,619 | 2.41 | 0.54 |
table scans (short tables) | 29,093 | 8.15 | 1.81 |
temp space allocated (bytes) | 1,048,576 | 293.62 | 65.11 |
total cf enq hold time | 13,520 | 3.79 | 0.84 |
total number of cf enq holders | 963 | 0.27 | 0.06 |
total number of times SMON posted | 237 | 0.07 | 0.01 |
transaction lock background gets | 0 | 0.00 | 0.00 |
transaction lock foreground requests | 0 | 0.00 | 0.00 |
transaction rollbacks | 547 | 0.15 | 0.03 |
transaction tables consistent read rollbacks | 9 | 0.00 | 0.00 |
transaction tables consistent reads - undo records applied | 187 | 0.05 | 0.01 |
undo change vector size | 532,534,016 | 149,118.40 | 33,068.43 |
user logons cumulative | 43 | 0.01 | 0.00 |
user logouts cumulative | 37 | 0.01 | 0.00 |
write clones created in background | 951 | 0.27 | 0.06 |
write clones created in foreground | 2,911 | 0.82 | 0.18 |
Tablespace | Filename | Reads | Av Rds/s | Av Rd(ms) | Av Blks/Rd | 1-bk Rds/s | Av 1-bk Rd(ms) | Writes | Writes avg/s | Buffer Waits | Av Buf Wt(ms) |
AMBF | +DATA/odi/datafile/ambf.296.845207027 |
6,978 | 2 | 0.61 | 100.70 | 0 | 0.80 | 16,296 | 5 | 33 | 3.94 |
AMBF | +DATA/odi/datafile/ambf.300.845206911 |
6,761 | 2 | 1.01 | 101.84 | 0 | 1.20 | 16,135 | 5 | 25 | 4.80 |
AMBF | +DATA/odi/datafile/ambf.306.845206849 |
6,687 | 2 | 0.87 | 106.68 | 0 | 1.08 | 16,040 | 4 | 24 | 2.50 |
AMBF | +DATA/odi/datafile/ambf.309.845206731 |
6,746 | 2 | 0.73 | 105.88 | 0 | 0.79 | 16,333 | 5 | 46 | 5.22 |
AMBF | +DATA/odi/datafile/ambf.313.845206649 |
7,092 | 2 | 0.70 | 98.19 | 0 | 0.71 | 16,194 | 5 | 36 | 3.33 |
BMBF | +DATA/odi/datafile/bmbf.269.845214489 |
656 | 0 | 0.78 | 25.90 | 0 | 0.50 | 14,613 | 4 | 49 | 2.04 |
BMBF | +DATA/odi/datafile/bmbf.270.845122309 |
897 | 0 | 1.88 | 23.47 | 0 | 0.55 | 14,499 | 4 | 53 | 0.94 |
BMBF | +DATA/odi/datafile/bmbf.277.845213317 |
633 | 0 | 2.92 | 24.01 | 0 | 0.88 | 7,270 | 2 | 61 | 0.66 |
BMBF | +DATA/odi/datafile/bmbf.289.845213913 |
476 | 0 | 2.06 | 35.18 | 0 | 1.89 | 14,334 | 4 | 53 | 1.32 |
BMBF | +DATA/odi/datafile/bmbf.292.845214111 |
630 | 0 | 0.92 | 31.20 | 0 | 0.68 | 15,750 | 4 | 46 | 0.43 |
BMBF | +DATA/odi/datafile/bmbf.297.845213743 |
628 | 0 | 1.35 | 32.32 | 0 | 0.57 | 7,474 | 2 | 57 | 0.88 |
BMBF | +DATA/odi/datafile/bmbf.305.845213543 |
928 | 0 | 1.57 | 36.08 | 0 | 0.82 | 7,070 | 2 | 56 | 2.14 |
BMBF | +DATA/odi/datafile/bmbf.314.845213153 |
771 | 0 | 3.54 | 26.43 | 0 | 0.68 | 8,120 | 2 | 55 | 0.00 |
BMBF | +DATA/odi/datafile/bmbf.320.845213075 |
767 | 0 | 1.63 | 27.09 | 0 | 1.24 | 8,160 | 2 | 58 | 1.72 |
BMBF | +DATA/odi/datafile/bmbf.331.845212647 |
728 | 0 | 4.26 | 25.68 | 0 | 1.22 | 8,120 | 2 | 59 | 3.56 |
BMBF | +DATA/odi/datafile/bmbf.343.845212435 |
582 | 0 | 6.25 | 31.76 | 0 | 2.22 | 8,172 | 2 | 56 | 0.89 |
BMBF | +DATA/odi/datafile/bmbf.350.845212333 |
663 | 0 | 2.55 | 29.89 | 0 | 0.60 | 7,436 | 2 | 63 | 1.43 |
BMBF | +DATA/odi/datafile/bmbf.357.845212159 |
847 | 0 | 2.44 | 22.63 | 0 | 0.52 | 14,384 | 4 | 57 | 0.70 |
BMBF | +DATA/odi/datafile/bmbf.374.845135077 |
743 | 0 | 2.53 | 25.65 | 0 | 0.52 | 8,117 | 2 | 56 | 2.14 |
BMBF | +DATA/odi/datafile/bmbf.379.845135609 |
614 | 0 | 4.23 | 27.92 | 0 | 1.01 | 8,080 | 2 | 55 | 1.45 |
BMBF | +DATA/odi/datafile/bmbf.383.845136433 |
391 | 0 | 2.76 | 50.28 | 0 | 4.44 | 7,152 | 2 | 56 | 1.25 |
BMBF | +DATA/odi/datafile/bmbf.389.845137019 |
770 | 0 | 3.65 | 30.97 | 0 | 1.38 | 7,178 | 2 | 56 | 1.25 |
BMBF | +DATA/odi/datafile/bmbf.395.845137839 |
407 | 0 | 3.24 | 76.60 | 0 | 6.86 | 7,017 | 2 | 54 | 1.11 |
BMBF | +DATA/odi/datafile/bmbf.398.845138575 |
634 | 0 | 1.69 | 27.92 | 0 | 1.48 | 6,493 | 2 | 56 | 0.89 |
BMBF | +DATA/odi/datafile/bmbf.403.845139347 |
677 | 0 | 2.54 | 25.27 | 0 | 2.24 | 7,591 | 2 | 53 | 0.19 |
BMBF | +DATA/odi/datafile/bmbf.410.845140041 |
804 | 0 | 1.69 | 22.59 | 0 | 0.73 | 7,558 | 2 | 62 | 0.32 |
BMBF | +DATA/odi/datafile/bmbf.417.845140983 |
732 | 0 | 0.75 | 25.39 | 0 | 0.50 | 15,732 | 4 | 50 | 2.20 |
BMBF | +DATA/odi/datafile/bmbf.425.845142107 |
630 | 0 | 2.02 | 29.16 | 0 | 0.42 | 15,911 | 4 | 46 | 0.65 |
BMBF | +DATA/odi/datafile/bmbf.431.845143137 |
575 | 0 | 1.72 | 31.70 | 0 | 1.14 | 15,598 | 4 | 44 | 1.36 |
BMBF | +DATA/odi/datafile/bmbf.438.845144039 |
773 | 0 | 1.73 | 22.38 | 0 | 1.10 | 14,618 | 4 | 42 | 2.14 |
BMBF | +DATA/odi/datafile/bmbf.445.845144211 |
625 | 0 | 1.49 | 27.44 | 0 | 0.52 | 14,651 | 4 | 45 | 1.33 |
BMBF | +DATA/odi/datafile/bmbf.449.845145225 |
742 | 0 | 1.42 | 20.29 | 0 | 0.92 | 14,673 | 4 | 48 | 1.46 |
BMBF | +DATA/odi/datafile/bmbf.459.845146263 |
810 | 0 | 1.21 | 19.95 | 0 | 1.24 | 14,648 | 4 | 47 | 1.49 |
BMBF | +DATA/odi/datafile/bmbf.465.845203067 |
970 | 0 | 1.18 | 15.45 | 0 | 0.38 | 14,794 | 4 | 44 | 1.36 |
BMBF | +DATA/odi/datafile/bmbf.466.845202775 |
533 | 0 | 2.48 | 32.38 | 0 | 0.34 | 14,679 | 4 | 48 | 0.00 |
BMBF | +DATA/odi/datafile/bmbf.467.845202939 |
672 | 0 | 0.76 | 20.25 | 0 | 0.62 | 14,785 | 4 | 49 | 0.82 |
BMBF | +DATA/odi/datafile/bmbf.470.845203365 |
452 | 0 | 1.88 | 36.86 | 0 | 1.61 | 14,786 | 4 | 47 | 0.43 |
BMBF | +DATA/odi/datafile/bmbf.472.845203455 |
487 | 0 | 1.77 | 33.26 | 0 | 1.49 | 14,872 | 4 | 40 | 2.00 |
BMBF | +DATA/odi/datafile/bmbf.475.845203587 |
570 | 0 | 2.95 | 27.96 | 0 | 0.85 | 14,857 | 4 | 38 | 2.37 |
BMBF | +DATA/odi/datafile/bmbf.477.845203725 |
399 | 0 | 2.46 | 36.61 | 0 | 0.68 | 14,896 | 4 | 39 | 0.77 |
BMBF | +DATA/odi/datafile/bmbf.480.845203905 |
1,143 | 0 | 0.75 | 14.20 | 0 | 0.37 | 15,002 | 4 | 31 | 1.29 |
BMBF | +DATA/odi/datafile/bmbf.482.845203927 |
296 | 0 | 2.20 | 54.90 | 0 | 1.85 | 15,073 | 4 | 28 | 1.07 |
BMBF | +DATA/odi/datafile/bmbf.485.845204611 |
912 | 0 | 0.86 | 20.63 | 0 | 0.66 | 15,336 | 4 | 31 | 0.65 |
BMBF | +DATA/odi/datafile/bmbf.487.845204613 |
640 | 0 | 3.95 | 29.01 | 0 | 0.52 | 14,695 | 4 | 42 | 2.38 |
BMBF | +DATA/odi/datafile/bmbf.490.845205241 |
677 | 0 | 4.74 | 28.90 | 0 | 3.24 | 14,659 | 4 | 45 | 2.00 |
BMBF | +DATA/odi/datafile/bmbf.491.845205821 |
1,044 | 0 | 3.28 | 22.02 | 0 | 0.37 | 14,566 | 4 | 56 | 2.14 |
BMBF | +DATA/odi/datafile/bmbf.495.845205435 |
905 | 0 | 8.61 | 22.27 | 0 | 1.05 | 14,750 | 4 | 44 | 1.36 |
BTBF | +DATA/odi/datafile/btbf.271.845122359 |
2,804 | 1 | 0.66 | 32.56 | 1 | 0.41 | 31,996 | 9 | 60 | 4.00 |
BTBF | +DATA/odi/datafile/btbf.283.845126221 |
3,351 | 1 | 0.51 | 24.79 | 1 | 0.30 | 24,786 | 7 | 50 | 4.40 |
BTBF | +DATA/odi/datafile/btbf.284.845126281 |
3,421 | 1 | 0.49 | 24.76 | 1 | 0.26 | 24,006 | 7 | 56 | 5.71 |
BTBF | +DATA/odi/datafile/btbf.285.845126329 |
3,007 | 1 | 0.54 | 26.93 | 1 | 0.31 | 24,236 | 7 | 52 | 5.38 |
BTBF | +DATA/odi/datafile/btbf.287.845126381 |
2,895 | 1 | 0.60 | 26.13 | 1 | 0.39 | 23,247 | 7 | 47 | 3.62 |
BTBF | +DATA/odi/datafile/btbf.290.845126447 |
3,894 | 1 | 0.46 | 21.83 | 1 | 0.27 | 23,102 | 6 | 54 | 1.48 |
BTBF | +DATA/odi/datafile/btbf.294.845126865 |
3,458 | 1 | 0.43 | 23.77 | 1 | 0.16 | 23,175 | 6 | 49 | 3.67 |
BTBF | +DATA/odi/datafile/btbf.298.845127503 |
3,563 | 1 | 0.47 | 26.31 | 1 | 0.23 | 23,822 | 7 | 50 | 4.00 |
BTBF | +DATA/odi/datafile/btbf.303.845128151 |
3,833 | 1 | 0.39 | 23.71 | 1 | 0.29 | 24,761 | 7 | 46 | 3.70 |
CFBF | +DATA/odi/datafile/cfbf.272.845122409 |
1,937 | 1 | 0.73 | 115.70 | 0 | 3.09 | 13,729 | 4 | 25 | 2.00 |
CFBF | +DATA/odi/datafile/cfbf.302.845206879 |
2,359 | 1 | 0.81 | 87.05 | 0 | 1.01 | 13,371 | 4 | 12 | 7.50 |
CFBF | +DATA/odi/datafile/cfbf.354.845212259 |
1,968 | 1 | 0.74 | 108.19 | 0 | 1.05 | 13,780 | 4 | 7 | 7.14 |
CFBF | +DATA/odi/datafile/cfbf.413.845140127 |
2,620 | 1 | 0.55 | 84.68 | 0 | 0.25 | 13,122 | 4 | 7 | 2.86 |
CFBF | +DATA/odi/datafile/cfbf.420.845140985 |
2,076 | 1 | 0.50 | 104.54 | 0 | 0.98 | 13,719 | 4 | 4 | 12.50 |
CFBF | +DATA/odi/datafile/cfbf.424.845142107 |
2,254 | 1 | 0.47 | 102.20 | 0 | 0.17 | 22,136 | 6 | 5 | 6.00 |
CFBF | +DATA/odi/datafile/cfbf.432.845143137 |
2,354 | 1 | 0.58 | 89.31 | 0 | 0.42 | 22,206 | 6 | 3 | 3.33 |
CFBF | +DATA/odi/datafile/cfbf.443.845144161 |
2,237 | 1 | 0.34 | 86.90 | 0 | 0.12 | 22,313 | 6 | 5 | 2.00 |
CFBF | +DATA/odi/datafile/cfbf.450.845145225 |
2,375 | 1 | 0.39 | 85.13 | 0 | 0.24 | 22,303 | 6 | 2 | 5.00 |
CFBF | +DATA/odi/datafile/cfbf.454.845146253 |
1,772 | 0 | 0.53 | 112.02 | 0 | 1.78 | 21,955 | 6 | 1 | 0.00 |
CFBF | +DATA/odi/datafile/cfbf.460.845146861 |
2,087 | 1 | 0.74 | 96.20 | 0 | 0.26 | 15,365 | 4 | 4 | 5.00 |
CFBF | +DATA/odi/datafile/cfbf.468.845202873 |
2,081 | 1 | 0.61 | 96.19 | 0 | 0.43 | 14,512 | 4 | 9 | 6.67 |
CFBF | +DATA/odi/datafile/cfbf.469.845203161 |
2,201 | 1 | 1.33 | 97.52 | 0 | 1.05 | 15,155 | 4 | 6 | 10.00 |
CFBF | +DATA/odi/datafile/cfbf.474.845203493 |
1,961 | 1 | 0.67 | 106.65 | 0 | 1.47 | 15,104 | 4 | 9 | 3.33 |
CFBF | +DATA/odi/datafile/cfbf.479.845203879 |
2,543 | 1 | 0.64 | 98.41 | 0 | 1.33 | 14,745 | 4 | 2 | 5.00 |
CFBF | +DATA/odi/datafile/cfbf.484.845204555 |
2,751 | 1 | 0.74 | 94.44 | 0 | 0.73 | 14,328 | 4 | 9 | 2.22 |
CFBF | +DATA/odi/datafile/cfbf.489.845204655 |
2,697 | 1 | 0.80 | 90.40 | 0 | 0.35 | 13,751 | 4 | 4 | 5.00 |
DSG | +DATA/odi/datafile/dsg.268.845121707 |
42 | 0 | 0.95 | 1.00 | 0 | 0.95 | 39 | 0 | 0 | 0.00 |
ESBF | +DATA/odi/datafile/esbf.273.845122463 |
1,303 | 0 | 0.96 | 27.45 | 0 | 0.37 | 173,476 | 49 | 30 | 2.33 |
ESBF | +DATA/odi/datafile/esbf.301.845213551 |
1,561 | 0 | 0.42 | 51.40 | 0 | 0.22 | 178,460 | 50 | 18 | 2.22 |
ESBF | +DATA/odi/datafile/esbf.308.845213333 |
1,103 | 0 | 2.96 | 51.86 | 0 | 1.56 | 178,704 | 50 | 36 | 2.50 |
ESBF | +DATA/odi/datafile/esbf.310.845213175 |
2,010 | 1 | 1.49 | 32.36 | 0 | 0.83 | 179,744 | 50 | 34 | 1.76 |
ESBF | +DATA/odi/datafile/esbf.317.845213113 |
2,207 | 1 | 1.55 | 30.95 | 0 | 0.36 | 179,668 | 50 | 29 | 1.72 |
ESBF | +DATA/odi/datafile/esbf.323.845212803 |
2,891 | 1 | 0.73 | 18.36 | 1 | 0.13 | 179,646 | 50 | 24 | 1.67 |
ESBF | +DATA/odi/datafile/esbf.335.845212629 |
2,808 | 1 | 0.62 | 17.70 | 1 | 0.18 | 174,993 | 49 | 18 | 0.56 |
ESBF | +DATA/odi/datafile/esbf.346.845212423 |
2,904 | 1 | 0.53 | 21.36 | 1 | 0.14 | 171,629 | 48 | 30 | 3.67 |
ESBF | +DATA/odi/datafile/esbf.386.845136783 |
1,764 | 0 | 2.00 | 36.98 | 0 | 0.53 | 178,841 | 50 | 37 | 2.43 |
ESBF | +DATA/odi/datafile/esbf.391.845137043 |
2,054 | 1 | 1.29 | 40.45 | 0 | 0.77 | 174,447 | 49 | 28 | 1.07 |
ESBF | +DATA/odi/datafile/esbf.396.845137839 |
1,377 | 0 | 0.95 | 69.22 | 0 | 0.48 | 172,151 | 48 | 28 | 1.43 |
ESBF | +DATA/odi/datafile/esbf.399.845138575 |
1,399 | 0 | 0.96 | 62.79 | 0 | 1.06 | 178,852 | 50 | 30 | 3.33 |
ESBF | +DATA/odi/datafile/esbf.405.845139347 |
1,346 | 0 | 0.77 | 39.50 | 0 | 0.75 | 170,531 | 48 | 21 | 70.00 |
ESBF | +DATA/odi/datafile/esbf.408.845140035 |
1,164 | 0 | 1.71 | 46.21 | 0 | 2.36 | 182,599 | 51 | 20 | 4.50 |
ESBF | +DATA/odi/datafile/esbf.415.845140747 |
874 | 0 | 2.08 | 68.56 | 0 | 1.12 | 185,601 | 52 | 28 | 2.14 |
ESBF | +DATA/odi/datafile/esbf.422.845141045 |
1,112 | 0 | 0.60 | 43.16 | 0 | 0.40 | 187,708 | 53 | 24 | 2.50 |
ESBF | +DATA/odi/datafile/esbf.429.845142109 |
1,225 | 0 | 1.18 | 40.04 | 0 | 1.12 | 192,027 | 54 | 32 | 0.94 |
ESBF | +DATA/odi/datafile/esbf.434.845143137 |
1,228 | 0 | 1.21 | 41.70 | 0 | 0.62 | 194,562 | 54 | 30 | 59.67 |
ESBF | +DATA/odi/datafile/esbf.440.845144161 |
1,291 | 0 | 0.74 | 37.40 | 0 | 0.57 | 194,217 | 54 | 26 | 1.54 |
ESBF | +DATA/odi/datafile/esbf.448.845145223 |
1,448 | 0 | 0.69 | 30.54 | 0 | 0.38 | 194,522 | 54 | 25 | 3.20 |
ESBF | +DATA/odi/datafile/esbf.456.845146263 |
1,659 | 0 | 0.61 | 22.60 | 0 | 0.18 | 194,930 | 55 | 45 | 28.44 |
ESBF | +DATA/odi/datafile/esbf.461.845147035 |
1,836 | 1 | 0.83 | 24.98 | 0 | 0.63 | 189,463 | 53 | 34 | 2.65 |
ESBF | +DATA/odi/datafile/esbf.462.845202977 |
2,156 | 1 | 0.60 | 26.31 | 0 | 0.18 | 196,670 | 55 | 35 | 3.71 |
ESBF | +DATA/odi/datafile/esbf.471.845203411 |
1,091 | 0 | 0.94 | 35.26 | 0 | 0.20 | 196,751 | 55 | 34 | 1.18 |
ESBF | +DATA/odi/datafile/esbf.476.845203629 |
1,137 | 0 | 1.20 | 40.35 | 0 | 0.46 | 196,028 | 55 | 30 | 1.00 |
ESBF | +DATA/odi/datafile/esbf.481.845203913 |
2,135 | 1 | 0.80 | 22.47 | 0 | 0.24 | 196,255 | 55 | 31 | 3.55 |
ESBF | +DATA/odi/datafile/esbf.486.845204613 |
1,506 | 0 | 0.70 | 25.68 | 0 | 0.17 | 188,967 | 53 | 29 | 1.38 |
ESBF | +DATA/odi/datafile/esbf.492.845214649 |
1,295 | 0 | 1.47 | 34.11 | 0 | 0.22 | 180,666 | 51 | 27 | 0.00 |
HMBF | +DATA/odi/datafile/hmbf.274.845122513 |
59 | 0 | 0.17 | 1.00 | 0 | 0.17 | 1,139 | 0 | 67 | 3.28 |
HMBF | +DATA/odi/datafile/hmbf.280.845213971 |
131 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,194 | 0 | 69 | 4.49 |
HMBF | +DATA/odi/datafile/hmbf.288.845214127 |
130 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,140 | 0 | 60 | 3.00 |
HMBF | +DATA/odi/datafile/hmbf.293.845213803 |
104 | 0 | 0.10 | 1.00 | 0 | 0.10 | 1,248 | 0 | 69 | 2.75 |
HMBF | +DATA/odi/datafile/hmbf.414.845140623 |
130 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,198 | 0 | 67 | 2.69 |
HMBF | +DATA/odi/datafile/hmbf.421.845141039 |
133 | 0 | 0.08 | 1.00 | 0 | 0.08 | 1,231 | 0 | 74 | 2.97 |
HMBF | +DATA/odi/datafile/hmbf.428.845142107 |
132 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,156 | 0 | 65 | 4.31 |
HMBF | +DATA/odi/datafile/hmbf.433.845143137 |
124 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,117 | 0 | 50 | 2.40 |
HMBF | +DATA/odi/datafile/hmbf.441.845144161 |
97 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,263 | 0 | 63 | 4.76 |
HMBF | +DATA/odi/datafile/hmbf.446.845145203 |
86 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,326 | 0 | 58 | 2.41 |
HMBF | +DATA/odi/datafile/hmbf.453.845145315 |
85 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,268 | 0 | 50 | 4.00 |
HMBF | +DATA/odi/datafile/hmbf.457.845146263 |
89 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,300 | 0 | 47 | 2.13 |
HMBF | +DATA/odi/datafile/hmbf.464.845147037 |
88 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,317 | 0 | 45 | 3.11 |
HMBF | +DATA/odi/datafile/hmbf.496.845214933 |
89 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,327 | 0 | 45 | 4.89 |
HMBF | +DATA/odi/datafile/hmbf.497.845215215 |
92 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,360 | 0 | 59 | 2.20 |
HMBF | +DATA/odi/datafile/hmbf.498.845215381 |
98 | 0 | 0.20 | 1.00 | 0 | 0.20 | 1,357 | 0 | 62 | 4.19 |
HMBF | +DATA/odi/datafile/hmbf.499.845215525 |
95 | 0 | 0.11 | 1.00 | 0 | 0.11 | 1,289 | 0 | 63 | 2.86 |
HMBF | +DATA/odi/datafile/hmbf.500.845215663 |
95 | 0 | 0.00 | 1.00 | 0 | 0.00 | 1,370 | 0 | 64 | 1.72 |
HMBF | +DATA/odi/datafile/hmbf.501.845215745 |
100 | 0 | 1.00 | 1.00 | 0 | 1.00 | 1,401 | 0 | 63 | 2.38 |
HMBF | +DATA/odi/datafile/hmbf.502.845215893 |
95 | 0 | 0.32 | 1.00 | 0 | 0.32 | 1,277 | 0 | 59 | 3.39 |
HMBF | +DATA/odi/datafile/hmbf.503.845216495 |
97 | 0 | 0.72 | 1.00 | 0 | 0.72 | 1,202 | 0 | 57 | 3.51 |
HSBF | +DATA/odi/datafile/hsbf.275.845122565 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.291.845126485 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.295.845126871 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.299.845127505 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.304.845128155 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.307.845128629 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.311.845128743 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.315.845128897 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.318.845129055 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.321.845129405 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.325.845129777 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.329.845129913 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.333.845130507 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.337.845131099 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.340.845131615 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.344.845132105 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.347.845132285 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
HSBF | +DATA/odi/datafile/hsbf.351.845132817 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
SYSAUX | +DATA/odi/datafile/sysaux.257.844614421 |
664 | 0 | 13.48 | 1.31 | 0 | 12.73 | 910 | 0 | 14 | 6.43 |
SYSTEM | +DATA/odi/datafile/system.256.844614421 |
1,689 | 0 | 14.74 | 1.10 | 0 | 14.51 | 8,149 | 2 | 1,351 | 1.61 |
TBS_ODIWORK | +DATA/odi/datafile/tbs_odiwork.281.845122859 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TEMP | +DATA/odi/tempfile/temp.263.844614521 |
32,361 | 9 | 0.00 | 11.13 | 0 | 0.39 | 13,845 | 4 | 0 | |
TLBF | +DATA/odi/datafile/tlbf.276.845211143 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.286.845214333 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.324.845211055 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.328.845210933 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.332.845210877 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.336.845210821 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.341.845210685 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.345.845210573 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.353.845210339 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.361.845211481 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.362.845210131 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.365.845211423 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.369.845211291 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.370.845209871 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.371.845211197 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.380.845209645 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.388.845209503 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.400.845209369 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.409.845209223 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.423.845209075 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.435.845208959 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
TLBF | +DATA/odi/datafile/tlbf.493.845214623 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
UNDOTBS1 | +DATA/odi/datafile/undotbs1.258.844614421 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 41,870 | 12 | 258 | 0.19 |
UNDOTBS2 | +DATA/odi/datafile/undotbs2.264.844614607 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 5 | 0.00 |
USERS | +DATA/odi/datafile/users.259.844614421 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.327.845212659 |
117 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.339.845212507 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.349.845210345 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.358.845210141 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.366.845209879 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.375.845209657 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.378.845208585 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.384.845209517 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.393.845209385 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.407.845209237 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.416.845209087 |
78 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.430.845209031 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.439.845208887 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WHBF | +DATA/odi/datafile/whbf.452.845208797 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
WMBF | +DATA/odi/datafile/wmbf.278.845122709 |
1,192 | 0 | 0.45 | 28.64 | 0 | 0.25 | 10,909 | 3 | 79 | 1.39 |
WMBF | +DATA/odi/datafile/wmbf.355.845132939 |
899 | 0 | 0.48 | 37.39 | 0 | 0.51 | 10,965 | 3 | 72 | 2.64 |
WMBF | +DATA/odi/datafile/wmbf.359.845133333 |
839 | 0 | 0.70 | 42.29 | 0 | 0.61 | 9,970 | 3 | 91 | 3.08 |
WMBF | +DATA/odi/datafile/wmbf.363.845133793 |
888 | 0 | 0.88 | 44.10 | 0 | 0.65 | 10,003 | 3 | 86 | 1.05 |
WMBF | +DATA/odi/datafile/wmbf.368.845134387 |
922 | 0 | 0.62 | 39.47 | 0 | 0.52 | 10,456 | 3 | 79 | 1.65 |
WMBF | +DATA/odi/datafile/wmbf.372.845134969 |
666 | 0 | 1.55 | 49.88 | 0 | 2.07 | 10,306 | 3 | 80 | 1.38 |
WMBF | +DATA/odi/datafile/wmbf.377.845135595 |
1,273 | 0 | 0.75 | 28.93 | 0 | 0.43 | 10,121 | 3 | 94 | 2.45 |
WMBF | +DATA/odi/datafile/wmbf.382.845136433 |
770 | 0 | 0.90 | 56.40 | 0 | 1.30 | 10,079 | 3 | 86 | 2.21 |
WMBF | +DATA/odi/datafile/wmbf.387.845137013 |
1,116 | 0 | 0.58 | 47.88 | 0 | 0.71 | 9,155 | 3 | 90 | 2.44 |
WMBF | +DATA/odi/datafile/wmbf.392.845137825 |
996 | 0 | 0.84 | 34.96 | 0 | 0.75 | 9,372 | 3 | 91 | 1.43 |
WMBF | +DATA/odi/datafile/wmbf.397.845138075 |
1,548 | 0 | 0.34 | 19.92 | 0 | 0.21 | 9,649 | 3 | 80 | 2.00 |
WMBF | +DATA/odi/datafile/wmbf.402.845138589 |
1,399 | 0 | 0.81 | 21.70 | 0 | 0.50 | 9,610 | 3 | 80 | 1.63 |
WMBF | +DATA/odi/datafile/wmbf.406.845139347 |
1,264 | 0 | 1.50 | 23.11 | 0 | 1.50 | 9,759 | 3 | 81 | 1.23 |
WMBF | +DATA/odi/datafile/wmbf.412.845140045 |
1,281 | 0 | 0.98 | 22.62 | 0 | 0.92 | 9,440 | 3 | 75 | 1.60 |
WMBF | +DATA/odi/datafile/wmbf.419.845140985 |
998 | 0 | 1.25 | 26.87 | 0 | 1.29 | 9,629 | 3 | 76 | 1.58 |
WMBF | +DATA/odi/datafile/wmbf.426.845142107 |
968 | 0 | 2.25 | 25.48 | 0 | 2.95 | 9,721 | 3 | 82 | 1.22 |
WMBF | +DATA/odi/datafile/wmbf.436.845143137 |
1,360 | 0 | 0.21 | 23.30 | 0 | 0.20 | 10,068 | 3 | 74 | 1.35 |
WMBF | +DATA/odi/datafile/wmbf.444.845144161 |
1,193 | 0 | 0.60 | 24.25 | 0 | 0.28 | 10,700 | 3 | 70 | 1.57 |
WMBF | +DATA/odi/datafile/wmbf.451.845145225 |
959 | 0 | 0.36 | 27.82 | 0 | 0.39 | 10,790 | 3 | 69 | 1.01 |
WMBF | +DATA/odi/datafile/wmbf.455.845146261 |
1,453 | 0 | 1.82 | 19.75 | 0 | 1.65 | 11,743 | 3 | 63 | 1.11 |
WMBF | +DATA/odi/datafile/wmbf.463.845203139 |
1,218 | 0 | 0.81 | 25.59 | 0 | 0.45 | 11,369 | 3 | 76 | 1.45 |
WMBF | +DATA/odi/datafile/wmbf.473.845203487 |
1,355 | 0 | 0.66 | 25.48 | 0 | 0.30 | 11,300 | 3 | 62 | 4.68 |
WMBF | +DATA/odi/datafile/wmbf.478.845203871 |
948 | 0 | 0.47 | 29.73 | 0 | 0.47 | 11,136 | 3 | 74 | 3.24 |
WMBF | +DATA/odi/datafile/wmbf.483.845204279 |
987 | 0 | 0.73 | 40.87 | 0 | 0.68 | 11,063 | 3 | 70 | 2.14 |
XABF | +DATA/odi/datafile/xabf.279.845122761 |
2,699 | 1 | 1.29 | 28.61 | 1 | 0.88 | 3,456 | 1 | 0 | 0.00 |
XABF | +DATA/odi/datafile/xabf.348.845132287 |
2,728 | 1 | 0.76 | 29.77 | 1 | 0.27 | 3,708 | 1 | 0 | 0.00 |
XABF | +DATA/odi/datafile/xabf.352.845132843 |
2,080 | 1 | 0.85 | 36.75 | 0 | 0.32 | 4,102 | 1 | 3 | 3.33 |
XABF | +DATA/odi/datafile/xabf.356.845133125 |
2,336 | 1 | 0.84 | 43.55 | 0 | 0.24 | 4,012 | 1 | 0 | 0.00 |
XABF | +DATA/odi/datafile/xabf.360.845133441 |
1,969 | 1 | 1.70 | 48.48 | 0 | 0.38 | 3,083 | 1 | 0 | 0.00 |
XABF | +DATA/odi/datafile/xabf.364.845133801 |
2,240 | 1 | 1.44 | 48.75 | 0 | 1.05 | 2,735 | 1 | 0 | 0.00 |
XABF | +DATA/odi/datafile/xabf.367.845134387 |
1,608 | 0 | 1.87 | 64.29 | 0 | 1.12 | 2,643 | 1 | 0 | 0.00 |
XABF | +DATA/odi/datafile/xabf.373.845134969 |
2,142 | 1 | 1.10 | 39.70 | 0 | 0.49 | 2,784 | 1 | 2 | 0.00 |
XABF | +DATA/odi/datafile/xabf.376.845135595 |
1,754 | 0 | 1.41 | 57.56 | 0 | 0.95 | 2,931 | 1 | 5 | 2.00 |
XABF | +DATA/odi/datafile/xabf.381.845136393 |
1,592 | 0 | 1.24 | 66.50 | 0 | 0.92 | 3,105 | 1 | 4 | 5.00 |
XABF | +DATA/odi/datafile/xabf.385.845136473 |
1,547 | 0 | 1.58 | 65.53 | 0 | 1.09 | 2,973 | 1 | 1 | 10.00 |
XABF | +DATA/odi/datafile/xabf.390.845137019 |
2,005 | 1 | 1.07 | 60.68 | 0 | 1.11 | 3,062 | 1 | 2 | 5.00 |
XABF | +DATA/odi/datafile/xabf.394.845137839 |
2,095 | 1 | 0.98 | 44.87 | 0 | 0.60 | 3,413 | 1 | 2 | 5.00 |
XABF | +DATA/odi/datafile/xabf.401.845138577 |
1,715 | 0 | 0.96 | 58.48 | 0 | 0.44 | 3,417 | 1 | 5 | 6.00 |
XABF | +DATA/odi/datafile/xabf.404.845139347 |
2,572 | 1 | 0.59 | 37.18 | 0 | 0.13 | 3,511 | 1 | 3 | 0.00 |
XABF | +DATA/odi/datafile/xabf.411.845140045 |
2,454 | 1 | 1.07 | 34.78 | 0 | 0.54 | 3,451 | 1 | 6 | 3.33 |
XABF | +DATA/odi/datafile/xabf.418.845140983 |
3,013 | 1 | 0.67 | 29.44 | 1 | 0.11 | 3,364 | 1 | 3 | 3.33 |
XABF | +DATA/odi/datafile/xabf.427.845142107 |
3,101 | 1 | 0.51 | 25.90 | 1 | 0.08 | 3,513 | 1 | 2 | 0.00 |
XABF | +DATA/odi/datafile/xabf.437.845143137 |
3,058 | 1 | 0.60 | 29.28 | 1 | 0.12 | 3,659 | 1 | 3 | 6.67 |
XABF | +DATA/odi/datafile/xabf.442.845144161 |
2,790 | 1 | 0.70 | 30.46 | 1 | 0.16 | 3,474 | 1 | 4 | 5.00 |
XABF | +DATA/odi/datafile/xabf.447.845145223 |
2,995 | 1 | 0.92 | 31.44 | 1 | 0.56 | 3,667 | 1 | 5 | 4.00 |
XABF | +DATA/odi/datafile/xabf.458.845146263 |
2,415 | 1 | 0.76 | 30.78 | 0 | 0.10 | 3,151 | 1 | 2 | 0.00 |
XABF | +DATA/odi/datafile/xabf.488.845204639 |
2,822 | 1 | 0.67 | 29.63 | 1 | 0.05 | 3,627 | 1 | 1 | 10.00 |
XMBF | +DATA/odi/datafile/xmbf.312.845208109 |
1,588 | 0 | 4.63 | 26.99 | 0 | 1.05 | 20,168 | 6 | 35 | 1.71 |
XMBF | +DATA/odi/datafile/xmbf.316.845208053 |
866 | 0 | 5.46 | 48.18 | 0 | 1.07 | 14,895 | 4 | 39 | 2.31 |
XMBF | +DATA/odi/datafile/xmbf.319.845207967 |
725 | 0 | 5.83 | 53.72 | 0 | 1.08 | 15,652 | 4 | 61 | 8.69 |
XMBF | +DATA/odi/datafile/xmbf.322.845207825 |
1,240 | 0 | 4.40 | 32.13 | 0 | 0.55 | 22,534 | 6 | 34 | 4.12 |
XMBF | +DATA/odi/datafile/xmbf.326.845207697 |
876 | 0 | 6.30 | 44.37 | 0 | 1.56 | 16,079 | 5 | 35 | 1.71 |
XMBF | +DATA/odi/datafile/xmbf.330.845207569 |
2,634 | 1 | 2.24 | 15.84 | 1 | 0.39 | 23,552 | 7 | 52 | 2.12 |
XMBF | +DATA/odi/datafile/xmbf.334.845207419 |
1,964 | 1 | 2.36 | 20.39 | 0 | 0.22 | 32,244 | 9 | 44 | 5.91 |
XMBF | +DATA/odi/datafile/xmbf.338.845207255 |
3,164 | 1 | 2.03 | 13.83 | 1 | 0.24 | 25,533 | 7 | 47 | 1.28 |
XMBF | +DATA/odi/datafile/xmbf.342.845207195 |
1,018 | 0 | 5.57 | 42.18 | 0 | 1.12 | 16,995 | 5 | 35 | 0.86 |
XMBF | +DATA/odi/datafile/xmbf.494.845214901 |
2,393 | 1 | 2.72 | 17.88 | 1 | 0.45 | 23,816 | 7 | 34 | 2.06 |
XRAPUSER | +DATA/odi/datafile/xrapuser.282.845122909 |
39 | 0 | 0.00 | 1.00 | 0 | 0.00 | 39 | 0 | 0 | 0.00 |
Latch Name | Get Requests | Pct Get Miss | Avg Slps /Miss | Wait Time (s) | NoWait Requests | Pct NoWait Miss |
AQ deq hash table latch | 1 | 0.00 | | 0 | 0 | |
AQ dequeue txn counter latch | 118 | 0.00 | | 0 | 0 | |
ASM Keyed state latch | 276 | 0.00 | | 0 | 0 | |
ASM allocation | 2,394 | 0.00 | | 0 | 0 | |
ASM db client latch | 13,249 | 0.00 | | 0 | 0 | |
ASM map headers | 3,820 | 0.00 | | 0 | 0 | |
ASM map load waiting list | 826 | 0.00 | | 0 | 0 | |
ASM map operation freelist | 5,619 | 0.02 | 1.00 | 0 | 0 | |
ASM map operation hash table | 17,606,306 | 0.00 | 0.14 | 0 | 0 | |
ASM network background latch | 27,849 | 0.00 | | 0 | 0 | |
ASM network state latch | 2,505 | 0.00 | | 0 | 0 | |
AWR Alerted Metric Element list | 36,572 | 0.00 | | 0 | 0 | |
Change Notification Hash table latch | 6,072 | 0.00 | | 0 | 0 | |
Consistent RBA | 65,937 | 0.00 | 0.00 | 0 | 0 | |
DML lock allocation | 184,353 | 0.00 | 0.00 | 0 | 0 | |
Event Group Locks | 14,331 | 0.06 | 0.00 | 0 | 0 | |
FIB s.o chain latch | 468 | 0.00 | | 0 | 0 | |
FOB s.o list latch | 12,124 | 0.91 | 0.14 | 0 | 0 | |
File State Object Pool Parent Latch | 1 | 0.00 | | 0 | 0 | |
I/O Staticstics latch | 1 | 0.00 | | 0 | 0 | |
IPC other latch | 30 | 0.00 | | 0 | 0 | |
IPC stats buffer allocation latch | 54,359 | 0.00 | | 0 | 54,621 | 0.00 |
In memory undo latch | 1 | 0.00 | | 0 | 0 | |
JS Sh mem access | 7 | 14.29 | 1.00 | 0 | 0 | |
JS broadcast add buf latch | 8,307 | 0.00 | | 0 | 0 | |
JS broadcast drop buf latch | 8,308 | 0.00 | | 0 | 0 | |
JS broadcast load blnc latch | 8,205 | 0.00 | | 0 | 0 | |
JS mem alloc latch | 8 | 0.00 | | 0 | 0 | |
JS queue access latch | 9 | 0.00 | | 0 | 0 | |
JS queue state obj latch | 295,414 | 0.00 | | 0 | 0 | |
JS slv state obj latch | 25 | 0.00 | | 0 | 0 | |
KFC FX Hash Latch | 1 | 0.00 | | 0 | 0 | |
KFC Hash Latch | 1 | 0.00 | | 0 | 0 | |
KFCL LE Freelist | 1 | 0.00 | | 0 | 0 | |
KFK SGA Libload latch | 1,800 | 0.00 | | 0 | 0 | |
KFMD SGA | 47 | 0.00 | | 0 | 0 | |
KGNFS-NFS:SHM structure | 1 | 0.00 | | 0 | 0 | |
KGNFS-NFS:SVR LIST | 1 | 0.00 | | 0 | 0 | |
KJC message pool free list | 267,503 | 0.47 | 0.10 | 0 | 59,464 | 0.23 |
KJCT flow control latch | 1,871,357 | 0.08 | 0.03 | 0 | 0 | |
KMG MMAN ready and startup request latch | 1,885 | 0.00 | | 0 | 0 | |
KMG resize request state object freelist | 6 | 0.00 | | 0 | 0 | |
KSXR large replies | 240 | 0.00 | | 0 | 0 | |
KTF sga latch | 28 | 0.00 | | 0 | 977 | 0.00 |
KWQMN job cache list latch | 253 | 0.00 | | 0 | 0 | |
Locator state objects pool parent latch | 1 | 0.00 | | 0 | 0 | |
Lsod array latch | 1,157 | 0.00 | | 0 | 0 | |
MQL Tracking Latch | 0 | | | 0 | 71 | 0.00 |
Memory Management Latch | 783 | 0.00 | | 0 | 1,885 | 0.00 |
Memory Queue | 1 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #1 | 1 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #2 | 1 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #3 | 1 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #4 | 1 | 0.00 | | 0 | 0 | |
Memory Queue Subscriber | 1 | 0.00 | | 0 | 0 | |
MinActiveScn Latch | 1,249 | 0.00 | | 0 | 0 | |
Mutex | 1 | 0.00 | | 0 | 0 | |
Mutex Stats | 1 | 0.00 | | 0 | 0 | |
OS process | 1,088 | 0.00 | | 0 | 0 | |
OS process allocation | 7,848 | 0.04 | 0.00 | 0 | 0 | |
OS process: request allocation | 276 | 0.00 | | 0 | 0 | |
PL/SQL warning settings | 58,600 | 0.00 | 0.00 | 0 | 0 | |
PX hash array latch | 1 | 0.00 | | 0 | 0 | |
QMT | 1 | 0.00 | | 0 | 0 | |
Real-time plan statistics latch | 30,650 | 0.89 | 0.17 | 0 | 0 | |
SGA IO buffer pool latch | 1,505 | 0.00 | | 0 | 2,221 | 0.23 |
SGA blob parent | 1 | 0.00 | | 0 | 0 | |
SGA bucket locks | 1 | 0.00 | | 0 | 0 | |
SGA heap locks | 1 | 0.00 | | 0 | 0 | |
SGA pool locks | 1 | 0.00 | | 0 | 0 | |
SQL memory manager latch | 120 | 0.00 | | 0 | 1,184 | 0.00 |
SQL memory manager workarea list latch | 223,893 | 0.00 | 0.00 | 0 | 0 | |
Shared B-Tree | 126 | 0.00 | | 0 | 0 | |
Streams Generic | 1 | 0.00 | | 0 | 0 | |
Testing | 1 | 0.00 | | 0 | 0 | |
Token Manager | 1 | 0.00 | | 0 | 0 | |
WCR: sync | 1 | 0.00 | | 0 | 0 | |
Write State Object Pool Parent Latch | 1 | 0.00 | | 0 | 0 | |
X$KSFQP | 1 | 0.00 | | 0 | 0 | |
XDB NFS Security Latch | 1 | 0.00 | | 0 | 0 | |
XDB unused session pool | 1 | 0.00 | | 0 | 0 | |
XDB used session pool | 1 | 0.00 | | 0 | 0 | |
active checkpoint queue latch | 34,596 | 0.85 | 0.01 | 0 | 0 | |
active service list | 193,350 | 0.28 | 0.05 | 0 | 1,799 | 0.00 |
begin backup scn array | 6,714,256 | 0.11 | 0.12 | 0 | 0 | |
buffer pool | 7 | 0.00 | | 0 | 0 | |
business card | 3,611 | 0.00 | | 0 | 0 | |
cache buffer handles | 5,795 | 0.00 | | 0 | 0 | |
cache buffers chains | 84,318,924 | 0.01 | 0.27 | 0 | 4,870,990 | 0.12 |
cache buffers lru chain | 1,385,176 | 0.52 | 0.06 | 0 | 5,012,063 | 0.70 |
cache table scan latch | 16,312 | 0.04 | 0.57 | 0 | 16,441 | 0.09 |
call allocation | 56,829 | 1.72 | 0.57 | 0 | 0 | |
cas latch | 1 | 0.00 | | 0 | 0 | |
change notification client cache latch | 1 | 0.00 | | 0 | 0 | |
channel handle pool latch | 418 | 0.00 | | 0 | 0 | |
channel operations parent latch | 25,031,726 | 0.00 | 0.02 | 0 | 0 | |
checkpoint queue latch | 1,850,387 | 0.01 | 0.14 | 0 | 309,810 | 0.01 |
client/application info | 98,587 | 0.02 | 0.00 | 0 | 0 | |
compile environment latch | 14,172 | 0.03 | 0.00 | 0 | 0 | |
corrupted undo seg latch | 3,319 | 0.03 | 0.00 | 0 | 0 | |
cp cmon/server latch | 1 | 0.00 | | 0 | 0 | |
cp pool latch | 1 | 0.00 | | 0 | 0 | |
cp server hash latch | 1 | 0.00 | | 0 | 0 | |
cp sga latch | 57 | 0.00 | | 0 | 0 | |
cvmap freelist lock | 1 | 0.00 | | 0 | 0 | |
deferred cleanup latch | 57 | 0.00 | | 0 | 0 | |
dml lock allocation | 5,259 | 0.34 | 0.00 | 0 | 0 | |
done queue latch | 1 | 0.00 | | 0 | 0 | |
dummy allocation | 28,321 | 1.06 | 0.03 | 0 | 0 | |
eighth spare latch - X parent | 1 | 0.00 | | 0 | 0 | |
eleventh spare latch - children | 1 | 0.00 | | 0 | 0 | |
enqueue freelist latch | 1 | 0.00 | | 0 | 13,842,045 | 0.04 |
enqueue hash chains | 14,962,268 | 0.06 | 0.15 | 0 | 8,701 | 0.05 |
enqueues | 239 | 0.00 | | 0 | 0 | |
error message lists | 72,235 | 0.59 | 0.00 | 0 | 0 | |
fifteenth spare latch - children | 1 | 0.00 | | 0 | 0 | |
file cache latch | 62,049 | 0.06 | 0.17 | 0 | 0 | |
first Audit Vault latch | 7 | 0.00 | | 0 | 0 | |
flashback copy | 1 | 0.00 | | 0 | 0 | |
fourteenth spare latch - children | 1 | 0.00 | | 0 | 0 | |
fourth Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
gc element | 4,515,926 | 0.93 | 0.11 | 2 | 129,630 | 1.32 |
gc persistent rm | 7 | 0.00 | | 0 | 0 | |
gcs affinity object freelist latch | 3 | 0.00 | | 0 | 0 | |
gcs commit scn state | 1 | 0.00 | | 0 | 0 | |
gcs opaque info freelist | 175,290 | 0.09 | 0.10 | 0 | 0 | |
gcs partitioned table hash | 10,565,550 | 0.06 | 0.00 | 0 | 308,695 | 0.02 |
gcs pcm hashed value bucket hash | 1 | 0.00 | | 0 | 0 | |
gcs remaster request queue | 85,025 | 0.00 | | 0 | 0 | |
gcs remastering latch | 637 | 0.16 | 0.00 | 0 | 27 | 0.00 |
gcs resource freelist | 380,191 | 0.30 | 0.02 | 0 | 358,458 | 0.16 |
gcs resource hash | 16,927,512 | 0.02 | 0.11 | 0 | 354 | 1.13 |
gcs resource scan list | 800 | 0.00 | | 0 | 0 | |
gcs resource validate list | 1 | 0.00 | | 0 | 0 | |
gcs shadows freelist | 52,759 | 0.00 | 0.00 | 0 | 448,198 | 0.00 |
ges DFS wait callback info | 150 | 0.00 | | 0 | 25 | 0.00 |
ges caches resource lists | 1,456,031 | 0.06 | 0.06 | 0 | 489,923 | 0.11 |
ges deadlock list | 86,764 | 0.00 | 0.50 | 0 | 1,949 | 0.00 |
ges domain table | 4,083,257 | 0.00 | 0.18 | 0 | 0 | |
ges enqueue table freelist | 4,444,390 | 0.01 | 0.02 | 0 | 0 | |
ges group table | 4,219,141 | 0.00 | 0.02 | 0 | 0 | |
ges process hash list | 71,680 | 0.00 | 0.00 | 0 | 0 | |
ges process parent latch | 9,857,847 | 0.49 | 0.99 | 2 | 0 | |
ges process table freelist | 276 | 0.72 | 0.00 | 0 | 0 | |
ges resource hash list | 9,857,917 | 0.56 | 0.94 | 5 | 171,271 | 0.75 |
ges resource scan list | 72,476 | 0.00 | 0.50 | 0 | 0 | |
ges resource table freelist | 224,169 | 0.01 | 0.10 | 0 | 2 | 0.00 |
ges timeout list | 159,103 | 0.01 | 0.21 | 0 | 16,116 | 0.02 |
ges value block free list | 56,159 | 0.00 | 1.00 | 0 | 0 | |
global KZLD latch for mem in SGA | 40 | 0.00 | | 0 | 0 | |
global tx hash mapping | 1 | 0.00 | | 0 | 0 | |
granule operation | 1 | 0.00 | | 0 | 0 | |
hash table column usage latch | 323 | 0.31 | 0.00 | 0 | 79,779,401 | 0.18 |
hash table modification latch | 151 | 0.00 | | 0 | 0 | |
heartbeat check | 1 | 0.00 | | 0 | 1,010 | 0.00 |
heartbeat structure management | 0 | | | 0 | 714 | 0.00 |
internal temp table object number allocation latch | 51 | 0.00 | | 0 | 0 | |
interrupt manipulation | 73,368 | 0.70 | 0.00 | 0 | 0 | |
intra txn parallel recovery | 1 | 0.00 | | 0 | 0 | |
io pool granule metadata list | 1 | 0.00 | | 0 | 0 | |
job workq parent latch | 7 | 0.00 | | 0 | 6 | 0.00 |
job_queue_processes free list latch | 16 | 0.00 | | 0 | 0 | |
job_queue_processes parameter latch | 8,269 | 0.00 | | 0 | 0 | |
k2q global data latch | 2,380 | 0.00 | | 0 | 0 | |
k2q lock allocation | 1 | 0.00 | | 0 | 0 | |
kcbtsemkid latch | 2 | 0.00 | | 0 | 0 | |
kdlx hb parent latch | 1 | 0.00 | | 0 | 0 | |
kgb parent | 1 | 0.00 | | 0 | 0 | |
kgnfs mount latch | 1 | 0.00 | | 0 | 0 | |
kokc descriptor allocation latch | 6 | 0.00 | | 0 | 0 | |
ksfv messages | 1 | 0.00 | | 0 | 0 | |
ksim group membership cache | 24,215 | 0.03 | 0.00 | 0 | 0 | |
ksim membership request latch | 12 | 0.00 | | 0 | 2,477 | 0.00 |
kss move lock | 51 | 0.00 | | 0 | 0 | |
ksuosstats global area | 360 | 0.00 | | 0 | 0 | |
ksv allocation latch | 147 | 0.00 | | 0 | 0 | |
ksv class latch | 22,108 | 0.00 | 0.00 | 0 | 0 | |
ksv instance latch | 32 | 0.00 | | 0 | 0 | |
ksv msg queue latch | 605 | 0.00 | | 0 | 604 | 0.00 |
ksxp shared latch | 276 | 0.00 | | 0 | 0 | |
ksxp so latch | 276 | 0.00 | | 0 | 0 | |
ksz_so allocation latch | 276 | 1.81 | 0.00 | 0 | 0 | |
ktm global data | 939 | 0.00 | | 0 | 0 | |
kwqbsn:qsga | 125 | 0.00 | | 0 | 0 | |
lgwr LWN SCN | 66,498 | 0.23 | 0.02 | 0 | 0 | |
list of block allocation | 2,055 | 0.00 | | 0 | 0 | |
loader state object freelist | 33,247 | 0.03 | 0.00 | 0 | 0 | |
lob segment dispenser latch | 1 | 0.00 | | 0 | 0 | |
lob segment hash table latch | 13 | 0.00 | | 0 | 0 | |
lob segment query latch | 1 | 0.00 | | 0 | 0 | |
lock DBA buffer during media recovery | 1 | 0.00 | | 0 | 0 | |
logical standby cache | 1 | 0.00 | | 0 | 0 | |
logminer context allocation | 1 | 0.00 | | 0 | 0 | |
logminer local | 1 | 0.00 | | 0 | 0 | |
logminer work area | 1 | 0.00 | | 0 | 0 | |
longop free list parent | 47 | 0.00 | | 0 | 47 | 0.00 |
mapped buffers lru chain | 1 | 0.00 | | 0 | 0 | |
message pool operations parent latch | 39,173 | 0.01 | 0.00 | 0 | 0 | |
messages | 1,440,633 | 0.07 | 0.04 | 0 | 0 | |
mostly latch-free SCN | 69,061 | 2.24 | 0.05 | 0 | 0 | |
msg queue latch | 1 | 0.00 | | 0 | 0 | |
multiblock read objects | 63,836 | 0.13 | 0.20 | 0 | 0 | |
name-service entry | 4,378 | 0.00 | | 0 | 0 | |
name-service memory objects | 22,210 | 0.02 | 0.00 | 0 | 1 | 0.00 |
name-service namespace bucket | 112,463 | 0.01 | 0.22 | 0 | 0 | |
name-service namespace objects | 2,207 | 0.00 | | 0 | 0 | |
name-service pending queue | 17,280 | 0.00 | | 0 | 0 | |
name-service request | 4,752 | 0.19 | 0.00 | 0 | 0 | |
name-service request queue | 51,113 | 0.01 | 0.33 | 0 | 0 | |
ncodef allocation latch | 57 | 0.00 | | 0 | 0 | |
nineth spare latch - X parent | 1 | 0.00 | | 0 | 0 | |
object queue header heap | 256,163 | 0.00 | 0.00 | 0 | 10,014 | 0.04 |
object queue header operation | 4,236,646 | 0.10 | 0.13 | 0 | 89,557 | 0.05 |
object stats modification | 4,079 | 0.17 | 0.00 | 0 | 0 | |
parallel query alloc buffer | 695,383 | 0.48 | 0.04 | 0 | 0 | |
parallel query stats | 20,628 | 0.52 | 0.01 | 0 | 0 | |
parallel txn reco latch | 989 | 0.00 | | 0 | 0 | |
parameter list | 431 | 0.00 | | 0 | 0 | |
parameter table management | 281,238 | 0.64 | 0.02 | 0 | 0 | |
peshm | 1 | 0.00 | | 0 | 0 | |
pesom_free_list | 1 | 0.00 | | 0 | 0 | |
pesom_hash_node | 1 | 0.00 | | 0 | 0 | |
post/wait queue | 384,529 | 0.01 | 0.04 | 0 | 382,518 | 0.01 |
process allocation | 19,815 | 0.00 | | 0 | 158 | 0.00 |
process group creation | 276 | 1.09 | 0.00 | 0 | 0 | |
process queue | 275,064 | 0.14 | 0.02 | 0 | 0 | |
process queue reference | 22,345,078 | 0.00 | 0.04 | 0 | 902,546 | 21.14 |
qmn task queue latch | 509 | 0.00 | | 0 | 0 | |
query server freelists | 328,925 | 0.06 | 0.02 | 0 | 0 | |
query server process | 14,074 | 0.43 | 0.93 | 6 | 54 | 0.00 |
queued dump request | 12 | 0.00 | | 0 | 0 | |
queuing load statistics | 1 | 0.00 | | 0 | 0 | |
recovery domain hash list | 1 | 0.00 | | 0 | 0 | |
redo allocation | 261,462 | 3.59 | 0.16 | 0 | 14,466,070 | 0.95 |
redo copy | 1 | 0.00 | | 0 | 14,475,944 | 0.02 |
redo writing | 283,845 | 0.07 | 0.06 | 0 | 0 | |
resmgr group change latch | 14,085 | 0.12 | 0.00 | 0 | 0 | |
resmgr:active threads | 28,321 | 0.00 | | 0 | 0 | |
resmgr:actses change group | 14,107 | 0.00 | | 0 | 0 | |
resmgr:actses change state | 1 | 0.00 | | 0 | 0 | |
resmgr:free threads list | 28,320 | 1.42 | 0.03 | 0 | 0 | |
resmgr:plan CPU method | 1 | 0.00 | | 0 | 0 | |
resmgr:resource group CPU method | 1 | 0.00 | | 0 | 0 | |
resmgr:schema config | 31 | 0.00 | | 0 | 0 | |
resmgr:session queuing | 1 | 0.00 | | 0 | 0 | |
rm cas latch | 1 | 0.00 | | 0 | 0 | |
row cache objects | 160,605,074 | 1.71 | 0.01 | 2 | 13,700 | 2.47 |
second Audit Vault latch | 1 | 0.00 | | 0 | 0 | |
segmented array pool | 468 | 0.00 | | 0 | 0 | |
sequence cache | 92,200 | 0.01 | 0.25 | 0 | 0 | |
session allocation | 145,190 | 0.01 | 0.00 | 0 | 116,796 | 0.00 |
session idle bit | 4,034,789 | 0.00 | 0.11 | 0 | 0 | |
session queue latch | 1 | 0.00 | | 0 | 0 | |
session state list latch | 28,369 | 1.09 | 0.00 | 0 | 0 | |
session switching | 176 | 0.57 | 0.00 | 0 | 0 | |
session timer | 1,190 | 0.00 | | 0 | 0 | |
seventh spare latch - X parent | 1 | 0.00 | | 0 | 0 | |
shared pool | 6,873,536 | 0.34 | 0.11 | 1 | 3,280 | 0.12 |
shared pool sim alloc | 1,928 | 0.05 | 1.00 | 0 | 0 | |
shared pool simulator | 245,961 | 0.00 | 0.13 | 0 | 0 | |
sim partition latch | 1 | 0.00 | | 0 | 0 | |
simulator hash latch | 2,322,315 | 0.00 | 0.20 | 0 | 0 | |
simulator lru latch | 1,233 | 0.16 | 1.00 | 0 | 2,149,786 | 0.08 |
sixth spare latch - X parent | 1 | 0.00 | | 0 | 0 | |
sort extent pool | 4,295 | 0.00 | | 0 | 0 | |
space background state object latch | 17 | 0.00 | | 0 | 0 | |
space background task latch | 10,162 | 4.38 | 0.61 | 0 | 3,170 | 0.28 |
state object free list | 2 | 0.00 | | 0 | 0 | |
statistics aggregation | 560 | 0.00 | | 0 | 0 | |
tablespace key chain | 1 | 0.00 | | 0 | 0 | |
temp lob duration state obj allocation | 3 | 0.00 | | 0 | 0 | |
temporary table state object allocation | 5 | 0.00 | | 0 | 0 | |
tenth spare latch - X parent | 1 | 0.00 | | 0 | 0 | |
test excl. parent l0 | 1 | 0.00 | | 0 | 0 | |
test excl. parent2 l0 | 1 | 0.00 | | 0 | 0 | |
thirteenth spare latch - children | 1 | 0.00 | | 0 | 0 | |
threshold alerts latch | 306 | 0.00 | | 0 | 0 | |
trace latch | 9 | 0.00 | | 0 | 0 | |
transaction allocation | 35,556 | 0.00 | 1.00 | 0 | 0 | |
twelfth spare latch - children | 1 | 0.00 | | 0 | 0 | |
twenty-fifth spare latch - S par | 1 | 0.00 | | 0 | 0 | |
twenty-first spare latch - S par | 1 | 0.00 | | 0 | 0 | |
twenty-fourth spare latch - S par | 1 | 0.00 | | 0 | 0 | |
twenty-second spare latch - S par | 1 | 0.00 | | 0 | 0 | |
twenty-third spare latch - S par | 1 | 0.00 | | 0 | 0 | |
undo global data | 605,495 | 0.01 | 0.06 | 0 | 194 | 0.00 |
virtual circuit buffers | 1 | 0.00 | | 0 | 0 | |
virtual circuit holder | 1 | 0.00 | | 0 | 0 | |
virtual circuit queues | 1 | 0.00 | | 0 | 0 | |
write info latch | 0 | | | 0 | 78,495 | 0.40 |
Latch Name | Where | NoWait Misses | Sleeps | Waiter Sleeps |
ASM map operation freelist | kffmTranslate2 | 0 | 1 | 0 |
ASM map operation hash table | kffmTranslate | 0 | 29 | 17 |
ASM map operation hash table | kffmDoDone_1 | 0 | 22 | 29 |
FOB s.o list latch | ksfd_allfob | 0 | 15 | 15 |
JS Sh mem access | jsksGetShMemLatch | 0 | 1 | 1 |
KJC message pool free list | kjcsmpav: allocate a msg buffer | 0 | 89 | 127 |
KJC message pool free list | kjcspfmbq: free vector of msg buffers | 0 | 38 | 0 |
KJCT flow control latch | kjcts_sqenq: queue a message | 0 | 34 | 12 |
KJCT flow control latch | kjctcsnd: send normal message | 0 | 9 | 8 |
KJCT flow control latch | kjcts_sedeqv2: dequeue a vector of msgs | 0 | 5 | 17 |
KJCT flow control latch | kjctr_updatetkt: update ticket info | 0 | 2 | 5 |
KJCT flow control latch | kjctssqmg: adjuest send tickets | 0 | 1 | 7 |
PC and Classifier lists for WLM | No latch | 0 | 30 | 0 |
Real-time plan statistics latch | keswxAddNewPlanEntry | 0 | 47 | 47 |
active checkpoint queue latch | kcbbacq: scan active checkpoints | 0 | 2 | 3 |
active checkpoint queue latch | kcbkcpa: Checkpoint post-processing | 0 | 1 | 0 |
active service list | kswslogon: session logout | 0 | 22 | 23 |
active service list | kswsigsn: get service name | 0 | 2 | 4 |
active service list | kswsite: service iterator | 0 | 1 | 0 |
active service list | kswssetsvc: PX session switch service | 0 | 1 | 1 |
begin backup scn array | get begin backup scn for file | 0 | 892 | 892 |
cache buffers chains | kcbgcur_2 | 0 | 566 | 522 |
cache buffers chains | kcbrls_2 | 0 | 204 | 19 |
cache buffers chains | kcbgtcr: fast path | 0 | 82 | 13 |
cache buffers chains | kcbchg1: mod cr pin | 0 | 70 | 38 |
cache buffers chains | kcbgcur: fast path (shr) | 0 | 69 | 21 |
cache buffers chains | kcbgtcr: fast path (cr pin) | 0 | 54 | 42 |
cache buffers chains | kcbbxsv | 0 | 43 | 35 |
cache buffers chains | kcbzwb | 0 | 36 | 30 |
cache buffers chains | kcbget: fast exchange | 0 | 27 | 31 |
cache buffers chains | kcbzgb: scan from tail. nowait | 0 | 17 | 0 |
cache buffers chains | kcllkopesc | 0 | 15 | 1 |
cache buffers chains | kclwlr | 0 | 11 | 7 |
cache buffers chains | kcbchg1: clear MS bit | 0 | 10 | 82 |
cache buffers chains | kcbnlc | 0 | 10 | 20 |
cache buffers chains | kclcqchk | 0 | 9 | 0 |
cache buffers chains | kclbla | 0 | 6 | 5 |
cache buffers chains | kcbgcur_4 | 0 | 5 | 11 |
cache buffers chains | kcbbic1 | 0 | 4 | 1 |
cache buffers chains | kcbchg1: aux pin | 0 | 3 | 2 |
cache buffers chains | kcbbic2 | 0 | 2 | 2 |
cache buffers chains | kcbrls: fast release | 0 | 2 | 10 |
cache buffers chains | kcbso1: set no access | 0 | 2 | 2 |
cache buffers chains | kcbAdoptBuffers_vhl | 0 | 1 | 0 |
cache buffers chains | kcbchg1: mod cur pin | 0 | 1 | 27 |
cache buffers chains | kcbget: pin buffer | 0 | 1 | 1 |
cache buffers chains | kcbgtcr_2 | 0 | 1 | 9 |
cache buffers chains | kcbsod1 | 0 | 1 | 0 |
cache buffers chains | kcbzib: finish processing buffer | 0 | 1 | 2 |
cache buffers chains | kcbzibmlt: multi-block read: nowait | 0 | 1 | 0 |
cache buffers chains | kclpdcl | 0 | 1 | 0 |
cache buffers chains | kclrlstp | 0 | 1 | 6 |
cache buffers chains | kclwrt | 0 | 1 | 0 |
cache buffers lru chain | kcbzgb_2 | 0 | 226 | 325 |
cache buffers lru chain | kcbzgws | 0 | 136 | 0 |
cache buffers lru chain | kcbzar: KSLNBEGIN | 0 | 57 | 0 |
cache buffers lru chain | kcbz_prewarm_islocal | 0 | 8 | 2 |
cache buffers lru chain | kcbbxsv: move to being written | 0 | 5 | 0 |
cache buffers lru chain | kcbzgb | 0 | 5 | 27 |
cache buffers lru chain | kcbo_link_q | 0 | 4 | 3 |
cache buffers lru chain | kcbzgm | 0 | 3 | 0 |
cache buffers lru chain | kclmvreqbg | 0 | 2 | 21 |
cache buffers lru chain | kcb_mv_to_req | 0 | 1 | 0 |
cache buffers lru chain | kcbzfw | 0 | 1 | 0 |
cache buffers lru chain | kclwcrs | 0 | 1 | 0 |
cache table scan latch | kcbz_free_table_scan_read_buffer | 0 | 3 | 4 |
cache table scan latch | kcbz_find_table_scan_read_buffer | 0 | 1 | 0 |
call allocation | ksuxds | 0 | 544 | 546 |
call allocation | ksudlc : rec call | 0 | 4 | 5 |
call allocation | ksuprc | 0 | 4 | 2 |
call allocation | ksuinfos_modact | 0 | 2 | 2 |
call allocation | ksudlp: top call | 0 | 1 | 1 |
channel operations parent latch | ksrwait() | 0 | 3 | 3 |
channel operations parent latch | ksrapublish() | 0 | 2 | 1 |
channel operations parent latch | ksrsconsume() | 0 | 2 | 1 |
channel operations parent latch | ksrmfree() | 0 | 1 | 0 |
checkpoint queue latch | kcbkubc_4 | 0 | 9 | 19 |
checkpoint queue latch | kcbbwthc: thread checkpoint buffers | 0 | 7 | 1 |
checkpoint queue latch | kcbklbc_cql | 0 | 5 | 0 |
client/application info | ksuinfos_modact | 0 | 2 | 2 |
client/application info | kskirefrattrmap | 0 | 1 | 2 |
dummy allocation | ktcdod | 0 | 6 | 6 |
dummy allocation | ktcscnfy | 0 | 2 | 2 |
enqueue hash chains | ksqrcl | 0 | 969 | 94 |
enqueue hash chains | ksqgtl3 | 0 | 203 | 1,153 |
enqueue hash chains | ksqcmi: if lk mode not requested | 0 | 61 | 15 |
enqueue hash chains | ksqcmi: if lk mode requested | 0 | 43 | 14 |
enqueue hash chains | ksqcnl | 0 | 4 | 6 |
enqueue hash chains | ksqexpandres | 0 | 2 | 0 |
enqueue hash chains | ksqhngcbk1: Phase 1 | 0 | 1 | 0 |
enqueue hash chains | ksqhngcbk1: Phase 2 | 0 | 1 | 0 |
error message lists | kxfpqsnd | 0 | 1 | 1 |
file cache latch | file cache:04 | 0 | 6 | 6 |
gc element | kclnfndnewm | 0 | 3,634 | 994 |
gc element | kclulb | 0 | 391 | 1,316 |
gc element | kclchkping | 0 | 284 | 1 |
gc element | kclrwrite | 0 | 111 | 114 |
gc element | kclbla | 0 | 84 | 17 |
gc element | KCLUNLNK | 0 | 79 | 1,046 |
gc element | kclfwrite1 | 0 | 68 | 79 |
gc element | kclnfndx | 0 | 57 | 48 |
gc element | kclplz | 0 | 53 | 748 |
gc element | kclebs | 0 | 19 | 50 |
gc element | kclplz_1 | 0 | 19 | 64 |
gc element | kclrlstp | 0 | 9 | 3 |
gc element | kclcqchk | 0 | 8 | 230 |
gc element | kclrwrite_10 | 0 | 8 | 0 |
gc element | kclwrt | 0 | 8 | 36 |
gc element | kclevict | 0 | 7 | 0 |
gc element | kclexpand_2 | 0 | 5 | 1 |
gc element | kclhngcbk1 | 0 | 5 | 0 |
gc element | kcl_get_le_latch | 0 | 4 | 0 |
gc element | kcl_fairness | 0 | 2 | 0 |
gc element | kclclose_1 | 0 | 2 | 0 |
gc element | kclnfnds | 0 | 2 | 55 |
gcs opaque info freelist | kjbrcvt save opaque info | 0 | 11 | 8 |
gcs opaque info freelist | kjbrinfofree free opaque info | 0 | 5 | 8 |
gcs resource freelist | kjbralc add resource | 0 | 21 | 5 |
gcs resource freelist | kjbralc_bg: add resource | 0 | 3 | 0 |
gcs resource hash | kjbcropen | 0 | 135 | 41 |
gcs resource hash | kjbassume | 0 | 45 | 26 |
gcs resource hash | kclrwrite | 0 | 40 | 29 |
gcs resource hash | kjbopen | 0 | 39 | 6 |
gcs resource hash | kjbconvert | 0 | 35 | 13 |
gcs resource hash | kjblocalobj_nolock | 0 | 23 | 5 |
gcs resource hash | kjbmpopen | 0 | 14 | 10 |
gcs resource hash | kjbopen:affinity | 0 | 13 | 5 |
gcs resource hash | kclfwrite1 | 0 | 10 | 21 |
gcs resource hash | kjbrwrdone reget | 0 | 9 | 0 |
gcs resource hash | kjbmpconvert | 0 | 6 | 25 |
gcs resource hash | kclpdc | 0 | 5 | 10 |
gcs resource hash | kjbmpclose | 0 | 5 | 21 |
gcs resource hash | kjbclose | 0 | 3 | 75 |
gcs resource hash | kjblpast | 0 | 2 | 19 |
gcs resource hash | kjbmdowncvt | 0 | 2 | 25 |
gcs resource hash | kjbrdrmcvtq_98 | 0 | 2 | 7 |
gcs resource hash | kclgrantlk_1 | 0 | 1 | 0 |
gcs resource hash | kjbcrconvert | 0 | 1 | 0 |
gcs resource hash | kjblpwreq | 0 | 1 | 7 |
ges caches resource lists | kjruch: cached obj cleanup | 0 | 17 | 0 |
ges caches resource lists | kjrm2c: move resource to cache | 0 | 16 | 48 |
ges caches resource lists | kjchc: clean resource cache | 0 | 12 | 0 |
ges caches resource lists | kjrchc: cached obj cleanup | 0 | 2 | 0 |
ges caches resource lists | kjrchc2: cached obj cleanup | 0 | 1 | 0 |
ges deadlock list | kjcvdte: insert into dd timer_q | 0 | 1 | 0 |
ges domain table | kjdmlad: add a lock to an xid-hashed lock list | 0 | 2 | 2 |
ges domain table | kjdmlrm: remove a lock from its xid-hashed lock list | 0 | 1 | 1 |
ges enqueue table freelist | kjlalc: lock allocation | 0 | 9 | 6 |
ges group table | kjgagll: move a lock from process lock list to group lock list | 0 | 1 | 2 |
ges group table | kjgdgll: move a lock from group lock list to process lock list | 0 | 1 | 0 |
ges process parent latch | kjata_fg | 0 | 46,838 | 35 |
ges process parent latch | kjatb | 0 | 289 | 266 |
ges process parent latch | kjatioc | 0 | 86 | 3 |
ges process parent latch | kjlrem: detach lock from group | 0 | 64 | 1 |
ges process parent latch | kjata | 0 | 27 | 40 |
ges process parent latch | kjatsu1 | 0 | 3 | 46,961 |
ges process parent latch | kjlini_client: attach client lock to process | 0 | 1 | 0 |
ges resource hash list | kjrmas1: lookup master node | 0 | 48,326 | 51 |
ges resource hash list | kjlrlr: remove lock from resource queue | 0 | 2,319 | 824 |
ges resource hash list | kjucvl: lock convert request | 0 | 725 | 48,097 |
ges resource hash list | kjakcai: search for resp by resname | 0 | 244 | 1,333 |
ges resource hash list | kjlmfnd: search for lockp by rename and inst id | 0 | 124 | 1,034 |
ges resource hash list | kjakoca: search for resp by resname | 0 | 72 | 348 |
ges resource hash list | kjrref: find matched resource | 0 | 10 | 134 |
ges resource hash list | kjuinq: inquire resource held mode | 0 | 2 | 0 |
ges resource hash list | kjtscn: try lock res with nowait | 0 | 1 | 0 |
ges resource scan list | kjcvscn: traverse scan_q | 0 | 1 | 0 |
ges resource table freelist | kjralc: resource allocation | 0 | 3 | 1 |
ges timeout list | kjteq: insert into timer queue | 0 | 3 | 1 |
ges timeout list | kjtscn: try to lock timer queue | 0 | 1 | 0 |
ges value block free list | kjvblkfr: free | 0 | 1 | 1 |
interrupt manipulation | ksursi0 | 0 | 2 | 2 |
lgwr LWN SCN | kcs023 | 0 | 39 | 0 |
messages | ksaamb: after wakeup | 0 | 18 | 11 |
messages | ksarcv | 0 | 12 | 16 |
messages | ksarcv: after wait | 0 | 10 | 13 |
mostly latch-free SCN | kcslcu3 | 0 | 38 | 80 |
mostly latch-free SCN | kcs024 | 0 | 3 | 0 |
multiblock read objects | kcbzibmlt | 0 | 10 | 8 |
multiblock read objects | kcbzibmlt: normal mbr free | 0 | 6 | 8 |
name-service namespace bucket | kjxgnqry: search for a name entry | 0 | 2 | 0 |
name-service request queue | kjxgnapq: process a request | 0 | 1 | 0 |
object queue header operation | kcbo_unlink_q | 0 | 416 | 357 |
object queue header operation | kcbo_link_q | 0 | 36 | 52 |
object queue header operation | kcbo_switch_q_bg | 0 | 35 | 46 |
object queue header operation | kcbo_switch_cq | 0 | 27 | 30 |
object queue header operation | kcbo_switch_mq_bg | 0 | 26 | 32 |
object queue header operation | kclbufs | 0 | 13 | 21 |
object queue header operation | kcbw_make_free_nowait | 0 | 3 | 0 |
object queue header operation | kclobj_5 | 0 | 3 | 2 |
object queue header operation | kcbo_sw_buf | 0 | 2 | 0 |
object queue header operation | kcbo_unlink_q_bg | 0 | 2 | 7 |
object queue header operation | kclevict | 0 | 2 | 0 |
object queue header operation | kcbo_write_bufs | 0 | 1 | 0 |
object queue header operation | kcldbufs | 0 | 1 | 7 |
parallel query alloc buffer | kxfpbalo | 0 | 115 | 111 |
parallel query alloc buffer | kxfpbfre | 0 | 21 | 25 |
parallel query stats | kxfprst: KSLBEGIN:1 | 0 | 1 | 1 |
parameter table management | kspptval | 0 | 31 | 51 |
parameter table management | ksp_param_table_free | 0 | 16 | 0 |
parameter table management | kspcpy | 0 | 4 | 0 |
post/wait queue | kslpstevent:get | 0 | 2 | 1 |
process queue | kxfpqsnd: KSLBEGIN | 0 | 7 | 5 |
process queue | kxfpqidqr: KSLBEGIN | 0 | 1 | 3 |
process queue reference | kxfpqrsnd | 0 | 36 | 0 |
process queue reference | kxfpnuldq | 0 | 1 | 32 |
query server freelists | kxfpobadf | 0 | 4 | 4 |
query server process | kxfpg1srv | 0 | 56 | 56 |
redo allocation | kcrfw_redo_gen: redo allocation 1 | 0 | 1,416 | 0 |
redo allocation | kcrfw_redo_gen: redo allocation 2 | 0 | 49 | 0 |
redo allocation | kcrfw_redo_gen: redo allocation 3 | 0 | 38 | 839 |
redo allocation | kcrfw_post: more space | 0 | 11 | 420 |
redo allocation | kcrfw_redo_write: before write | 0 | 10 | 265 |
redo writing | kcrfwcr | 0 | 8 | 12 |
redo writing | kcrfw_post: rba scn pair | 0 | 3 | 0 |
redo writing | kcrfw_cal_target_rba | 0 | 2 | 1 |
resmgr:free threads list | kskthrcreate | 0 | 9 | 9 |
resmgr:free threads list | kskthrsod | 0 | 2 | 2 |
row cache objects | kqreqd: reget | 0 | 9,496 | 1,554 |
row cache objects | kqrpre: find obj | 0 | 6,489 | 12,384 |
row cache objects | kqreqd | 0 | 2,123 | 4,101 |
row cache objects | kqrso | 0 | 582 | 711 |
row cache objects | kqrbip | 0 | 135 | 8 |
row cache objects | kqrbgl | 0 | 54 | 40 |
row cache objects | kqrigt | 0 | 46 | 41 |
row cache objects | kqrbfr | 0 | 25 | 9 |
row cache objects | kqrbtm: pop parent | 0 | 25 | 18 |
row cache objects | kqrcmt: while loop | 0 | 9 | 13 |
row cache objects | kqrigt2 | 0 | 4 | 10 |
row cache objects | kqrbpr: KQRRSNRL | 0 | 3 | 8 |
row cache objects | kqrpup | 0 | 3 | 4 |
row cache objects | kqrcmt: clear flag | 0 | 1 | 17 |
row cache objects | kqrigt3 | 0 | 1 | 0 |
row cache objects | kqrpre: init complete | 0 | 1 | 13 |
sequence cache | kdnnxt: cached seq | 0 | 1 | 0 |
sequence cache | kdnss | 0 | 1 | 2 |
sequence cache | kdnssd | 0 | 1 | 1 |
session idle bit | ksupuc: set busy | 0 | 7 | 2 |
session idle bit | ksupuc: clear busy | 0 | 4 | 12 |
session idle bit | ksuxds | 0 | 3 | 0 |
session state list latch | kpseqd | 0 | 1 | 0 |
shared pool | kghalo | 0 | 2,150 | 1,150 |
shared pool | kghfre | 0 | 281 | 586 |
shared pool | kghupr1 | 0 | 90 | 512 |
shared pool | kghalp | 0 | 84 | 359 |
shared pool | kghfrunp: alloc: wait | 0 | 32 | 0 |
shared pool | kgh_heap_sizes | 0 | 17 | 27 |
shared pool | kghfrunp: clatch: nowait | 0 | 13 | 0 |
shared pool | kghfrunp: clatch: wait | 0 | 3 | 85 |
shared pool | kghfrh | 0 | 2 | 13 |
shared pool | kghfree_extents: scan | 0 | 1 | 0 |
shared pool sim alloc | kglsim_chk_objlist: alloc | 0 | 1 | 1 |
shared pool simulator | kglsim_chg_simhp_noob | 0 | 1 | 1 |
simulator hash latch | kcbsacc: lookup dba | 0 | 7 | 9 |
simulator hash latch | kcbs_lookup_setid: lookup dba | 0 | 2 | 0 |
simulator lru latch | kcbs_shrink_pool | 0 | 2 | 0 |
space background task latch | ktsj_grab_task | 0 | 240 | 270 |
transaction allocation | ktcxbr | 0 | 1 | 1 |
undo global data | ktudba: KSLBEGIN | 0 | 1 | 2 |
undo global data | ktudnx:child | 0 | 1 | 0 |
undo global data | ktusmupst: KSLBEGIN | 0 | 1 | 1 |