| SQL Id | SQL Text |
| 089dbukv1aanh | SELECT SYS_EXTRACT_UTC(SYSTIMESTAMP) FROM DUAL |
| 08bqjmf8490s2 | SELECT PARAMETER_VALUE FROM MGMT_PARAMETERS WHERE PARAMETER_NAME = :B1 |
| 0k8522rmdzg4k | select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#>0 |
| 12qmb2vstfhgy | SELECT c_custkey, c_name, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, c_acctbal, n_name, c_address, c_phone, c_comment FROM H_Customer, H_Order, H_Lineitem, H_Nation WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate >= to_date ('1993-07-01', 'YYYY-MM-DD') AND o_orderdate < add_months( to_date( '1993-07-01', 'YYYY-MM-DD'), 3) AND l_returnflag = 'R' AND c_nationkey = n_nationkey GROUP BY c_custkey, c_name, c_acctbal, c_phone, n_name, c_address, c_comment ORDER BY REVENUE DESC |
| 1809cng2r987s | SELECT c_custkey, c_name, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, c_acctbal, n_name, c_address, c_phone, c_comment FROM H_Customer, H_Order, H_Lineitem, H_Nation WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate >= to_date ('1995-01-01', 'YYYY-MM-DD') AND o_orderdate < add_months( to_date( '1995-01-01', 'YYYY-MM-DD'), 3) AND l_returnflag = 'R' AND c_nationkey = n_nationkey GROUP BY c_custkey, c_name, c_acctbal, c_phone, n_name, c_address, c_comment ORDER BY REVENUE DESC |
| 18naypzfmabd6 | INSERT INTO MGMT_SYSTEM_PERFORMANCE_LOG (JOB_NAME, TIME, DURATION, MODULE, ACTION, IS_TOTAL, NAME, VALUE, CLIENT_DATA, HOST_URL) VALUES (:B9 , SYSDATE, :B8 , SUBSTR(:B7 , 1, 512), SUBSTR(:B6 , 1, 32), :B5 , SUBSTR(:B4 , 1, 128), SUBSTR(:B3 , 1, 128), SUBSTR(:B2 , 1, 128), SUBSTR(:B1 , 1, 256)) |
| 1ba09vhjx4rxj | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-10', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-10', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 1fwcc9b0mbzum | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-20', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-20', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 1gkn6r4rbdkmy | SELECT n_name, SUM(l_extendedprice * ( 1 - l_discount)) AS REVENUE FROM H_Customer, H_Order, H_Lineitem, H_Supplier, H_Nation, H_Region WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND l_suppkey = s_suppkey AND c_nationkey = s_nationkey AND s_nationkey = n_nationkey AND n_regionkey = r_regionkey AND r_name = 'AFRICA' AND o_orderdate >= to_date( '1997-01-01', 'YYYY-MM-DD') AND o_orderdate < add_months(to_date( '1997-01-01', 'YYYY-MM-DD'), 12) GROUP BY n_name ORDER BY REVENUE DESC |
| 1qnaw3d512k2n | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-05', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-05', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 1x255a7m968k7 | SELECT supp_nation, cust_nation, L_YEAR, SUM(VOLUME) AS REVENUE FROM (SELECT N1.n_name supp_nation, N2.n_name cust_nation, to_number(to_char(l_shipdate, 'YYYY')) AS L_YEAR, l_extendedprice * (1 - l_discount) VOLUME FROM H_Supplier, H_Lineitem, H_Order, H_Customer, H_Nation N1, H_Nation N2 WHERE s_suppkey = l_suppkey AND o_orderkey = l_orderkey AND c_custkey = o_custkey AND s_nationkey = N1.n_nationkey AND c_nationkey = N2.n_nationkey AND ((N1.n_name = 'ALGERIA' AND N2.n_name = 'CANADA') OR (N1.n_name = 'CANADA' AND N2.n_name = 'ALGERIA')) AND l_shipdate BETWEEN to_date( '1995-01-01', 'YYYY-MM-DD') AND to_date( '1996-12-31', 'YYYY-MM-DD') ) SHIPPING GROUP BY supp_nation, cust_nation, L_YEAR ORDER BY supp_nation, cust_nation, L_YEAR |
| 2jpbyjb76zda2 | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-14', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-14', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 2uzp6kw11g1su | SELECT n_name, SUM(l_extendedprice * ( 1 - l_discount)) AS REVENUE FROM H_Customer, H_Order, H_Lineitem, H_Supplier, H_Nation, H_Region WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND l_suppkey = s_suppkey AND c_nationkey = s_nationkey AND s_nationkey = n_nationkey AND n_regionkey = r_regionkey AND r_name = 'AFRICA' AND o_orderdate >= to_date( '1996-01-01', 'YYYY-MM-DD') AND o_orderdate < add_months(to_date( '1996-01-01', 'YYYY-MM-DD'), 12) GROUP BY n_name ORDER BY REVENUE DESC |
| 350f5yrnnmshs | lock table sys.mon_mods$ in exclusive mode nowait |
| 39pvzrsczv31x | SELECT n_name, SUM(l_extendedprice * ( 1 - l_discount)) AS REVENUE FROM H_Customer, H_Order, H_Lineitem, H_Supplier, H_Nation, H_Region WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND l_suppkey = s_suppkey AND c_nationkey = s_nationkey AND s_nationkey = n_nationkey AND n_regionkey = r_regionkey AND r_name = 'AFRICA' AND o_orderdate >= to_date( '1993-01-01', 'YYYY-MM-DD') AND o_orderdate < add_months(to_date( '1993-01-01', 'YYYY-MM-DD'), 12) GROUP BY n_name ORDER BY REVENUE DESC |
| 3nk66p120bzrd | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-30', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-30', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 4d0thwk8bh4zt | SELECT c_custkey, c_name, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, c_acctbal, n_name, c_address, c_phone, c_comment FROM H_Customer, H_Order, H_Lineitem, H_Nation WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate >= to_date ('1993-03-01', 'YYYY-MM-DD') AND o_orderdate < add_months( to_date( '1993-03-01', 'YYYY-MM-DD'), 3) AND l_returnflag = 'R' AND c_nationkey = n_nationkey GROUP BY c_custkey, c_name, c_acctbal, c_phone, n_name, c_address, c_comment ORDER BY REVENUE DESC |
| 4ttpsft97zujk | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-24', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-24', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 59ahdunmw6xbz | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-22', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-22', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 6uusdb8z8usyu | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-15', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-15', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 6xvp6nxs4a9n4 | select nvl(sum(space), 0) from recyclebin$ where ts# = :1 |
| 7r9673qwmbsyu | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-26', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-26', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 80pntantvvbqy | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-28', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-28', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 8pqynfptn4ff6 | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-18', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-18', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| 8q89qv4cxbg9v | SELECT c_custkey, c_name, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, c_acctbal, n_name, c_address, c_phone, c_comment FROM H_Customer, H_Order, H_Lineitem, H_Nation WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate >= to_date ('1993-05-01', 'YYYY-MM-DD') AND o_orderdate < add_months( to_date( '1993-05-01', 'YYYY-MM-DD'), 3) AND l_returnflag = 'R' AND c_nationkey = n_nationkey GROUP BY c_custkey, c_name, c_acctbal, c_phone, n_name, c_address, c_comment ORDER BY REVENUE DESC |
| 8vwv6hx92ymmm | UPDATE MGMT_CURRENT_METRICS SET COLLECTION_TIMESTAMP = :B1 , VALUE = :B6 , STRING_VALUE = :B5 WHERE TARGET_GUID = :B4 AND METRIC_GUID = :B3 AND KEY_VALUE = :B2 AND COLLECTION_TIMESTAMP < :B1 |
| 95rzx549dbvs5 | SELECT NATION, O_YEAR, SUM(AMOUNT) SUM_PROFIT FROM (SELECT n_name NATION, to_number(TO_CHAR (o_orderdate, 'YYYY')) AS O_YEAR , l_extendedprice * (1 - l_discount) - ps_supplycost * l_quantity AS AMOUNT FROM H_Part, H_Supplier, H_Lineitem, H_Partsupp, H_Order, H_Nation WHERE s_suppkey = l_suppkey AND ps_suppkey = l_suppkey AND ps_partkey = l_partkey AND p_partkey = l_partkey AND o_orderkey = l_orderkey AND s_nationkey = n_nationkey AND p_name LIKE '%almond%' ) PROFIT GROUP BY NATION, O_YEAR ORDER BY NATION, O_YEAR DESC |
| 9mhss2f5z0qc8 | SELECT c_custkey, c_name, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, c_acctbal, n_name, c_address, c_phone, c_comment FROM H_Customer, H_Order, H_Lineitem, H_Nation WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate >= to_date ('1993-10-01', 'YYYY-MM-DD') AND o_orderdate < add_months( to_date( '1993-10-01', 'YYYY-MM-DD'), 3) AND l_returnflag = 'R' AND c_nationkey = n_nationkey GROUP BY c_custkey, c_name, c_acctbal, c_phone, n_name, c_address, c_comment ORDER BY REVENUE DESC |
| 9xcdxpqrhsvmx | SELECT l_returnflag, l_linestatus, sum(l_quantity) AS SUM_QTY, SUM(l_extendedprice) AS SUM_BASE_PRICE, SUM(l_extendedprice * (1 - l_discount)) AS SUM_DISC_PRICE, SUM(l_extendedprice * (1 - l_discount) * (1 + l_tax)) AS SUM_CHARGE, AVG(l_quantity) AS AVG_QTY, AVG(l_extendedprice) AS AVG_PRICE, AVG(l_discount) AS AVG_DISC, COUNT(*) AS COUNT_ORDER FROM H_Lineitem WHERE l_shipdate <= to_date ('1998-12-01', 'YYYY-MM-DD') - 119 GROUP BY l_returnflag, l_linestatus ORDER BY l_returnflag, l_linestatus |
| afy3mzh484trw | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-06', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-06', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| agz7fu32m6qn4 | SELECT c_custkey, c_name, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, c_acctbal, n_name, c_address, c_phone, c_comment FROM H_Customer, H_Order, H_Lineitem, H_Nation WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate >= to_date ('1994-10-01', 'YYYY-MM-DD') AND o_orderdate < add_months( to_date( '1994-10-01', 'YYYY-MM-DD'), 3) AND l_returnflag = 'R' AND c_nationkey = n_nationkey GROUP BY c_custkey, c_name, c_acctbal, c_phone, n_name, c_address, c_comment ORDER BY REVENUE DESC |
| bfk319z4wc782 | SELECT n_name, SUM(l_extendedprice * ( 1 - l_discount)) AS REVENUE FROM H_Customer, H_Order, H_Lineitem, H_Supplier, H_Nation, H_Region WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND l_suppkey = s_suppkey AND c_nationkey = s_nationkey AND s_nationkey = n_nationkey AND n_regionkey = r_regionkey AND r_name = 'AFRICA' AND o_orderdate >= to_date( '1995-01-01', 'YYYY-MM-DD') AND o_orderdate < add_months(to_date( '1995-01-01', 'YYYY-MM-DD'), 12) GROUP BY n_name ORDER BY REVENUE DESC |
| bpqbakh1vjzad | SELECT c_custkey, c_name, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, c_acctbal, n_name, c_address, c_phone, c_comment FROM H_Customer, H_Order, H_Lineitem, H_Nation WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate >= to_date ('1994-11-01', 'YYYY-MM-DD') AND o_orderdate < add_months( to_date( '1994-11-01', 'YYYY-MM-DD'), 3) AND l_returnflag = 'R' AND c_nationkey = n_nationkey GROUP BY c_custkey, c_name, c_acctbal, c_phone, n_name, c_address, c_comment ORDER BY REVENUE DESC |
| c0chxpnujy8td | SELECT n_name, SUM(l_extendedprice * ( 1 - l_discount)) AS REVENUE FROM H_Customer, H_Order, H_Lineitem, H_Supplier, H_Nation, H_Region WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND l_suppkey = s_suppkey AND c_nationkey = s_nationkey AND s_nationkey = n_nationkey AND n_regionkey = r_regionkey AND r_name = 'AFRICA' AND o_orderdate >= to_date( '1994-01-01', 'YYYY-MM-DD') AND o_orderdate < add_months(to_date( '1994-01-01', 'YYYY-MM-DD'), 12) GROUP BY n_name ORDER BY REVENUE DESC |
| c6p5t6yk7gvvb | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-03', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-03', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| c71khx643vgxb | SELECT c_custkey, c_name, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, c_acctbal, n_name, c_address, c_phone, c_comment FROM H_Customer, H_Order, H_Lineitem, H_Nation WHERE c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate >= to_date ('1993-09-01', 'YYYY-MM-DD') AND o_orderdate < add_months( to_date( '1993-09-01', 'YYYY-MM-DD'), 3) AND l_returnflag = 'R' AND c_nationkey = n_nationkey GROUP BY c_custkey, c_name, c_acctbal, c_phone, n_name, c_address, c_comment ORDER BY REVENUE DESC |
| c8h3jdwaa532q | SELECT TO_NUMBER(PARAMETER_VALUE) FROM MGMT_PARAMETERS WHERE PARAMETER_NAME = :B1 |
| cm5vu20fhtnq1 | select /*+ connect_by_filtering */ privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
| csnp95dz2r8ss | select file#, block# from recyclebin$ where ts# = :1 and file# != 0 and block# != 0 and space = 0 |
| ct388w8nrts6k | SELECT l_orderkey, SUM(l_extendedprice * (1 - l_discount)) AS REVENUE, o_orderdate, o_shippriority FROM H_Customer, H_Order, H_Lineitem WHERE c_mktsegment = 'AUTOMOBILE' AND c_custkey = o_custkey AND l_orderkey = o_orderkey AND o_orderdate < to_date('1995-03-07', 'YYYY-MM-DD') AND l_shipdate > to_date('1995-03-07', 'YYYY-MM-DD') GROUP BY l_orderkey, o_orderdate, o_shippriority ORDER BY REVENUE DESC, o_orderdate |
| fps40s3v7nd3r | SELECT O_YEAR, SUM(DECODE(NATION, 'ALGERIA', VOLUME, 0)) / SUM(VOLUME) AS MKT_SHARE FROM (SELECT to_number(TO_CHAR(o_orderdate, 'YYYY')) AS O_YEAR, l_extendedprice * (1 - l_discount) VOLUME, N2.n_name NATION FROM H_Part, H_Supplier, H_Lineitem, H_Order, H_Customer, H_Nation N1, H_Nation N2, H_Region WHERE p_partkey = l_partkey AND s_suppkey = l_suppkey AND l_orderkey = o_orderkey AND o_custkey = c_custkey AND c_nationkey = N1.n_nationkey AND N1.n_regionkey = r_regionkey AND r_name = 'AFRICA' AND s_nationkey = N2.n_nationkey AND o_orderdate BETWEEN to_date ('1995-01-01', 'YYYY-MM-DD') AND to_date ('1996-12-31', 'YYYY-MM-DD') AND p_type = 'STANDARD ANODIZED TIN') ALL_NATIONS GROUP BY O_YEAR ORDER BY O_YEAR |
| fsbqktj5vw6n9 |
select next_run_date, obj#, run_job, sch_job from (select decode(bitand(a.flags, 16384), 0, a.next_run_date, a.last_enabled_time) next_run_date, a.obj# obj#, decode(bitand(a.flags, 16384), 0, 0, 1) run_job, a.sch_job sch_job from (select p.obj# obj#, p.flags flags, p.next_run_date next_run_date, p.job_status job_status, p.class_oid class_oid, p.last_enabled_time last_enabled_time, p.instance_id instance_id, 1 sch_job from sys.scheduler$_job p where bitand(p.job_status, 3) = 1 and ((bitand(p.flags, 134217728 + 268435456) = 0) or (bitand(p.job_status, 1024) <> 0)) and bitand(p.flags, 4096) = 0 and p.instance_id is NULL and (p.class_oid is null or (p.class_oid is not null and p.class_oid in (select b.obj# from sys.scheduler$_class b where b.affinity is null))) UNION ALL select q.obj#, q.flags, q.next_run_date, q.job_status, q.class_oid, q.last_enabled_time, q.instance_id, 1 from sys.scheduler$_lightweight_job q where bitand(q.job_status, 3) = 1 and ((bitand(q.flags, 134217728 + 268435456) = 0) or (bitand(q.job_status, 1024) <> 0)) and bitand(q.flags, 4096) = 0 and q.instance_id is NULL and (q.class_oid is null or (q.class_oid is not null and q.class_oid in (select c.obj# from sys.scheduler$_class c where c.affinity is null))) UNION ALL select j.job, 0, from_tz(ca
st(j.next_date as timestamp), to_char(systimestamp, 'TZH:TZM')), 1, NULL, from_tz(cast(j.next_date as timestamp), to_char(systimestamp, 'TZH:TZM')), NULL, 0 from sys.job$ j where (j.field1 is null or j.field1 = 0) and j.this_date is null) a order by 1) where rownum = 1 |
| g00cj285jmgsw | update sys.mon_mods$ set inserts = inserts + :ins, updates = updates + :upd, deletes = deletes + :del, flags = (decode(bitand(flags, :flag), :flag, flags, flags + :flag)), drop_segments = drop_segments + :dropseg, timestamp = :time where obj# = :objn |
| Statistic | Total | per Second | per Trans |
| Batched IO (bound) vector count | 130 | 0.06 | 0.59 |
| Batched IO (full) vector count | 0 | 0.00 | 0.00 |
| Batched IO block miss count | 533 | 0.23 | 2.40 |
| Batched IO buffer defrag count | 3 | 0.00 | 0.01 |
| Batched IO double miss count | 14 | 0.01 | 0.06 |
| Batched IO same unit count | 327 | 0.14 | 1.47 |
| Batched IO single block count | 96 | 0.04 | 0.43 |
| Batched IO slow jump count | 1 | 0.00 | 0.00 |
| Batched IO vector block count | 98 | 0.04 | 0.44 |
| Batched IO vector read count | 35 | 0.02 | 0.16 |
| Block Cleanout Optim referenced | 2 | 0.00 | 0.01 |
| CCursor + sql area evicted | 0 | 0.00 | 0.00 |
| CPU used by this session | 132,180 | 57.69 | 595.41 |
| CPU used when call started | 131,368 | 57.34 | 591.75 |
| CR blocks created | 15 | 0.01 | 0.07 |
| Cached Commit SCN referenced | 0 | 0.00 | 0.00 |
| Commit SCN cached | 0 | 0.00 | 0.00 |
| DB time | 3,462,417 | 1,511.23 | 15,596.47 |
| DBWR checkpoint buffers written | 1,210 | 0.53 | 5.45 |
| DBWR checkpoints | 0 | 0.00 | 0.00 |
| DBWR object drop buffers written | 0 | 0.00 | 0.00 |
| DBWR parallel query checkpoint buffers written | 0 | 0.00 | 0.00 |
| DBWR revisited being-written buffer | 0 | 0.00 | 0.00 |
| DBWR tablespace checkpoint buffers written | 0 | 0.00 | 0.00 |
| DBWR thread checkpoint buffers written | 0 | 0.00 | 0.00 |
| DBWR transaction table writes | 180 | 0.08 | 0.81 |
| DBWR undo block writes | 340 | 0.15 | 1.53 |
| DFO trees parallelized | 0 | 0.00 | 0.00 |
| HSC Heap Segment Block Changes | 1,001 | 0.44 | 4.51 |
| Heap Segment Array Inserts | 107 | 0.05 | 0.48 |
| LOB table id lookup cache misses | 0 | 0.00 | 0.00 |
| Number of read IOs issued | 139,710 | 60.98 | 629.32 |
| PX local messages recv'd | 0 | 0.00 | 0.00 |
| PX local messages sent | 0 | 0.00 | 0.00 |
| Parallel operations downgraded 1 to 25 pct | 0 | 0.00 | 0.00 |
| Parallel operations downgraded 25 to 50 pct | 0 | 0.00 | 0.00 |
| Parallel operations downgraded to serial | 0 | 0.00 | 0.00 |
| RowCR - row contention | 0 | 0.00 | 0.00 |
| RowCR attempts | 157 | 0.07 | 0.71 |
| RowCR hits | 157 | 0.07 | 0.71 |
| SMON posted for undo segment shrink | 0 | 0.00 | 0.00 |
| SQL*Net roundtrips to/from client | 365,942 | 159.72 | 1,648.39 |
| TBS Extension: tasks created | 0 | 0.00 | 0.00 |
| TBS Extension: tasks executed | 0 | 0.00 | 0.00 |
| active txn count during cleanout | 70 | 0.03 | 0.32 |
| application wait time | 0 | 0.00 | 0.00 |
| background checkpoints completed | 0 | 0.00 | 0.00 |
| background checkpoints started | 0 | 0.00 | 0.00 |
| background timeouts | 11,212 | 4.89 | 50.50 |
| buffer is not pinned count | 32,244 | 14.07 | 145.24 |
| buffer is pinned count | 104,861 | 45.77 | 472.35 |
| bytes received via SQL*Net from client | 4,144,439 | 1,808.91 | 18,668.64 |
| bytes sent via SQL*Net to client | 124,252,062 | 54,231.81 | 559,693.97 |
| calls to get snapshot scn: kcmgss | 8,806 | 3.84 | 39.67 |
| calls to kcmgas | 871 | 0.38 | 3.92 |
| calls to kcmgcs | 7,666 | 3.35 | 34.53 |
| cell physical IO interconnect bytes | 232,923,072,000 | 101,663,010.68 | 1,049,203,027.03 |
| change write time | 89 | 0.04 | 0.40 |
| cleanout - number of ktugct calls | 72 | 0.03 | 0.32 |
| cleanouts and rollbacks - consistent read gets | 0 | 0.00 | 0.00 |
| cleanouts only - consistent read gets | 0 | 0.00 | 0.00 |
| cluster key scan block gets | 2,279 | 0.99 | 10.27 |
| cluster key scans | 2,023 | 0.88 | 9.11 |
| commit batch performed | 0 | 0.00 | 0.00 |
| commit batch requested | 0 | 0.00 | 0.00 |
| commit batch/immediate performed | 0 | 0.00 | 0.00 |
| commit batch/immediate requested | 0 | 0.00 | 0.00 |
| commit cleanout failures: buffer being written | 0 | 0.00 | 0.00 |
| commit cleanout failures: callback failure | 4 | 0.00 | 0.02 |
| commit cleanout failures: cannot pin | 1 | 0.00 | 0.00 |
| commit cleanouts | 1,513 | 0.66 | 6.82 |
| commit cleanouts successfully completed | 1,508 | 0.66 | 6.79 |
| commit immediate performed | 0 | 0.00 | 0.00 |
| commit immediate requested | 0 | 0.00 | 0.00 |
| commit txn count during cleanout | 41 | 0.02 | 0.18 |
| concurrency wait time | 1,515 | 0.66 | 6.82 |
| consistent changes | 45 | 0.02 | 0.20 |
| consistent gets | 17,764,953 | 7,753.80 | 80,022.31 |
| consistent gets - examination | 26,338 | 11.50 | 118.64 |
| consistent gets direct | 17,271,495 | 7,538.42 | 77,799.53 |
| consistent gets from cache | 493,458 | 215.38 | 2,222.78 |
| consistent gets from cache (fastpath) | 465,890 | 203.35 | 2,098.60 |
| cursor authentications | 16 | 0.01 | 0.07 |
| data blocks consistent reads - undo records applied | 34 | 0.01 | 0.15 |
| db block changes | 7,268 | 3.17 | 32.74 |
| db block gets | 9,909 | 4.32 | 44.64 |
| db block gets direct | 130 | 0.06 | 0.59 |
| db block gets from cache | 9,779 | 4.27 | 44.05 |
| db block gets from cache (fastpath) | 1,958 | 0.85 | 8.82 |
| deferred (CURRENT) block cleanout applications | 865 | 0.38 | 3.90 |
| dirty buffers inspected | 0 | 0.00 | 0.00 |
| enqueue conversions | 470 | 0.21 | 2.12 |
| enqueue releases | 35,587 | 15.53 | 160.30 |
| enqueue requests | 35,587 | 15.53 | 160.30 |
| enqueue timeouts | 0 | 0.00 | 0.00 |
| enqueue waits | 0 | 0.00 | 0.00 |
| exchange deadlocks | 0 | 0.00 | 0.00 |
| execute count | 7,864 | 3.43 | 35.42 |
| failed probes on index block reclamation | 0 | 0.00 | 0.00 |
| file io service time | 0 | 0.00 | 0.00 |
| file io wait time | 76,820,673 | 33,529.61 | 346,039.07 |
| flashback log write bytes | 7,168,000 | 3,128.59 | 32,288.29 |
| flashback log writes | 57 | 0.02 | 0.26 |
| free buffer inspected | 365 | 0.16 | 1.64 |
| free buffer requested | 393 | 0.17 | 1.77 |
| heap block compress | 23 | 0.01 | 0.10 |
| hot buffers moved to head of LRU | 701 | 0.31 | 3.16 |
| immediate (CR) block cleanout applications | 0 | 0.00 | 0.00 |
| immediate (CURRENT) block cleanout applications | 311 | 0.14 | 1.40 |
| index crx upgrade (positioned) | 0 | 0.00 | 0.00 |
| index fast full scans (full) | 7 | 0.00 | 0.03 |
| index fetch by key | 8,133 | 3.55 | 36.64 |
| index scans kdiixs1 | 19,913 | 8.69 | 89.70 |
| leaf node 90-10 splits | 32 | 0.01 | 0.14 |
| leaf node splits | 40 | 0.02 | 0.18 |
| lob reads | 0 | 0.00 | 0.00 |
| lob writes | 5 | 0.00 | 0.02 |
| lob writes unaligned | 5 | 0.00 | 0.02 |
| logons cumulative | 148 | 0.06 | 0.67 |
| max cf enq hold time | 70 | 0.03 | 0.32 |
| messages received | 1,247 | 0.54 | 5.62 |
| messages sent | 1,247 | 0.54 | 5.62 |
| min active SCN optimization applied on CR | 0 | 0.00 | 0.00 |
| no buffer to keep pinned count | 0 | 0.00 | 0.00 |
| no work - consistent read gets | 17,730,030 | 7,738.56 | 79,865.00 |
| non-idle wait count | 2,131,884 | 930.49 | 9,603.08 |
| non-idle wait time | 3,095,451 | 1,351.06 | 13,943.47 |
| opened cursors cumulative | 7,236 | 3.16 | 32.59 |
| parse count (describe) | 0 | 0.00 | 0.00 |
| parse count (failures) | 0 | 0.00 | 0.00 |
| parse count (hard) | 31 | 0.01 | 0.14 |
| parse count (total) | 5,257 | 2.29 | 23.68 |
| parse time cpu | 97 | 0.04 | 0.44 |
| parse time elapsed | 1,035 | 0.45 | 4.66 |
| physical read IO requests | 1,670,321 | 729.04 | 7,523.97 |
| physical read bytes | 227,816,144,896 | 99,434,010.44 | 1,026,198,850.88 |
| physical read total IO requests | 1,674,382 | 730.81 | 7,542.26 |
| physical read total bytes | 227,882,796,032 | 99,463,101.39 | 1,026,499,081.23 |
| physical read total multi block requests | 135,636 | 59.20 | 610.97 |
| physical reads | 27,809,588 | 12,137.94 | 125,268.41 |
| physical reads cache | 336 | 0.15 | 1.51 |
| physical reads cache prefetch | 34 | 0.01 | 0.15 |
| physical reads direct | 27,809,252 | 12,137.79 | 125,266.90 |
| physical reads direct (lob) | 0 | 0.00 | 0.00 |
| physical reads direct temporary tablespace | 10,537,627 | 4,599.32 | 47,466.79 |
| physical reads for flashback new | 171 | 0.07 | 0.77 |
| physical reads prefetch warmup | 0 | 0.00 | 0.00 |
| physical write IO requests | 87,160 | 38.04 | 392.61 |
| physical write bytes | 4,952,227,840 | 2,161,479.27 | 22,307,332.61 |
| physical write total IO requests | 89,813 | 39.20 | 404.56 |
| physical write total bytes | 4,997,762,048 | 2,181,353.41 | 22,512,441.66 |
| physical write total multi block requests | 48 | 0.02 | 0.22 |
| physical writes | 604,520 | 263.85 | 2,723.06 |
| physical writes direct | 603,310 | 263.32 | 2,717.61 |
| physical writes direct (lob) | 0 | 0.00 | 0.00 |
| physical writes direct temporary tablespace | 603,180 | 263.27 | 2,717.03 |
| physical writes from cache | 1,210 | 0.53 | 5.45 |
| physical writes non checkpoint | 603,524 | 263.42 | 2,718.58 |
| pinned buffers inspected | 0 | 0.00 | 0.00 |
| pinned cursors current | 0 | 0.00 | 0.00 |
| prefetch clients - default | 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 |
| queries parallelized | 0 | 0.00 | 0.00 |
| recursive calls | 53,142 | 23.19 | 239.38 |
| recursive cpu usage | 817 | 0.36 | 3.68 |
| redo blocks checksummed by FG (exclusive) | 4,917 | 2.15 | 22.15 |
| redo blocks written | 7,835 | 3.42 | 35.29 |
| redo buffer allocation retries | 0 | 0.00 | 0.00 |
| redo entries | 4,904 | 2.14 | 22.09 |
| redo k-bytes read total | 0 | 0.00 | 0.00 |
| redo log space requests | 0 | 0.00 | 0.00 |
| redo log space wait time | 0 | 0.00 | 0.00 |
| redo ordering marks | 180 | 0.08 | 0.81 |
| redo size | 3,763,776 | 1,642.76 | 16,953.95 |
| redo size for direct writes | 1,075,360 | 469.36 | 4,843.96 |
| redo subscn max counts | 457 | 0.20 | 2.06 |
| redo synch time | 451 | 0.20 | 2.03 |
| redo synch writes | 78 | 0.03 | 0.35 |
| redo wastage | 110,300 | 48.14 | 496.85 |
| redo write time | 931 | 0.41 | 4.19 |
| redo writes | 446 | 0.19 | 2.01 |
| rollback changes - undo records applied | 0 | 0.00 | 0.00 |
| rollbacks only - consistent read gets | 15 | 0.01 | 0.07 |
| rows fetched via callback | 3,036 | 1.33 | 13.68 |
| session cursor cache hits | 5,006 | 2.18 | 22.55 |
| session logical reads | 17,774,862 | 7,758.12 | 80,066.95 |
| shared hash latch upgrades - no wait | 1,016 | 0.44 | 4.58 |
| shared hash latch upgrades - wait | 0 | 0.00 | 0.00 |
| sorts (disk) | 21 | 0.01 | 0.09 |
| sorts (memory) | 6,908 | 3.02 | 31.12 |
| sorts (rows) | 94,764,374 | 41,361.43 | 426,866.55 |
| sql area evicted | 4 | 0.00 | 0.02 |
| sql area purged | 0 | 0.00 | 0.00 |
| summed dirty queue length | 0 | 0.00 | 0.00 |
| switch current to new buffer | 17 | 0.01 | 0.08 |
| table fetch by rowid | 53,595 | 23.39 | 241.42 |
| table fetch continued row | 0 | 0.00 | 0.00 |
| table scan blocks gotten | 17,688,555 | 7,720.45 | 79,678.18 |
| table scan rows gotten | 1,000,452,129 | 436,663.38 | 4,506,541.12 |
| table scans (direct read) | 255 | 0.11 | 1.15 |
| table scans (long tables) | 255 | 0.11 | 1.15 |
| table scans (rowid ranges) | 0 | 0.00 | 0.00 |
| table scans (short tables) | 2,019 | 0.88 | 9.09 |
| total cf enq hold time | 3,250 | 1.42 | 14.64 |
| total number of cf enq holders | 136 | 0.06 | 0.61 |
| total number of times SMON posted | 0 | 0.00 | 0.00 |
| transaction rollbacks | 0 | 0.00 | 0.00 |
| undo change vector size | 962,204 | 419.97 | 4,334.25 |
| user I/O wait time | 3,088,872 | 1,348.19 | 13,913.84 |
| user calls | 366,551 | 159.99 | 1,651.13 |
| user commits | 222 | 0.10 | 1.00 |
| user rollbacks | 0 | 0.00 | 0.00 |
| workarea executions - multipass | 205 | 0.09 | 0.92 |
| workarea executions - onepass | 100 | 0.04 | 0.45 |
| workarea executions - optimal | 3,070 | 1.34 | 13.83 |
| write clones created in background | 0 | 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 |
| AQ deq hash table latch | 1 | 0.00 | | 0 | 0 | |
| ASM Keyed state latch | 85 | 0.00 | | 0 | 0 | |
| ASM allocation | 65 | 0.00 | | 0 | 0 | |
| ASM db client latch | 1,524 | 0.00 | | 0 | 0 | |
| ASM map headers | 54 | 0.00 | | 0 | 0 | |
| ASM map load waiting list | 9 | 0.00 | | 0 | 0 | |
| ASM map operation freelist | 73 | 0.00 | | 0 | 0 | |
| ASM map operation hash table | 40,007 | 0.00 | 0.00 | 0 | 0 | |
| ASM network background latch | 1,040 | 0.00 | | 0 | 0 | |
| ASM network state latch | 59 | 0.00 | | 0 | 0 | |
| AWR Alerted Metric Element list | 18,549 | 0.00 | | 0 | 0 | |
| Change Notification Hash table latch | 767 | 0.00 | | 0 | 0 | |
| Consistent RBA | 446 | 0.00 | | 0 | 0 | |
| DML lock allocation | 1,752 | 0.00 | | 0 | 0 | |
| Event Group Locks | 106 | 0.00 | | 0 | 0 | |
| FAL Queue | 59 | 0.00 | | 0 | 0 | |
| FIB s.o chain latch | 22 | 0.00 | | 0 | 0 | |
| FOB s.o list latch | 978 | 0.00 | | 0 | 0 | |
| File State Object Pool Parent Latch | 1 | 0.00 | | 0 | 0 | |
| IPC stats buffer allocation latch | 1 | 0.00 | | 0 | 0 | |
| In memory undo latch | 1 | 0.00 | | 0 | 0 | |
| JS Sh mem access | 5 | 20.00 | 1.00 | 0 | 0 | |
| JS broadcast autostart latch | 42 | 0.00 | | 0 | 0 | |
| JS mem alloc latch | 6 | 0.00 | | 0 | 0 | |
| JS queue access latch | 7 | 0.00 | | 0 | 0 | |
| JS queue state obj latch | 30,322 | 0.00 | | 0 | 0 | |
| JS slv state obj latch | 459 | 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 | 608 | 0.00 | | 0 | 0 | |
| KFMD SGA | 76 | 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 | 1 | 0.00 | | 0 | 0 | |
| KJCT flow control latch | 1 | 0.00 | | 0 | 0 | |
| KMG MMAN ready and startup request latch | 764 | 0.00 | | 0 | 0 | |
| KTF sga latch | 12 | 0.00 | | 0 | 697 | 0.00 |
| KWQMN job cache list latch | 1 | 0.00 | | 0 | 0 | |
| KWQP Prop Status | 2 | 0.00 | | 0 | 0 | |
| KWQS pqsubs latch | 10 | 0.00 | | 0 | 0 | |
| KWQS pqueue ctx latch | 55 | 0.00 | | 0 | 0 | |
| Locator state objects pool parent latch | 1 | 0.00 | | 0 | 0 | |
| Lsod array latch | 206 | 0.00 | | 0 | 0 | |
| MQL Tracking Latch | 0 | | | 0 | 46 | 0.00 |
| Memory Management Latch | 1 | 0.00 | | 0 | 764 | 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 | 13 | 0.00 | | 0 | 0 | |
| Minimum flashback SCN latch | 1 | 0.00 | | 0 | 0 | |
| Mutex | 1 | 0.00 | | 0 | 0 | |
| Mutex Stats | 1 | 0.00 | | 0 | 0 | |
| OS process | 850 | 0.00 | | 0 | 0 | |
| OS process allocation | 1,330 | 0.00 | | 0 | 0 | |
| OS process: request allocation | 210 | 0.00 | | 0 | 0 | |
| PL/SQL warning settings | 247 | 0.00 | | 0 | 0 | |
| PX hash array latch | 1 | 0.00 | | 0 | 0 | |
| QMT | 1 | 0.00 | | 0 | 0 | |
| Real-time plan statistics latch | 1,439 | 0.07 | 0.00 | 0 | 0 | |
| 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 | 175 | 0.00 | | 0 | 762 | 0.00 |
| SQL memory manager workarea list latch | 64,492 | 0.00 | | 0 | 0 | |
| Shared B-Tree | 226 | 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 | 367 | 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 | 1,512 | 0.00 | | 0 | 0 | |
| active service list | 7,623 | 0.04 | 1.00 | 0 | 3,304 | 0.00 |
| archive control | 38 | 0.00 | | 0 | 0 | |
| archive process latch | 177 | 0.00 | | 0 | 0 | |
| begin backup scn array | 9 | 0.00 | | 0 | 0 | |
| buffer pool | 1 | 0.00 | | 0 | 0 | |
| business card | 1 | 0.00 | | 0 | 0 | |
| cache buffer handles | 226 | 0.00 | | 0 | 0 | |
| cache buffers chains | 999,904 | 0.01 | 0.23 | 1 | 479 | 0.00 |
| cache buffers lru chain | 1,290 | 0.00 | | 0 | 1,616 | 0.00 |
| call allocation | 681 | 0.00 | | 0 | 0 | |
| cas latch | 1 | 0.00 | | 0 | 0 | |
| change notification client cache latch | 1 | 0.00 | | 0 | 0 | |
| channel handle pool latch | 228 | 0.00 | | 0 | 0 | |
| channel operations parent latch | 14,476 | 0.00 | | 0 | 0 | |
| checkpoint queue latch | 36,640 | 0.00 | | 0 | 1,062 | 0.00 |
| client/application info | 1,102 | 0.00 | | 0 | 0 | |
| compile environment latch | 148 | 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 | 41 | 0.00 | | 0 | 0 | |
| cvmap freelist lock | 1 | 0.00 | | 0 | 0 | |
| deferred cleanup latch | 41 | 0.00 | | 0 | 0 | |
| dml lock allocation | 41 | 0.00 | | 0 | 0 | |
| done queue latch | 1 | 0.00 | | 0 | 0 | |
| dummy allocation | 297 | 0.00 | | 0 | 0 | |
| enqueue hash chains | 71,629 | 0.00 | 0.00 | 0 | 0 | |
| enqueues | 68,242 | 0.01 | 0.00 | 0 | 0 | |
| fifth spare latch | 1 | 0.00 | | 0 | 0 | |
| file cache latch | 862 | 0.00 | | 0 | 0 | |
| flashback FBA barrier | 1 | 0.00 | | 0 | 0 | |
| flashback SCN barrier | 2 | 0.00 | | 0 | 0 | |
| flashback allocation | 1,718 | 0.00 | | 0 | 0 | |
| flashback copy | 1 | 0.00 | | 0 | 869 | 0.00 |
| flashback hint SCN barrier | 1 | 0.00 | | 0 | 0 | |
| flashback mapping | 56 | 0.00 | | 0 | 0 | |
| flashback marker cache | 2 | 0.00 | | 0 | 0 | |
| flashback sync request | 51 | 0.00 | | 0 | 0 | |
| gc element | 1 | 0.00 | | 0 | 0 | |
| gcs commit scn state | 1 | 0.00 | | 0 | 0 | |
| gcs partitioned table hash | 1 | 0.00 | | 0 | 0 | |
| gcs pcm hashed value bucket hash | 1 | 0.00 | | 0 | 0 | |
| gcs resource freelist | 1 | 0.00 | | 0 | 0 | |
| gcs resource hash | 1 | 0.00 | | 0 | 0 | |
| gcs resource scan list | 1 | 0.00 | | 0 | 0 | |
| gcs shadows freelist | 1 | 0.00 | | 0 | 0 | |
| ges domain table | 1 | 0.00 | | 0 | 0 | |
| ges enqueue table freelist | 1 | 0.00 | | 0 | 0 | |
| ges group table | 1 | 0.00 | | 0 | 0 | |
| ges process hash list | 1 | 0.00 | | 0 | 0 | |
| ges process parent latch | 1 | 0.00 | | 0 | 0 | |
| ges resource hash list | 1 | 0.00 | | 0 | 0 | |
| ges resource scan list | 1 | 0.00 | | 0 | 0 | |
| ges resource table freelist | 1 | 0.00 | | 0 | 0 | |
| ges value block free list | 1 | 0.00 | | 0 | 0 | |
| global KZLD latch for mem in SGA | 15 | 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 | 13 | 0.00 | | 0 | 1,331 | 0.00 |
| hash table modification latch | 74 | 0.00 | | 0 | 0 | |
| heartbeat check | 1 | 0.00 | | 0 | 0 | |
| hint flashback FBA barrier | 1 | 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 | 44 | 0.00 | | 0 | 43 | 4.65 |
| job_queue_processes free list latch | 88 | 0.00 | | 0 | 0 | |
| job_queue_processes parameter latch | 539 | 0.00 | | 0 | 0 | |
| k2q lock allocation | 1 | 0.00 | | 0 | 0 | |
| kdlx hb parent latch | 1 | 0.00 | | 0 | 0 | |
| kgb parent | 1 | 0.00 | | 0 | 0 | |
| kks stats | 55 | 0.00 | | 0 | 0 | |
| kokc descriptor allocation latch | 322 | 0.00 | | 0 | 0 | |
| ksfv messages | 1 | 0.00 | | 0 | 0 | |
| kss move lock | 27 | 0.00 | | 0 | 0 | |
| ksuosstats global area | 156 | 0.00 | | 0 | 0 | |
| ksv allocation latch | 93 | 0.00 | | 0 | 0 | |
| ksv class latch | 178 | 1.12 | 0.50 | 0 | 0 | |
| ksv msg queue latch | 19 | 0.00 | | 0 | 18 | 0.00 |
| ksz_so allocation latch | 210 | 0.00 | | 0 | 0 | |
| ktm global data | 13 | 0.00 | | 0 | 0 | |
| kwqbsn:qsga | 84 | 0.00 | | 0 | 0 | |
| lgwr LWN SCN | 1,055 | 0.00 | | 0 | 0 | |
| list of block allocation | 164 | 0.00 | | 0 | 0 | |
| loader state object freelist | 2,034 | 0.00 | | 0 | 0 | |
| lob segment dispenser latch | 1 | 0.00 | | 0 | 0 | |
| lob segment hash table latch | 9 | 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 | 2 | 0.00 | | 0 | 0 | |
| logminer work area | 1 | 0.00 | | 0 | 0 | |
| longop free list parent | 650 | 0.00 | | 0 | 402 | 0.00 |
| managed standby latch | 59 | 0.00 | | 0 | 0 | |
| mapped buffers lru chain | 1 | 0.00 | | 0 | 0 | |
| message pool operations parent latch | 85 | 0.00 | | 0 | 0 | |
| messages | 25,609 | 0.01 | 0.00 | 0 | 0 | |
| mostly latch-free SCN | 1,056 | 0.00 | | 0 | 0 | |
| msg queue latch | 1 | 0.00 | | 0 | 0 | |
| multiblock read objects | 70 | 0.00 | | 0 | 0 | |
| name-service namespace bucket | 1 | 0.00 | | 0 | 0 | |
| ncodef allocation latch | 41 | 0.00 | | 0 | 0 | |
| object queue header heap | 3,054 | 0.00 | | 0 | 23 | 0.00 |
| object queue header operation | 12,497 | 0.02 | 1.00 | 0 | 0 | |
| object stats modification | 1 | 0.00 | | 0 | 0 | |
| parallel query alloc buffer | 305 | 0.00 | | 0 | 0 | |
| parallel query stats | 1 | 0.00 | | 0 | 0 | |
| parameter list | 832 | 0.00 | | 0 | 0 | |
| parameter table management | 297 | 0.00 | | 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 | 188 | 0.00 | | 0 | 99 | 0.00 |
| process allocation | 299 | 0.00 | | 0 | 105 | 0.00 |
| process group creation | 210 | 0.00 | | 0 | 0 | |
| process queue | 1 | 0.00 | | 0 | 0 | |
| process queue reference | 1 | 0.00 | | 0 | 0 | |
| qmn task queue latch | 336 | 0.00 | | 0 | 0 | |
| query server freelists | 1 | 0.00 | | 0 | 0 | |
| queued dump request | 7 | 0.00 | | 0 | 0 | |
| queuing load statistics | 1 | 0.00 | | 0 | 0 | |
| recovery domain hash list | 1 | 0.00 | | 0 | 0 | |
| redo allocation | 2,561 | 0.00 | | 0 | 4,879 | 0.06 |
| redo copy | 5 | 0.00 | | 0 | 4,880 | 0.20 |
| redo writing | 4,458 | 0.00 | | 0 | 0 | |
| resmgr group change latch | 255 | 0.00 | | 0 | 0 | |
| resmgr:active threads | 297 | 0.00 | | 0 | 0 | |
| resmgr:actses change group | 73 | 0.00 | | 0 | 0 | |
| resmgr:actses change state | 1 | 0.00 | | 0 | 0 | |
| resmgr:free threads list | 296 | 0.00 | | 0 | 0 | |
| resmgr:plan CPU method | 1 | 0.00 | | 0 | 0 | |
| resmgr:resource group CPU method | 1 | 0.00 | | 0 | 0 | |
| resmgr:schema config | 11 | 0.00 | | 0 | 0 | |
| resmgr:session queuing | 1 | 0.00 | | 0 | 0 | |
| rm cas latch | 1 | 0.00 | | 0 | 0 | |
| row cache objects | 43,142 | 0.00 | | 0 | 9 | 0.00 |
| rules engine aggregate statistics | 1 | 0.00 | | 0 | 0 | |
| rules engine rule set statistics | 102 | 0.00 | | 0 | 0 | |
| second spare latch | 1 | 0.00 | | 0 | 0 | |
| segmented array pool | 18 | 0.00 | | 0 | 0 | |
| sequence cache | 189 | 0.00 | | 0 | 0 | |
| session allocation | 1,099 | 0.00 | | 0 | 366 | 0.00 |
| session idle bit | 733,321 | 0.01 | 0.06 | 0 | 0 | |
| session queue latch | 1 | 0.00 | | 0 | 0 | |
| session state list latch | 298 | 0.00 | | 0 | 0 | |
| session switching | 567 | 0.00 | | 0 | 0 | |
| session timer | 862 | 0.00 | | 0 | 0 | |
| shared pool | 11,671 | 0.46 | 0.57 | 1 | 0 | |
| shared pool sim alloc | 3 | 0.00 | | 0 | 0 | |
| shared pool simulator | 206 | 0.00 | | 0 | 0 | |
| sim partition latch | 1 | 0.00 | | 0 | 0 | |
| simulator hash latch | 636,939 | 0.00 | 0.11 | 0 | 0 | |
| simulator lru latch | 728 | 0.00 | | 0 | 636,199 | 0.03 |
| sort extent pool | 329,808 | 0.03 | 0.11 | 0 | 0 | |
| space background state object latch | 2 | 0.00 | | 0 | 0 | |
| space background task latch | 1,698 | 0.00 | | 0 | 1,528 | 0.00 |
| state object free list | 2 | 0.00 | | 0 | 0 | |
| statistics aggregation | 2,520 | 0.00 | | 0 | 0 | |
| tablespace key chain | 85 | 0.00 | | 0 | 0 | |
| temp lob duration state obj allocation | 2 | 0.00 | | 0 | 0 | |
| test excl. parent l0 | 1 | 0.00 | | 0 | 0 | |
| test excl. parent2 l0 | 1 | 0.00 | | 0 | 0 | |
| third spare latch | 1 | 0.00 | | 0 | 0 | |
| threshold alerts latch | 532 | 0.00 | | 0 | 0 | |
| transaction allocation | 525 | 0.00 | | 0 | 0 | |
| undo global data | 2,142 | 0.00 | | 0 | 0 | |
| virtual circuit buffers | 1 | 0.00 | | 0 | 0 | |
| virtual circuit holder | 1 | 0.00 | | 0 | 0 | |
| virtual circuit queues | 1 | 0.00 | | 0 | 0 | |