SQL Id | SQL Text |
0v6pk7uv9trkp | begin
WINMADMIN.PKG_USERFIRME.SETUSERINFO(:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11);
end; |
1zqrq71g8twt9 | SELECT :"SYS_B_0" as V, a.TABLE_NAME FROM ALL_TABLES a WHERE a.temporary = :"SYS_B_1" and a.owner = :"SYS_B_2" ORDER BY a.TABLE_NAME |
2b064ybzkwf1y | BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :2, :3); END; |
2h0gb24h6zpnu | insert into access$(d_obj#, order#, columns, types) values (:1, :2, :3, :4) |
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# |
2skwhauh2cwky | select o.name, u.name from obj$ o, user$ u where o.obj# = :1 and o.owner# = u.user# |
2z6kunvx470rr | select SYS_CONTEXT(:"SYS_B_0", :"SYS_B_1") from dual |
33cmj01uf5zfb | delete from col$ where obj#=:1 |
356h0w5rdz7b6 | SELECT CASE WHEN OBJECT_NAME LIKE :"SYS_B_0" THEN :"SYS_B_1" ELSE OBJECT_TYPE END OBJECT_TYPE, OBJECT_NAME FROM ALL_OBJECTS WHERE OWNER=:"SYS_B_2" AND OBJECT_TYPE NOT IN (:"SYS_B_3", :"SYS_B_4") ORDER BY OBJECT_TYPE, OBJECT_NAME |
39m4sx9k63ba2 | select /*+ index(idl_ub2$ i_idl_ub21) +*/ piece#, length, piece from idl_ub2$ where obj#=:1 and part=:2 and version=:3 order by piece# |
3g7sxtj9d6zd3 | select privilege#, nvl(col#, 0), max(mod(nvl(option$, 0), 2))from objauth$ where obj#=:1 and grantee#=:2 group by privilege#, nvl(col#, 0) |
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 |
47y3mqvyhpkvs | SELECT obj_type, plan_id, name, flags, last_executed FROM sqlobj$ WHERE signature = :1 AND category = :2 |
4nv7m8st2r4u2 | select s.synonym_name object_name, o.object_type
from sys.all_synonyms s,
sys.all_objects o
where s.owner in (:"SYS_B_0", user)
and o.owner = s.table_owner
and o.object_name = s.table_name
and o.object_type in (:"SYS_B_1", :"SYS_B_2", :"SYS_B_3", :"SYS_B_4", :"SYS_B_5", :"SYS_B_6", :"SYS_B_7")
|
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 |
5k36dfnj59wc1 | SELECT :"SYS_B_0" as V, b.TABLE_NAME, b.COLUMN_NAME, b.DATA_TYPE, b.DATA_LENGTH, b.DATA_PRECISION, b.DATA_SCALE, b.NULLABLE FROM All_Tables a INNER JOIN ALL_TAB_COLUMNS b ON a.table_name = b.TABLE_NAME AND a.owner = b.OWNER WHERE a.temporary = :"SYS_B_1" AND a.owner = :"SYS_B_2" ORDER BY b.TABLE_NAME, b.COLUMN_ID |
60uw2vh6q9vn2 | insert into col$(obj#, name, intcol#, segcol#, type#, length, precision#, scale, null$, offset, fixedstorage, segcollength, deflength, default$, col#, property, charsetid, charsetform, spare1, spare2, spare3)values(:1, :2, :3, :4, :5, :6, decode(:5, 182/*DTYIYM*/, :7, 183/*DTYIDS*/, :7, decode(:7, 0, null, :7)), decode(:5, 2, decode(:8, -127/*MAXSB1MINAL*/, null, :8), 178, :8, 179, :8, 180, :8, 181, :8, 182, :8, 183, :8, 231, :8, null), :9, 0, :10, :11, decode(:12, 0, null, :12), :13, :14, :15, :16, :17, :18, :19, :20) |
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# |
6gvch1xu9ca3g | DECLARE job BINARY_INTEGER := :job; next_date DATE := :mydate; broken BOOLEAN := FALSE; BEGIN EMD_MAINTENANCE.EXECUTE_EM_DBMS_JOB_PROCS(); :mydate := next_date; IF broken THEN :b := 1; ELSE :b := 0; END IF; END; |
6ms3kd9gxx3ph |
WITH crs_constr AS (SELECT dict.table_name, dict.constraint_name, dict.constraint_type, dict.R_Constraint_name, dict.delete_rule, dict.search_condition FROM All_Constraints dict WHERE dict.owner = :"SYS_B_00" AND dict.GENERATED = :"SYS_B_01" ), crs_cols AS ( SELECT dict.column_name, dict.position, dict.constraint_name FROM All_Cons_Columns dict WHERE dict.owner = :"SYS_B_02") SELECT :"SYS_B_03" as V, c.TABLE_NAME, cc.column_name, cc.position ColPos, c.CONSTRAINT_NAME, c.CONSTRAINT_TYPE, NVL(c.R_CONSTRAINT_NAME, :"SYS_B_04") R_CONSTRAINT_NAME, NVL(c.DELETE_RULE, :"SYS_B_05") DELETE_RULE, rc.table_name r_table_name, cr.r_column_name, cr.position r_colpos, c.SEARCH_CONDITION FROM crs_constr c, crs_constr rc, crs_cols cc, (select cc.constraint_name, cc.column_name r_column_name, cc.position FROM crs_constr rc, crs_cols cc WHERE rc.constraint_name = cc.constraint_name and cc.position is not null ) cr WHERE c.constraint_name = cc.constraint_name and c.r_constraint_name = rc.constraint_name(+) AND rc.constraint_name = cr.constraint_name(+) ORDER BY DECODE(c.CONSTRAINT_TYPE, :"SYS_B_06", :"SYS_B_07", :"SYS_B_08", :"SYS_B_09", :"SYS_B_10", :"SYS_B_11", :"SYS_B_12", :"SYS_B_13") , c.TABLE_NAME, c.CONSTRAINT_NAME, ColPos
|
7gtztzv329wg0 | select c.name, u.name from con$ c, cdef$ cd, user$ u where c.con# = cd.con# and cd.enabled = :1 and c.owner# = u.user# |
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# |
8cc6ny309xt6b |
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'))
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:='select 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')
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_o
wner='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_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)
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 regular 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; |
8hbc8bsj1wd83 | SELECT COUNT(*) FROM CONSTLUNA WHERE CODCONST1 = :B1 AND USERID = PKG_GLOBALS.GETUSERID |
8swypbbr0m372 | select order#, columns, types from access$ where d_obj#=:1 |
96g93hntrzjtr | select /*+ rule */ bucket_cnt, row_cnt, cache_cnt, null_cnt, timestamp#, sample_size, minimum, maximum, distcnt, lowval, hival, density, col#, spare1, spare2, avgcln from hist_head$ where obj#=:1 and intcol#=:2 |
9gq78x8ns3q1x | select source from source$ where obj#=:1 order by line |
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 |
9wtuatndmcpad | update idl_ub1$ set piece#=:1 , length=:2 , piece=:3 where obj#=:4 and part=:5 and piece#=:6 and version=:7 |
a5ghc487ryrv2 | SELECT COUNT(*) FROM FIRMALUNI |
bcsq5zh9ds763 | begin
BBBB.PKG_GLOBALS.CHECK_CONSTANTE_USER;
end; |
bcv9qynmu1nv9 | select sys.dbms_standard.dictionary_obj_type from dual |
bj4y8cxr4zw7v | select * from user_objects order by object_Name |
bv38jz80qhjwf | select * from BBBB.V_const_gramada |
c49tbx3qqrtm4 | insert into dependency$(d_obj#, d_timestamp, order#, p_obj#, p_timestamp, property, d_attrs)values (:1, :2, :3, :4, :5, :6, :7) |
cc95pcpwbnv0a | begin
BBBB.PKG_IESIRI.SP_GOTORECORD(:1);
end; |
cd0nwpf4hc43s | insert into objauth$(option$, grantor#, obj#, privilege#, grantee#, col#, sequence#) values(decode(:1, 0, null, :1), :2, :3, :4, :5, decode(:6, 0, null, :6), object_grant.nextval) |
cm5vu20fhtnq1 | select /*+ connect_by_filtering */ privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
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# |
d9jyjjctjjg05 | begin
WINMADMIN.PKG_USERFIRME.SETGRANTS(:1, :2);
end; |
db7404kj5jt39 |
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'))
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 (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)
t
hen
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')
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; |
db78fxqxwxt7r | select /*+ rule */ bucket, endpoint, col#, epvalue from histgrm$ where obj#=:1 and intcol#=:2 and row#=:3 order by bucket |
f946p6b0qhh5t | SELECT /*+ INDEX(sqlobj$ (signature category obj_type plan_id)) */ DISTINCT category FROM sqlobj$ WHERE signature = :1 |
fmbawhb7qwyhb | begin
:RESULT := WINMADMIN.PKG_SETTASK.TASKURI_NOI(:2);
end; |
gdhz78y24tvnz | delete from ncomp_dll$ where obj#=:1 returning dllname into :2 |
gjyx4tg3j6jwu | SELECT :"SYS_B_0" as V, name, type, line, text FROM all_source WHERE type = :"SYS_B_1" AND owner = :"SYS_B_2" AND NAME <= :"SYS_B_3" ORDER BY name, line |
gkd8wxzcu66f7 | UPDATE TMP_CONTRACT C SET FACTURAT = (SELECT MAX(NVL(FACTURAT, 0)) FROM TMP_CONTRACT2 WHERE CODCONTRACT = C.CODCONTRACT), VALOARE = (SELECT SUM(VALOARE * (1 + NVL(PROCDISC, 0) / 100)) + SUM(NVL(TVA, 0) * (1 + NVL(PROCDISC, 0) / 100)) FROM TMP_CONTRACT1 WHERE CODCONTRACT = C.CODCONTRACT), VALDISC = (SELECT SUM(VALOARE * NVL(PROCDISC, 0) / 100) + SUM(NVL(TVA, 0) * NVL(PROCDISC, 0) / 100) FROM TMP_CONTRACT1 WHERE CODCONTRACT = C.CODCONTRACT), SOLDPART = DECODE(C.TIPDOC, 10, -1, 27, 1, 0 ) * (SELECT SUM(NVL(SOLDLEI, 0)) FROM V_SOLDPART WHERE CODPART = C.PARTENER) |
gsk2zxba11r9m | select object_name, object_type
from sys.user_objects o
where o.object_type in (:"SYS_B_0", :"SYS_B_1", :"SYS_B_2", :"SYS_B_3", :"SYS_B_4", :"SYS_B_5", :"SYS_B_6")
|
Statistic | Total | per Second | per Trans |
active txn count during cleanout | 4,059 | 1.12 | 0.37 |
application wait time | 16 | 0.00 | 0.00 |
background checkpoints completed | 6 | 0.00 | 0.00 |
background checkpoints started | 5 | 0.00 | 0.00 |
background timeouts | 15,083 | 4.17 | 1.37 |
Batched IO block miss count | 1,611 | 0.45 | 0.15 |
Batched IO (bound) vector count | 204 | 0.06 | 0.02 |
Batched IO buffer defrag count | 6 | 0.00 | 0.00 |
Batched IO double miss count | 70 | 0.02 | 0.01 |
Batched IO (full) vector count | 0 | 0.00 | 0.00 |
Batched IO same unit count | 839 | 0.23 | 0.08 |
Batched IO single block count | 103 | 0.03 | 0.01 |
Batched IO slow jump count | 1,611 | 0.45 | 0.15 |
Batched IO (space) vector count | 0 | 0.00 | 0.00 |
Batched IO vector block count | 664 | 0.18 | 0.06 |
Batched IO vector read count | 121 | 0.03 | 0.01 |
Block Cleanout Optim referenced | 184 | 0.05 | 0.02 |
branch node splits | 0 | 0.00 | 0.00 |
buffer is not pinned count | 7,379,171 | 2,041.68 | 671.87 |
buffer is pinned count | 33,758,093 | 9,340.22 | 3,073.67 |
bytes received via SQL*Net from client | 23,285,356 | 6,442.61 | 2,120.13 |
bytes sent via SQL*Net to client | 477,475,326 | 132,108.34 | 43,474.03 |
Cached Commit SCN referenced | 96 | 0.03 | 0.01 |
calls to get snapshot scn: kcmgss | 1,058,987 | 293.00 | 96.42 |
calls to kcmgas | 123,874 | 34.27 | 11.28 |
calls to kcmgcs | 248,452 | 68.74 | 22.62 |
CCursor + sql area evicted | 486 | 0.13 | 0.04 |
cell physical IO interconnect bytes | 31,668,633,088 | 8,762,108.07 | 2,883,422.84 |
change write time | 3,496 | 0.97 | 0.32 |
cleanout - number of ktugct calls | 7,335 | 2.03 | 0.67 |
cleanouts and rollbacks - consistent read gets | 97 | 0.03 | 0.01 |
cleanouts only - consistent read gets | 3,285 | 0.91 | 0.30 |
cluster key scan block gets | 876,328 | 242.46 | 79.79 |
cluster key scans | 512,804 | 141.88 | 46.69 |
commit batch performed | 0 | 0.00 | 0.00 |
commit batch requested | 0 | 0.00 | 0.00 |
commit batch/immediate performed | 4 | 0.00 | 0.00 |
commit batch/immediate requested | 4 | 0.00 | 0.00 |
commit cleanout failures: block lost | 4,867 | 1.35 | 0.44 |
commit cleanout failures: buffer being written | 0 | 0.00 | 0.00 |
commit cleanout failures: callback failure | 170 | 0.05 | 0.02 |
commit cleanout failures: cannot pin | 0 | 0.00 | 0.00 |
commit cleanouts | 171,537 | 47.46 | 15.62 |
commit cleanouts successfully completed | 166,500 | 46.07 | 15.16 |
commit immediate performed | 4 | 0.00 | 0.00 |
commit immediate requested | 4 | 0.00 | 0.00 |
Commit SCN cached | 1 | 0.00 | 0.00 |
commit txn count during cleanout | 13,066 | 3.62 | 1.19 |
concurrency wait time | 362 | 0.10 | 0.03 |
consistent changes | 65,490 | 18.12 | 5.96 |
consistent gets | 18,460,050 | 5,107.54 | 1,680.78 |
consistent gets - examination | 2,830,015 | 783.01 | 257.67 |
consistent gets direct | 3,562,039 | 985.55 | 324.32 |
consistent gets from cache | 14,898,011 | 4,122.00 | 1,356.46 |
consistent gets from cache (fastpath) | 8,293,930 | 2,294.77 | 755.16 |
CPU used by this session | 80,626 | 22.31 | 7.34 |
CPU used when call started | 78,129 | 21.62 | 7.11 |
CR blocks created | 466 | 0.13 | 0.04 |
cursor authentications | 3,726 | 1.03 | 0.34 |
data blocks consistent reads - undo records applied | 2,294 | 0.63 | 0.21 |
db block changes | 2,202,941 | 609.51 | 200.58 |
db block gets | 2,498,799 | 691.37 | 227.52 |
db block gets direct | 141 | 0.04 | 0.01 |
db block gets from cache | 2,498,658 | 691.33 | 227.50 |
db block gets from cache (fastpath) | 588,187 | 162.74 | 53.55 |
DB time | 1,334,456 | 369.22 | 121.50 |
DBWR checkpoint buffers written | 20,045 | 5.55 | 1.83 |
DBWR checkpoints | 44 | 0.01 | 0.00 |
DBWR object drop buffers written | 14 | 0.00 | 0.00 |
DBWR revisited being-written buffer | 0 | 0.00 | 0.00 |
DBWR tablespace checkpoint buffers written | 604 | 0.17 | 0.05 |
DBWR thread checkpoint buffers written | 0 | 0.00 | 0.00 |
DBWR transaction table writes | 113 | 0.03 | 0.01 |
DBWR undo block writes | 20,307 | 5.62 | 1.85 |
deferred (CURRENT) block cleanout applications | 63,266 | 17.50 | 5.76 |
dirty buffers inspected | 12,746 | 3.53 | 1.16 |
enqueue conversions | 5,710 | 1.58 | 0.52 |
enqueue deadlocks | 0 | 0.00 | 0.00 |
enqueue releases | 307,818 | 85.17 | 28.03 |
enqueue requests | 307,495 | 85.08 | 28.00 |
enqueue timeouts | 0 | 0.00 | 0.00 |
enqueue waits | 46 | 0.01 | 0.00 |
exchange deadlocks | 0 | 0.00 | 0.00 |
execute count | 1,114,376 | 308.33 | 101.46 |
failed probes on index block reclamation | 0 | 0.00 | 0.00 |
file io service time | 2,846 | 0.79 | 0.26 |
file io wait time | 1,035,409,294 | 286,478.05 | 94,273.81 |
free buffer inspected | 194,153 | 53.72 | 17.68 |
free buffer requested | 213,042 | 58.94 | 19.40 |
heap block compress | 4,563 | 1.26 | 0.42 |
Heap Segment Array Inserts | 6,408 | 1.77 | 0.58 |
Heap Segment Array Updates | 361 | 0.10 | 0.03 |
hot buffers moved to head of LRU | 107,259 | 29.68 | 9.77 |
HSC Compressed Segment Block Changes | 0 | 0.00 | 0.00 |
HSC Heap Segment Block Changes | 456,783 | 126.38 | 41.59 |
HSC IDL Compressed Blocks | 0 | 0.00 | 0.00 |
HSC OLTP positive compression | 0 | 0.00 | 0.00 |
HSC OLTP recursive compression | 0 | 0.00 | 0.00 |
HSC OLTP Space Saving | 0 | 0.00 | 0.00 |
immediate (CR) block cleanout applications | 3,382 | 0.94 | 0.31 |
immediate (CURRENT) block cleanout applications | 21,704 | 6.01 | 1.98 |
IMU commits | 2,290 | 0.63 | 0.21 |
IMU contention | 33 | 0.01 | 0.00 |
IMU CR rollbacks | 358 | 0.10 | 0.03 |
IMU- failed to get a private strand | 62 | 0.02 | 0.01 |
IMU Flushes | 3,905 | 1.08 | 0.36 |
IMU ktichg flush | 180 | 0.05 | 0.02 |
IMU pool not allocated | 62 | 0.02 | 0.01 |
IMU recursive-transaction flush | 5 | 0.00 | 0.00 |
IMU Redo allocation size | 2,519,956 | 697.22 | 229.44 |
IMU undo allocation size | 15,345,728 | 4,245.87 | 1,397.23 |
index crx upgrade (positioned) | 6,476 | 1.79 | 0.59 |
index crx upgrade (prefetch) | 0 | 0.00 | 0.00 |
index fast full scans (full) | 403 | 0.11 | 0.04 |
index fetch by key | 1,146,167 | 317.12 | 104.36 |
index scans kdiixs1 | 8,083,832 | 2,236.64 | 736.03 |
leaf node splits | 466 | 0.13 | 0.04 |
leaf node 90-10 splits | 261 | 0.07 | 0.02 |
lob reads | 6,562 | 1.82 | 0.60 |
LOB table id lookup cache misses | 0 | 0.00 | 0.00 |
lob writes | 441 | 0.12 | 0.04 |
lob writes unaligned | 404 | 0.11 | 0.04 |
logons cumulative | 394 | 0.11 | 0.04 |
max cf enq hold time | 62 | 0.02 | 0.01 |
messages received | 75,578 | 20.91 | 6.88 |
messages sent | 75,578 | 20.91 | 6.88 |
min active SCN optimization applied on CR | 2 | 0.00 | 0.00 |
no buffer to keep pinned count | 3,378,526 | 934.77 | 307.61 |
no work - consistent read gets | 15,220,570 | 4,211.24 | 1,385.83 |
non-idle wait count | 1,151,176 | 318.51 | 104.81 |
non-idle wait time | 150,938 | 41.76 | 13.74 |
Number of read IOs issued | 231,250 | 63.98 | 21.06 |
opened cursors cumulative | 956,285 | 264.59 | 87.07 |
parse count (describe) | 83 | 0.02 | 0.01 |
parse count (failures) | 972 | 0.27 | 0.09 |
parse count (hard) | 32,543 | 9.00 | 2.96 |
parse count (total) | 640,615 | 177.25 | 58.33 |
parse time cpu | 10,251 | 2.84 | 0.93 |
parse time elapsed | 23,341 | 6.46 | 2.13 |
physical read bytes | 30,556,471,296 | 8,454,394.07 | 2,782,160.73 |
physical read IO requests | 365,394 | 101.10 | 33.27 |
physical read total bytes | 30,842,022,912 | 8,533,400.76 | 2,808,160.15 |
physical read total IO requests | 371,705 | 102.84 | 33.84 |
physical read total multi block requests | 222,277 | 61.50 | 20.24 |
physical reads | 3,729,829 | 1,031.97 | 339.60 |
physical reads cache | 168,183 | 46.53 | 15.31 |
physical reads cache prefetch | 34,600 | 9.57 | 3.15 |
physical reads direct | 3,561,646 | 985.44 | 324.29 |
physical reads direct (lob) | 8,851 | 2.45 | 0.81 |
physical reads direct temporary tablespace | 0 | 0.00 | 0.00 |
physical reads prefetch warmup | 0 | 0.00 | 0.00 |
physical write bytes | 389,120,000 | 107,662.10 | 35,429.30 |
physical write IO requests | 24,391 | 6.75 | 2.22 |
physical write total bytes | 826,610,176 | 228,707.30 | 75,262.69 |
physical write total IO requests | 86,027 | 23.80 | 7.83 |
physical write total multi block requests | 1,476 | 0.41 | 0.13 |
physical writes | 47,212 | 13.06 | 4.30 |
physical writes direct | 141 | 0.04 | 0.01 |
physical writes direct (lob) | 67 | 0.02 | 0.01 |
physical writes direct temporary tablespace | 57 | 0.02 | 0.01 |
physical writes from cache | 47,071 | 13.02 | 4.29 |
physical writes non checkpoint | 43,712 | 12.09 | 3.98 |
pinned buffers inspected | 40 | 0.01 | 0.00 |
prefetch clients - 16k | 0 | 0.00 | 0.00 |
prefetch warmup blocks aged out before use | 0 | 0.00 | 0.00 |
prefetched blocks aged out before use | 0 | 0.00 | 0.00 |
process last non-idle time | 3,736 | 1.03 | 0.34 |
PX local messages recv'd | 0 | 0.00 | 0.00 |
PX local messages sent | 0 | 0.00 | 0.00 |
recovery blocks read | 0 | 0.00 | 0.00 |
recursive aborts on index block reclamation | 0 | 0.00 | 0.00 |
recursive calls | 9,597,753 | 2,655.52 | 873.87 |
recursive cpu usage | 60,894 | 16.85 | 5.54 |
redo blocks checksummed by FG (exclusive) | 135,097 | 37.38 | 12.30 |
redo blocks read for recovery | 0 | 0.00 | 0.00 |
redo blocks written | 745,635 | 206.30 | 67.89 |
redo buffer allocation retries | 4 | 0.00 | 0.00 |
redo entries | 1,104,198 | 305.51 | 100.54 |
redo k-bytes read for recovery | 0 | 0.00 | 0.00 |
redo k-bytes read total | 0 | 0.00 | 0.00 |
redo log space requests | 5 | 0.00 | 0.00 |
redo log space wait time | 37 | 0.01 | 0.00 |
redo ordering marks | 18,057 | 5.00 | 1.64 |
redo size | 354,171,280 | 97,992.45 | 32,247.23 |
redo size for direct writes | 3,848 | 1.06 | 0.35 |
redo subscn max counts | 24,819 | 6.87 | 2.26 |
redo synch time | 674 | 0.19 | 0.06 |
redo synch writes | 12,407 | 3.43 | 1.13 |
redo wastage | 15,132,760 | 4,186.95 | 1,377.83 |
redo write time | 2,100 | 0.58 | 0.19 |
redo writes | 57,918 | 16.02 | 5.27 |
rollback changes - undo records applied | 19,985 | 5.53 | 1.82 |
rollbacks only - consistent read gets | 377 | 0.10 | 0.03 |
root node splits | 0 | 0.00 | 0.00 |
RowCR - row contention | 75 | 0.02 | 0.01 |
RowCR attempts | 626 | 0.17 | 0.06 |
RowCR hits | 522 | 0.14 | 0.05 |
rows fetched via callback | 154,140 | 42.65 | 14.03 |
session connect time | 0 | 0.00 | 0.00 |
session cursor cache hits | 307,668 | 85.13 | 28.01 |
session logical reads | 20,958,902 | 5,798.93 | 1,908.30 |
shared hash latch upgrades - no wait | 172,149 | 47.63 | 15.67 |
shared hash latch upgrades - wait | 0 | 0.00 | 0.00 |
SMON posted for dropping temp segment | 0 | 0.00 | 0.00 |
SMON posted for undo segment recovery | 2 | 0.00 | 0.00 |
SMON posted for undo segment shrink | 10 | 0.00 | 0.00 |
sorts (memory) | 362,363 | 100.26 | 32.99 |
sorts (rows) | 46,835,184 | 12,958.40 | 4,264.33 |
sql area evicted | 12,102 | 3.35 | 1.10 |
sql area purged | 15,938 | 4.41 | 1.45 |
SQL*Net roundtrips to/from client | 144,467 | 39.97 | 13.15 |
summed dirty queue length | 135,366 | 37.45 | 12.33 |
switch current to new buffer | 24,060 | 6.66 | 2.19 |
table fetch by rowid | 17,325,084 | 4,793.52 | 1,577.45 |
table fetch continued row | 43,403 | 12.01 | 3.95 |
table scan blocks gotten | 6,100,797 | 1,687.97 | 555.48 |
table scan rows gotten | 892,399,054 | 246,909.83 | 81,252.76 |
table scans (direct read) | 62 | 0.02 | 0.01 |
table scans (long tables) | 67 | 0.02 | 0.01 |
table scans (rowid ranges) | 0 | 0.00 | 0.00 |
table scans (short tables) | 74,353 | 20.57 | 6.77 |
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 |
total cf enq hold time | 3,542 | 0.98 | 0.32 |
total number of cf enq holders | 161 | 0.04 | 0.01 |
total number of times SMON posted | 12 | 0.00 | 0.00 |
transaction rollbacks | 4 | 0.00 | 0.00 |
transaction tables consistent read rollbacks | 1 | 0.00 | 0.00 |
transaction tables consistent reads - undo records applied | 298 | 0.08 | 0.03 |
undo change vector size | 135,813,916 | 37,577.13 | 12,365.83 |
user calls | 196,412 | 54.34 | 17.88 |
user commits | 10,983 | 3.04 | 1.00 |
user I/O wait time | 140,715 | 38.93 | 12.81 |
user rollbacks | 0 | 0.00 | 0.00 |
workarea executions - onepass | 0 | 0.00 | 0.00 |
workarea executions - optimal | 271,387 | 75.09 | 24.71 |
write clones created in background | 6 | 0.00 | 0.00 |
write clones created in foreground | 0 | 0.00 | 0.00 |
Latch Name | Get Requests | Pct Get Miss | Avg Slps /Miss | Wait Time (s) | NoWait Requests | Pct NoWait Miss |
active checkpoint queue latch | 17,631 | 0.00 | | 0 | 0 | |
active service list | 9,243 | 0.00 | | 0 | 5,052 | 0.00 |
AQ deq hash table latch | 2 | 0.00 | | 0 | 0 | |
AQ dequeue txn counter latch | 3,126 | 0.00 | | 0 | 0 | |
ASM db client latch | 2,819 | 0.00 | | 0 | 0 | |
ASM map operation hash table | 2 | 0.00 | | 0 | 0 | |
ASM network state latch | 59 | 0.00 | | 0 | 0 | |
AWR Alerted Metric Element list | 27,326 | 0.00 | | 0 | 0 | |
begin backup scn array | 74 | 0.00 | | 0 | 0 | |
buffer pool | 224 | 0.00 | | 0 | 0 | |
business card | 2 | 0.00 | | 0 | 0 | |
cache buffer handles | 61,430 | 0.00 | | 0 | 0 | |
cache buffers chains | 37,223,235 | 0.00 | 0.05 | 0 | 555,070 | 0.00 |
cache buffers lru chain | 132,404 | 0.04 | 0.00 | 0 | 403,663 | 0.03 |
cache table scan latch | 0 | | | 0 | 7,786 | 0.00 |
call allocation | 42,458 | 0.00 | 0.00 | 0 | 0 | |
cas latch | 2 | 0.00 | | 0 | 0 | |
change notification client cache latch | 2 | 0.00 | | 0 | 0 | |
Change Notification Hash table latch | 1,215 | 0.00 | | 0 | 0 | |
channel handle pool latch | 710 | 0.00 | | 0 | 0 | |
channel operations parent latch | 25,191 | 0.00 | | 0 | 0 | |
checkpoint queue latch | 595,598 | 0.00 | 0.00 | 0 | 51,212 | 0.01 |
client/application info | 6,298 | 0.00 | | 0 | 0 | |
compile environment latch | 394 | 0.00 | | 0 | 0 | |
Consistent RBA | 57,945 | 0.02 | 0.00 | 0 | 0 | |
corrupted undo seg latch | 59,959 | 0.00 | | 0 | 0 | |
cp cmon/server latch | 2 | 0.00 | | 0 | 0 | |
cp pool latch | 2 | 0.00 | | 0 | 0 | |
cp server hash latch | 2 | 0.00 | | 0 | 0 | |
cp sga latch | 59 | 0.00 | | 0 | 0 | |
cvmap freelist lock | 2 | 0.00 | | 0 | 0 | |
deferred cleanup latch | 59 | 0.00 | | 0 | 0 | |
direct msg latch | 82,107 | 0.00 | | 0 | 0 | |
dml lock allocation | 73 | 0.00 | | 0 | 0 | |
DML lock allocation | 824,167 | 0.00 | 0.00 | 0 | 0 | |
done queue latch | 76,747 | 0.00 | | 0 | 82,107 | 0.01 |
dummy allocation | 793 | 0.00 | | 0 | 0 | |
enqueue hash chains | 621,226 | 0.00 | 0.00 | 0 | 0 | |
enqueues | 172,424 | 0.00 | 0.00 | 0 | 0 | |
Event Group Locks | 328 | 0.00 | | 0 | 0 | |
FIB s.o chain latch | 40 | 0.00 | | 0 | 0 | |
fifth spare latch | 2 | 0.00 | | 0 | 0 | |
file cache latch | 521 | 0.00 | | 0 | 0 | |
File State Object Pool Parent Latch | 2 | 0.00 | | 0 | 0 | |
flashback copy | 2 | 0.00 | | 0 | 0 | |
FOB s.o list latch | 1,557 | 0.00 | | 0 | 0 | |
gc element | 2 | 0.00 | | 0 | 0 | |
gcs commit scn state | 2 | 0.00 | | 0 | 0 | |
gcs partitioned table hash | 2 | 0.00 | | 0 | 0 | |
gcs pcm hashed value bucket hash | 2 | 0.00 | | 0 | 0 | |
gcs resource freelist | 2 | 0.00 | | 0 | 0 | |
gcs resource hash | 2 | 0.00 | | 0 | 0 | |
gcs resource scan list | 2 | 0.00 | | 0 | 0 | |
gcs shadows freelist | 2 | 0.00 | | 0 | 0 | |
ges domain table | 2 | 0.00 | | 0 | 0 | |
ges enqueue table freelist | 2 | 0.00 | | 0 | 0 | |
ges group table | 2 | 0.00 | | 0 | 0 | |
ges process hash list | 2 | 0.00 | | 0 | 0 | |
ges process parent latch | 2 | 0.00 | | 0 | 0 | |
ges resource hash list | 2 | 0.00 | | 0 | 0 | |
ges resource scan list | 2 | 0.00 | | 0 | 0 | |
ges resource table freelist | 2 | 0.00 | | 0 | 0 | |
ges value block free list | 2 | 0.00 | | 0 | 0 | |
global KZLD latch for mem in SGA | 183 | 0.00 | | 0 | 0 | |
global tx hash mapping | 21,974 | 0.00 | | 0 | 0 | |
granule operation | 2 | 0.00 | | 0 | 0 | |
hash table column usage latch | 4,804 | 0.00 | | 0 | 3,320,729 | 0.00 |
hash table modification latch | 240 | 0.00 | | 0 | 0 | |
heartbeat check | 2 | 0.00 | | 0 | 0 | |
In memory undo latch | 69,968 | 0.00 | | 0 | 10,218 | 0.00 |
internal temp table object number allocation latch | 205 | 0.00 | | 0 | 0 | |
intra txn parallel recovery | 2 | 0.00 | | 0 | 0 | |
io pool granule metadata list | 2 | 0.00 | | 0 | 0 | |
i/o slave adaptor | 222 | 0.00 | | 0 | 0 | |
IPC stats buffer allocation latch | 2 | 0.00 | | 0 | 0 | |
job workq parent latch | 70 | 0.00 | | 0 | 68 | 4.41 |
job_queue_processes free list latch | 144 | 0.00 | | 0 | 0 | |
job_queue_processes parameter latch | 853 | 0.00 | | 0 | 0 | |
JS mem alloc latch | 5 | 0.00 | | 0 | 0 | |
JS queue access latch | 7 | 0.00 | | 0 | 0 | |
JS queue state obj latch | 26,204 | 0.00 | | 0 | 0 | |
JS Sh mem access | 10 | 0.00 | | 0 | 0 | |
JS slv state obj latch | 120,009 | 0.03 | 0.00 | 0 | 0 | |
kcbtsemkid latch | 5 | 0.00 | | 0 | 0 | |
kdlx hb parent latch | 2 | 0.00 | | 0 | 0 | |
KFC FX Hash Latch | 2 | 0.00 | | 0 | 0 | |
KFC Hash Latch | 2 | 0.00 | | 0 | 0 | |
KFCL LE Freelist | 2 | 0.00 | | 0 | 0 | |
kgb parent | 2 | 0.00 | | 0 | 0 | |
KGNFS-NFS:SHM structure | 2 | 0.00 | | 0 | 0 | |
KGNFS-NFS:SVR LIST | 2 | 0.00 | | 0 | 0 | |
KJC message pool free list | 2 | 0.00 | | 0 | 0 | |
KJCT flow control latch | 2 | 0.00 | | 0 | 0 | |
kks stats | 157,077 | 0.00 | | 0 | 0 | |
KMG MMAN ready and startup request latch | 1,798 | 0.00 | | 0 | 0 | |
KMG resize request state object freelist | 20 | 0.00 | | 0 | 0 | |
kokc descriptor allocation latch | 430,844 | 0.00 | 0.00 | 0 | 0 | |
krbmrosl | 2 | 0.00 | | 0 | 0 | |
ksfv messages | 162,922 | 0.00 | | 0 | 0 | |
kss move lock | 44 | 0.00 | | 0 | 0 | |
ksuosstats global area | 247 | 0.00 | | 0 | 0 | |
ksv allocation latch | 143 | 0.00 | | 0 | 0 | |
ksv class latch | 86 | 0.00 | | 0 | 0 | |
ksv msg queue latch | 2 | 0.00 | | 0 | 0 | |
ksz_so allocation latch | 655 | 0.00 | | 0 | 0 | |
KTF sga latch | 2,333 | 0.00 | | 0 | 1,010 | 0.00 |
ktm global data | 44 | 0.00 | | 0 | 0 | |
kwqbsn:qsga | 235 | 0.00 | | 0 | 0 | |
KWQMN job cache list latch | 2 | 0.00 | | 0 | 0 | |
KWQP Prop Status | 4 | 0.00 | | 0 | 0 | |
KWQS pqsubs latch | 12 | 0.00 | | 0 | 0 | |
KWQS pqueue ctx latch | 301 | 0.00 | | 0 | 0 | |
k2q lock allocation | 2 | 0.00 | | 0 | 0 | |
lgwr LWN SCN | 58,179 | 0.01 | 0.00 | 0 | 0 | |
list of block allocation | 2,599 | 0.00 | | 0 | 0 | |
loader state object freelist | 9,082 | 0.00 | | 0 | 0 | |
lob segment dispenser latch | 2 | 0.00 | | 0 | 0 | |
lob segment hash table latch | 14 | 0.00 | | 0 | 0 | |
lob segment query latch | 2 | 0.00 | | 0 | 0 | |
Locator state objects pool parent latch | 2 | 0.00 | | 0 | 0 | |
lock DBA buffer during media recovery | 2 | 0.00 | | 0 | 0 | |
logical standby cache | 2 | 0.00 | | 0 | 0 | |
logminer context allocation | 4 | 0.00 | | 0 | 0 | |
logminer work area | 2 | 0.00 | | 0 | 0 | |
longop free list parent | 887 | 0.00 | | 0 | 8 | 0.00 |
Lsod array latch | 2 | 0.00 | | 0 | 0 | |
mapped buffers lru chain | 2 | 0.00 | | 0 | 0 | |
Memory Management Latch | 850 | 0.12 | 0.00 | 0 | 1,798 | 0.00 |
Memory Queue | 2 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #1 | 2 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #2 | 2 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #3 | 2 | 0.00 | | 0 | 0 | |
Memory Queue Message Subscriber #4 | 2 | 0.00 | | 0 | 0 | |
Memory Queue Subscriber | 2 | 0.00 | | 0 | 0 | |
message pool operations parent latch | 577 | 0.00 | | 0 | 0 | |
messages | 234,677 | 0.04 | 0.02 | 0 | 0 | |
MinActiveScn Latch | 15 | 0.00 | | 0 | 0 | |
mostly latch-free SCN | 58,218 | 0.05 | 0.00 | 0 | 0 | |
MQL Tracking Latch | 0 | | | 0 | 70 | 0.00 |
msg queue latch | 2 | 0.00 | | 0 | 153,749 | 2.92 |
multiblock read objects | 22,226 | 0.00 | | 0 | 0 | |
Mutex | 2 | 0.00 | | 0 | 0 | |
Mutex Stats | 2 | 0.00 | | 0 | 0 | |
name-service namespace bucket | 2 | 0.00 | | 0 | 0 | |
ncodef allocation latch | 59 | 0.00 | | 0 | 0 | |
object queue header heap | 153,186 | 0.00 | | 0 | 8,557 | 0.02 |
object queue header operation | 717,776 | 0.01 | 0.00 | 0 | 8,416 | 0.42 |
object stats modification | 2,210 | 0.00 | | 0 | 0 | |
OS process | 1,847 | 0.00 | | 0 | 0 | |
OS process allocation | 2,427 | 0.00 | | 0 | 0 | |
OS process: request allocation | 655 | 0.00 | | 0 | 0 | |
parallel query alloc buffer | 478 | 0.00 | | 0 | 0 | |
parallel query stats | 2 | 0.00 | | 0 | 0 | |
parameter list | 1,849 | 0.00 | | 0 | 0 | |
parameter table management | 835 | 0.00 | | 0 | 0 | |
peshm | 2 | 0.00 | | 0 | 0 | |
pesom_free_list | 2 | 0.00 | | 0 | 0 | |
pesom_hash_node | 2 | 0.00 | | 0 | 0 | |
PL/SQL warning settings | 68,813 | 0.00 | | 0 | 0 | |
post/wait queue | 20,441 | 0.00 | 0.00 | 0 | 12,060 | 0.00 |
process allocation | 798 | 0.00 | | 0 | 326 | 0.00 |
process group creation | 655 | 0.00 | | 0 | 0 | |
process queue | 2 | 0.00 | | 0 | 0 | |
process queue reference | 2 | 0.00 | | 0 | 0 | |
PX hash array latch | 2 | 0.00 | | 0 | 0 | |
qmn task queue latch | 525 | 0.00 | | 0 | 0 | |
QMT | 2 | 0.00 | | 0 | 0 | |
query server freelists | 2 | 0.00 | | 0 | 0 | |
queued dump request | 12 | 0.00 | | 0 | 0 | |
queuing load statistics | 2 | 0.00 | | 0 | 0 | |
Real-time plan statistics latch | 4,235 | 0.00 | | 0 | 0 | |
recovery domain hash list | 2 | 0.00 | | 0 | 0 | |
redo allocation | 198,249 | 0.09 | 0.00 | 0 | 1,107,480 | 0.01 |
redo copy | 2 | 0.00 | | 0 | 1,107,499 | 0.04 |
redo writing | 194,444 | 0.00 | 0.00 | 0 | 0 | |
resmgr group change latch | 1,279 | 0.00 | | 0 | 0 | |
resmgr:active threads | 793 | 0.00 | | 0 | 0 | |
resmgr:actses change group | 273 | 0.00 | | 0 | 0 | |
resmgr:actses change state | 2 | 0.00 | | 0 | 0 | |
resmgr:free threads list | 791 | 0.00 | | 0 | 0 | |
resmgr:plan CPU method | 2 | 0.00 | | 0 | 0 | |
resmgr:resource group CPU method | 2 | 0.00 | | 0 | 0 | |
resmgr:schema config | 162 | 0.00 | | 0 | 0 | |
resmgr:session queuing | 2 | 0.00 | | 0 | 0 | |
rm cas latch | 2 | 0.00 | | 0 | 0 | |
row cache objects | 16,681,024 | 0.06 | 0.00 | 0 | 34,639 | 0.06 |
rules engine rule set statistics | 200 | 0.00 | | 0 | 0 | |
second spare latch | 2 | 0.00 | | 0 | 0 | |
sequence cache | 106,424 | 0.00 | | 0 | 0 | |
session allocation | 81,434 | 0.00 | | 0 | 27,108 | 0.00 |
session idle bit | 419,550 | 0.00 | 0.00 | 0 | 0 | |
session queue latch | 82,109 | 0.00 | | 0 | 0 | |
session state list latch | 540 | 0.00 | | 0 | 0 | |
session switching | 1,706 | 0.00 | | 0 | 0 | |
session timer | 1,237 | 0.00 | | 0 | 0 | |
SGA blob parent | 2 | 0.00 | | 0 | 0 | |
SGA bucket locks | 2 | 0.00 | | 0 | 0 | |
SGA heap locks | 2 | 0.00 | | 0 | 0 | |
SGA IO buffer pool latch | 7,786 | 0.00 | | 0 | 7,786 | 0.00 |
SGA pool locks | 2 | 0.00 | | 0 | 0 | |
Shared B-Tree | 668 | 0.00 | | 0 | 0 | |
shared pool | 5,347,536 | 0.11 | 0.03 | 0 | 0 | |
shared pool sim alloc | 2 | 0.00 | | 0 | 0 | |
shared pool simulator | 466,722 | 0.00 | | 0 | 0 | |
sim partition latch | 2 | 0.00 | | 0 | 0 | |
simulator hash latch | 984,406 | 0.00 | | 0 | 0 | |
simulator lru latch | 26,072 | 0.02 | 0.00 | 0 | 941,555 | 0.01 |
sort extent pool | 4,801 | 0.00 | | 0 | 0 | |
space background state object latch | 8 | 0.00 | | 0 | 0 | |
space background task latch | 2,666 | 0.00 | | 0 | 2,400 | 0.00 |
SQL memory manager latch | 122 | 0.00 | | 0 | 1,195 | 0.00 |
SQL memory manager workarea list latch | 921,739 | 0.00 | | 0 | 0 | |
state object free list | 4 | 0.00 | | 0 | 0 | |
statistics aggregation | 1,120 | 0.00 | | 0 | 0 | |
Streams Generic | 2 | 0.00 | | 0 | 0 | |
tablespace key chain | 3 | 0.00 | | 0 | 0 | |
temp lob duration state obj allocation | 31 | 0.00 | | 0 | 0 | |
temporary table state object allocation | 64 | 0.00 | | 0 | 0 | |
test excl. parent l0 | 2 | 0.00 | | 0 | 0 | |
test excl. parent2 l0 | 2 | 0.00 | | 0 | 0 | |
Testing | 2 | 0.00 | | 0 | 0 | |
third spare latch | 2 | 0.00 | | 0 | 0 | |
threshold alerts latch | 216 | 0.00 | | 0 | 0 | |
Token Manager | 2 | 0.00 | | 0 | 0 | |
transaction allocation | 131,361 | 0.00 | | 0 | 0 | |
transaction branch allocation | 22,961 | 0.00 | | 0 | 0 | |
undo global data | 193,805 | 0.00 | | 0 | 0 | |
virtual circuit buffers | 2 | 0.00 | | 0 | 0 | |
virtual circuit holder | 2 | 0.00 | | 0 | 0 | |
virtual circuit queues | 2 | 0.00 | | 0 | 0 | |
WCR: sync | 2 | 0.00 | | 0 | 0 | |
Write State Object Pool Parent Latch | 2 | 0.00 | | 0 | 0 | |
XDB NFS Security Latch | 2 | 0.00 | | 0 | 0 | |
XDB unused session pool | 2 | 0.00 | | 0 | 0 | |
XDB used session pool | 2 | 0.00 | | 0 | 0 | |
X$KSFQP | 5 | 0.00 | | 0 | 0 | |