| SQL Id | SQL Text |
| 04xtrk7uyhknh | 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 |
| 0h6b2sajwb74n | select privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
| 0k8522rmdzg4k | select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#>0 |
| 0ws7ahf1d78qa | select SYS_CONTEXT('USERENV', 'SERVER_HOST'), SYS_CONTEXT('USERENV', 'DB_UNIQUE_NAME'), SYS_CONTEXT('USERENV', 'INSTANCE_NAME'), SYS_CONTEXT('USERENV', 'SERVICE_NAME'), INSTANCE_NUMBER, STARTUP_TIME, SYS_CONTEXT('USERENV', 'DB_DOMAIN') from v$instance where INSTANCE_NAME=SYS_CONTEXT('USERENV', 'INSTANCE_NAME') |
| 130dvvr5s8bgn | select obj#, dataobj#, part#, hiboundlen, hiboundval, ts#, file#, block#, pctfree$, pctused$, initrans, maxtrans, flags, analyzetime, samplesize, rowcnt, blkcnt, empcnt, avgspc, chncnt, avgrln, length(bhiboundval), bhiboundval from tabpart$ where bo# = :1 order by part# |
| 1k5mzq82mk0w7 | update employees set salary = 134795456 where employee_id = 134795776 |
| 209fr01svbb5s | update sys.aud$ set action#=:2, returncode=:3, logoff$time=cast(SYS_EXTRACT_UTC(systimestamp) as date), logoff$pread=:4, logoff$lread=:5, logoff$lwrite=:6, logoff$dead=:7, sessioncpu=:8 where sessionid=:1 and entryid=1 and action#=100 |
| 2ntzsd2w869g8 | begin
:bid := DBMS_WORKLOAD_REPOSITORY.CREATE_SNAPSHOT();
end; |
| 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# |
| 459f3z9u4fb3u | select value$ from props$ where name = 'GLOBAL_DB_NAME' |
| 48jvprb98hg2c | begin
:eid := DBMS_WORKLOAD_REPOSITORY.CREATE_SNAPSHOT();
end; |
| 4p3msq7dja6fn | update employees set salary = 134792424 where employee_id = 134792744 |
| 4vs91dcv7u1p6 | insert into sys.aud$( sessionid, entryid, statement, ntimestamp#, userid, userhost, terminal, action#, returncode, obj$creator, obj$name, auth$privileges, auth$grantee, new$owner, new$name, ses$actions, ses$tid, logoff$pread, logoff$lwrite, logoff$dead, comment$text, spare1, spare2, priv$used, clientid, sessioncpu, proxy$sid, user$guid, instance#, process#, xid, scn, auditid, sqlbind, sqltext, obj$edition, dbid) values(:1, :2, :3, SYS_EXTRACT_UTC(SYSTIMESTAMP), :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32, :33, :34, :35, :36) |
| 53saa2zkr6wc3 | select intcol#, nvl(pos#, 0), col#, nvl(spare1, 0) from ccol$ where con#=:1 |
| 5ur69atw3vfhj | select decode(failover_method, NULL, 0 , 'BASIC', 1, 'PRECONNECT', 2 , 'PREPARSE', 4 , 0), decode(failover_type, NULL, 1 , 'NONE', 1 , 'SESSION', 2, 'SELECT', 4, 1), failover_retries, failover_delay, flags from service$ where name = :1 |
| 6gp4u1hphhmd3 | select employee_id, last_name from employees where employee_id > 107 order by employee_id |
| 7aam8gxktw429 | select employee_id, last_name from employees where employee_id > 105 order by employee_id |
| 8hfqt6v8rh09t |
INSERT INTO WRH$_ACTIVE_SESSION_HISTORY ( snap_id, dbid, instance_number, sample_id, sample_time , session_id, session_serial#, session_type , flags , user_id , sql_id, sql_child_number, sql_opcode, force_matching_signature , top_level_sql_id, top_level_sql_opcode , sql_plan_hash_value, sql_plan_line_id , sql_plan_operation#, sql_plan_options# , sql_exec_id, sql_exec_start , plsql_entry_object_id, plsql_entry_subprogram_id , plsql_object_id, plsql_subprogram_id , qc_instance_id, qc_session_id, qc_session_serial# , event_id, seq#, p1, p2, p3 , wait_time, time_waited , blocking_session, blocking_session_serial# , current_obj#, current_file#, current_block#, current_row# , consumer_group_id, xid, remote_instance#, time_model , service_hash, program, module, action, client_id ) (SELECT :snap_id, :dbid, :instance_number, a.sample_id, a.sample_time , a.session_id, a.session_serial#, a.session_type , decode(a.flags, 0, to_number(NULL), a.flags) , a.user_id , a.sql_id, a.sql_child_number, a.sql_opcode, a.force_matching_signature , a.top_level_sql_id, a.top_level_sql_opcode , a.sql_plan_hash_value, a.sql_plan_line_id , a.sql_plan_operation#, a.sql_plan_options# , a.sql_exec_id, a.sql_exec_start , a.plsql_entry_object_id, a.plsql_entry_subprogram_id , a.plsql_object_id, a.plsql_subprogram_id , a.qc_instance_id, a.qc_session_id, a.qc_session_serial# , a.event_id, a.seq#, a.p1, a.p2, a.p3
, a.wait_time, a.time_waited , a.blocking_session, a.blocking_session_serial# , a.current_obj#, a.current_file#, a.current_block#, a.current_row# , a.consumer_group_id, a.xid, a.remote_instance#, a.time_model , a.service_hash , substrb(a.program, 1, 64) , a.module, a.action, a.client_id FROM x$ash a, (SELECT h.sample_addr, h.sample_id FROM x$kewash h WHERE ( (h.sample_id >= :begin_flushing) and (h.sample_id < :latest_sample_id) ) and (MOD(h.sample_id, :disk_filter_ratio) = 0) ) shdr WHERE shdr.sample_addr = a.sample_addr and shdr.sample_id = a.sample_id) |
| 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 |
| 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 |
| asvzxj61dc5vs | select timestamp, flags from fixed_obj$ where obj#=:1 |
| db78fxqxwxt7r | select /*+ rule */ bucket, endpoint, col#, epvalue from histgrm$ where obj#=:1 and intcol#=:2 and row#=:3 order by bucket |
| ddwc2t7wr092f | select min(BARRIERSCN) from SYS_FBA_BARRIERSCN |
| dj7v93cakvpgc | select employee_id, last_name from employees where employee_id > 196 order by employee_id |
| Statistic | Total | per Second | per Trans |
| Batched IO (bound) vector count | 0 | 0.00 | 0.00 |
| Batched IO (full) vector count | 0 | 0.00 | 0.00 |
| Batched IO block miss count | 0 | 0.00 | 0.00 |
| Batched IO buffer defrag count | 0 | 0.00 | 0.00 |
| Batched IO double miss count | 0 | 0.00 | 0.00 |
| Batched IO same unit count | 0 | 0.00 | 0.00 |
| Batched IO single block count | 0 | 0.00 | 0.00 |
| Batched IO vector block count | 0 | 0.00 | 0.00 |
| Batched IO vector read count | 0 | 0.00 | 0.00 |
| CCursor + sql area evicted | 755 | 3.39 | 75.50 |
| CPU used by this session | 18,786 | 84.32 | 1,878.60 |
| CPU used when call started | 18,359 | 82.41 | 1,835.90 |
| CR blocks created | 61 | 0.27 | 6.10 |
| Cached Commit SCN referenced | 0 | 0.00 | 0.00 |
| Commit SCN cached | 0 | 0.00 | 0.00 |
| DB time | 62,352 | 279.87 | 6,235.20 |
| DBWR checkpoint buffers written | 20 | 0.09 | 2.00 |
| DBWR checkpoints | 0 | 0.00 | 0.00 |
| DBWR thread checkpoint buffers written | 0 | 0.00 | 0.00 |
| DBWR transaction table writes | 2 | 0.01 | 0.20 |
| DBWR undo block writes | 166 | 0.75 | 16.60 |
| Effective IO time | 0 | 0.00 | 0.00 |
| HSC Heap Segment Block Changes | 7,401 | 33.22 | 740.10 |
| Heap Segment Array Inserts | 75 | 0.34 | 7.50 |
| Heap Segment Array Updates | 5 | 0.02 | 0.50 |
| IMU CR rollbacks | 0 | 0.00 | 0.00 |
| IMU Flushes | 2 | 0.01 | 0.20 |
| IMU Redo allocation size | 18,372 | 82.46 | 1,837.20 |
| IMU commits | 8 | 0.04 | 0.80 |
| IMU contention | 0 | 0.00 | 0.00 |
| IMU pool not allocated | 17 | 0.08 | 1.70 |
| IMU recursive-transaction flush | 0 | 0.00 | 0.00 |
| IMU undo allocation size | 10,009,960 | 44,930.23 | 1,000,996.00 |
| IMU- failed to get a private strand | 0 | 0.00 | 0.00 |
| LOB table id lookup cache misses | 0 | 0.00 | 0.00 |
| Number of read IOs issued | 0 | 0.00 | 0.00 |
| PX local messages recv'd | 0 | 0.00 | 0.00 |
| PX local messages sent | 0 | 0.00 | 0.00 |
| RowCR - row contention | 0 | 0.00 | 0.00 |
| RowCR attempts | 0 | 0.00 | 0.00 |
| RowCR hits | 0 | 0.00 | 0.00 |
| SMON posted for undo segment shrink | 0 | 0.00 | 0.00 |
| SQL*Net roundtrips to/from client | 266,714 | 1,197.16 | 26,671.40 |
| 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 | 170 | 0.76 | 17.00 |
| 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 | 858 | 3.85 | 85.80 |
| branch node splits | 0 | 0.00 | 0.00 |
| buffer is not pinned count | 446,743 | 2,005.23 | 44,674.30 |
| buffer is pinned count | 128,367 | 576.18 | 12,836.70 |
| bytes received via SQL*Net from client | 57,592,555 | 258,507.17 | 5,759,255.50 |
| bytes sent via SQL*Net to client | 45,265,253 | 203,175.44 | 4,526,525.30 |
| calls to get snapshot scn: kcmgss | 239,982 | 1,077.17 | 23,998.20 |
| calls to kcmgas | 11,410 | 51.21 | 1,141.00 |
| calls to kcmgcs | 72 | 0.32 | 7.20 |
| calls to kcmgrs | 419,598 | 1,883.39 | 41,959.80 |
| change write time | 463 | 2.08 | 46.30 |
| cleanout - number of ktugct calls | 255 | 1.14 | 25.50 |
| cleanouts and rollbacks - consistent read gets | 18 | 0.08 | 1.80 |
| cleanouts only - consistent read gets | 32 | 0.14 | 3.20 |
| cluster key scan block gets | 933 | 4.19 | 93.30 |
| cluster key scans | 891 | 4.00 | 89.10 |
| commit batch/immediate performed | 1 | 0.00 | 0.10 |
| commit batch/immediate requested | 1 | 0.00 | 0.10 |
| commit cleanout failures: block lost | 0 | 0.00 | 0.00 |
| commit cleanout failures: buffer being written | 0 | 0.00 | 0.00 |
| commit cleanout failures: callback failure | 19 | 0.09 | 1.90 |
| commit cleanout failures: cannot pin | 73 | 0.33 | 7.30 |
| commit cleanouts | 7,452 | 33.45 | 745.20 |
| commit cleanouts successfully completed | 7,360 | 33.04 | 736.00 |
| commit immediate performed | 1 | 0.00 | 0.10 |
| commit immediate requested | 1 | 0.00 | 0.10 |
| commit txn count during cleanout | 120 | 0.54 | 12.00 |
| concurrency wait time | 31,638 | 142.01 | 3,163.80 |
| consistent changes | 97 | 0.44 | 9.70 |
| consistent gets | 397,142 | 1,782.59 | 39,714.20 |
| consistent gets - examination | 210,015 | 942.66 | 21,001.50 |
| consistent gets direct | 0 | 0.00 | 0.00 |
| consistent gets from cache | 397,142 | 1,782.59 | 39,714.20 |
| consistent gets from cache (fastpath) | 177,090 | 794.88 | 17,709.00 |
| cursor authentications | 1,946 | 8.73 | 194.60 |
| data blocks consistent reads - undo records applied | 84 | 0.38 | 8.40 |
| db block changes | 30,766 | 138.09 | 3,076.60 |
| db block gets | 23,653 | 106.17 | 2,365.30 |
| db block gets direct | 0 | 0.00 | 0.00 |
| db block gets from cache | 23,653 | 106.17 | 2,365.30 |
| db block gets from cache (fastpath) | 2,895 | 12.99 | 289.50 |
| deferred (CURRENT) block cleanout applications | 3,287 | 14.75 | 328.70 |
| dirty buffers inspected | 307 | 1.38 | 30.70 |
| enqueue conversions | 47 | 0.21 | 4.70 |
| enqueue releases | 208,628 | 936.44 | 20,862.80 |
| enqueue requests | 208,628 | 936.44 | 20,862.80 |
| enqueue timeouts | 0 | 0.00 | 0.00 |
| enqueue waits | 3 | 0.01 | 0.30 |
| exchange deadlocks | 0 | 0.00 | 0.00 |
| execute count | 221,821 | 995.66 | 22,182.10 |
| free buffer inspected | 1,369 | 6.14 | 136.90 |
| free buffer requested | 7,161 | 32.14 | 716.10 |
| heap block compress | 188 | 0.84 | 18.80 |
| hot buffers moved to head of LRU | 1,126 | 5.05 | 112.60 |
| immediate (CR) block cleanout applications | 50 | 0.22 | 5.00 |
| immediate (CURRENT) block cleanout applications | 57 | 0.26 | 5.70 |
| index crx upgrade (found) | 29 | 0.13 | 2.90 |
| index crx upgrade (positioned) | 0 | 0.00 | 0.00 |
| index fast full scans (full) | 0 | 0.00 | 0.00 |
| index fetch by key | 196,133 | 880.35 | 19,613.30 |
| index scans kdiixs1 | 15,501 | 69.58 | 1,550.10 |
| leaf node 90-10 splits | 16 | 0.07 | 1.60 |
| leaf node splits | 23 | 0.10 | 2.30 |
| lob reads | 0 | 0.00 | 0.00 |
| lob writes | 1 | 0.00 | 0.10 |
| lob writes unaligned | 1 | 0.00 | 0.10 |
| logons cumulative | 2,400 | 10.77 | 240.00 |
| messages received | 4,296 | 19.28 | 429.60 |
| messages sent | 4,296 | 19.28 | 429.60 |
| no buffer to keep pinned count | 0 | 0.00 | 0.00 |
| no work - consistent read gets | 172,173 | 772.81 | 17,217.30 |
| opened cursors cumulative | 226,568 | 1,016.96 | 22,656.80 |
| parse count (failures) | 0 | 0.00 | 0.00 |
| parse count (hard) | 2,526 | 11.34 | 252.60 |
| parse count (total) | 221,061 | 992.24 | 22,106.10 |
| parse time cpu | 4,766 | 21.39 | 476.60 |
| parse time elapsed | 24,358 | 109.33 | 2,435.80 |
| physical read IO requests | 4,398 | 19.74 | 439.80 |
| physical read bytes | 36,028,416 | 161,715.42 | 3,602,841.60 |
| physical read total IO requests | 4,930 | 22.13 | 493.00 |
| physical read total bytes | 44,720,128 | 200,728.62 | 4,472,012.80 |
| physical read total multi block requests | 0 | 0.00 | 0.00 |
| physical reads | 4,398 | 19.74 | 439.80 |
| physical reads cache | 4,398 | 19.74 | 439.80 |
| physical reads cache prefetch | 0 | 0.00 | 0.00 |
| physical reads direct | 0 | 0.00 | 0.00 |
| physical reads direct (lob) | 0 | 0.00 | 0.00 |
| physical reads direct temporary tablespace | 0 | 0.00 | 0.00 |
| physical reads prefetch warmup | 0 | 0.00 | 0.00 |
| physical write IO requests | 263 | 1.18 | 26.30 |
| physical write bytes | 3,383,296 | 15,186.10 | 338,329.60 |
| physical write total IO requests | 4,690 | 21.05 | 469.00 |
| physical write total bytes | 12,738,048 | 57,175.39 | 1,273,804.80 |
| physical write total multi block requests | 6 | 0.03 | 0.60 |
| physical writes | 413 | 1.85 | 41.30 |
| physical writes direct | 0 | 0.00 | 0.00 |
| physical writes direct (lob) | 0 | 0.00 | 0.00 |
| physical writes direct temporary tablespace | 0 | 0.00 | 0.00 |
| physical writes from cache | 413 | 1.85 | 41.30 |
| physical writes non checkpoint | 337 | 1.51 | 33.70 |
| pinned buffers inspected | 2 | 0.01 | 0.20 |
| 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 | 0 | 0.00 | 0.00 |
| recovery blocks read | 0 | 0.00 | 0.00 |
| recursive calls | 505,226 | 2,267.73 | 50,522.60 |
| recursive cpu usage | 5,189 | 23.29 | 518.90 |
| redo blocks checksummed by FG (exclusive) | 1,912 | 8.58 | 191.20 |
| redo blocks read for recovery | 0 | 0.00 | 0.00 |
| redo blocks read total | 0 | 0.00 | 0.00 |
| redo blocks written | 13,599 | 61.04 | 1,359.90 |
| redo blocks written for direct writes | 0 | 0.00 | 0.00 |
| redo buffer allocation retries | 0 | 0.00 | 0.00 |
| redo entries | 19,932 | 89.47 | 1,993.20 |
| redo entries for lost write detection | 4,230 | 18.99 | 423.00 |
| redo log space requests | 0 | 0.00 | 0.00 |
| redo log space wait time | 0 | 0.00 | 0.00 |
| redo ordering marks | 223 | 1.00 | 22.30 |
| redo size | 5,616,228 | 25,208.73 | 561,622.80 |
| redo size for lost write detection | 219,960 | 987.30 | 21,996.00 |
| redo subscn max counts | 369 | 1.66 | 36.90 |
| redo synch time | 6,466 | 29.02 | 646.60 |
| redo synch writes | 4,801 | 21.55 | 480.10 |
| redo wastage | 945,280 | 4,242.94 | 94,528.00 |
| redo write time | 2,444 | 10.97 | 244.40 |
| redo writer latching time | 28 | 0.13 | 2.80 |
| redo writes | 4,272 | 19.18 | 427.20 |
| rollback changes - undo records applied | 4 | 0.02 | 0.40 |
| rollbacks only - consistent read gets | 37 | 0.17 | 3.70 |
| rows fetched via callback | 2,880 | 12.93 | 288.00 |
| session connect time | 0 | 0.00 | 0.00 |
| session cursor cache hits | 7,771 | 34.88 | 777.10 |
| session logical reads | 420,795 | 1,888.76 | 42,079.50 |
| shared hash latch upgrades - no wait | 2,652 | 11.90 | 265.20 |
| shared hash latch upgrades - wait | 29 | 0.13 | 2.90 |
| sorts (disk) | 0 | 0.00 | 0.00 |
| sorts (memory) | 5,648 | 25.35 | 564.80 |
| sorts (rows) | 12,281 | 55.12 | 1,228.10 |
| sql area evicted | 1,347 | 6.05 | 134.70 |
| sql area purged | 0 | 0.00 | 0.00 |
| summed dirty queue length | 308 | 1.38 | 30.80 |
| switch current to new buffer | 2,363 | 10.61 | 236.30 |
| table fetch by rowid | 147,843 | 663.60 | 14,784.30 |
| table fetch continued row | 71 | 0.32 | 7.10 |
| table scan blocks gotten | 7,347 | 32.98 | 734.70 |
| table scan rows gotten | 179,029 | 803.58 | 17,902.90 |
| table scans (long tables) | 0 | 0.00 | 0.00 |
| table scans (short tables) | 4,822 | 21.64 | 482.20 |
| total number of times SMON posted | 0 | 0.00 | 0.00 |
| transaction rollbacks | 1 | 0.00 | 0.10 |
| undo change vector size | 1,513,484 | 6,793.35 | 151,348.40 |
| user I/O wait time | 463 | 2.08 | 46.30 |
| user calls | 468,315 | 2,102.06 | 46,831.50 |
| user commits | 10 | 0.04 | 1.00 |
| workarea executions - onepass | 0 | 0.00 | 0.00 |
| workarea executions - optimal | 459 | 2.06 | 45.90 |
| write clones created in background | 0 | 0.00 | 0.00 |
| write clones created in foreground | 1 | 0.00 | 0.10 |
| Latch Name | Get Requests | Pct Get Miss | Avg Slps /Miss | Wait Time (s) | NoWait Requests | Pct NoWait Miss |
| ASM db client latch | 146 | 0.00 | | 0 | 0 | |
| ASM map operation hash table | 1 | 0.00 | | 0 | 0 | |
| AWR Alerted Metric Element list | 1,678 | 0.00 | | 0 | 0 | |
| Change Notification Hash table latch | 74 | 0.00 | | 0 | 0 | |
| Consistent RBA | 4,272 | 0.02 | 1.00 | 0 | 0 | |
| DML lock allocation | 393,850 | 0.26 | 0.04 | 1 | 0 | |
| Event Group Locks | 2,401 | 0.00 | | 0 | 0 | |
| FOB s.o list latch | 594 | 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 | 384,153 | 0.00 | | 0 | 192,038 | 0.27 |
| JS Sh mem access | 1 | 0.00 | | 0 | 0 | |
| JS queue access latch | 1 | 0.00 | | 0 | 0 | |
| JS queue state obj latch | 1,350 | 0.00 | | 0 | 0 | |
| JS slv state obj latch | 1 | 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 | |
| KFR redo allocation latch | 1 | 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 | 74 | 0.00 | | 0 | 0 | |
| KTF sga latch | 0 | | | 0 | 72 | 0.00 |
| Locator state objects pool parent latch | 1 | 0.00 | | 0 | 0 | |
| MQL Tracking Latch | 0 | | | 0 | 5 | 0.00 |
| Memory Management Latch | 1 | 0.00 | | 0 | 74 | 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 | 9,090 | 0.00 | | 0 | 0 | |
| Mutex | 1 | 0.00 | | 0 | 0 | |
| Mutex Stats | 1 | 0.00 | | 0 | 0 | |
| OS process | 7,201 | 0.00 | | 0 | 0 | |
| OS process allocation | 4,874 | 0.00 | | 0 | 0 | |
| OS process: request allocation | 4,800 | 0.04 | 0.50 | 0 | 0 | |
| PL/SQL warning settings | 2,403 | 0.00 | | 0 | 0 | |
| QMT | 1 | 0.00 | | 0 | 0 | |
| Real-time plan statistics latch | 12 | 0.00 | | 0 | 0 | |
| SGA IO buffer pool latch | 18 | 0.00 | | 0 | 18 | 0.00 |
| 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 | 84 | 0.00 | | 0 | 73 | 0.00 |
| SQL memory manager workarea list latch | 10,688 | 0.00 | | 0 | 0 | |
| Shared B-Tree | 9 | 0.00 | | 0 | 0 | |
| Streams Generic | 1 | 0.00 | | 0 | 0 | |
| Testing | 1 | 0.00 | | 0 | 0 | |
| Token Manager | 1 | 0.00 | | 0 | 0 | |
| Write State Object Pool Parent Latch | 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 | 95 | 0.00 | | 0 | 0 | |
| active service list | 14,806 | 0.03 | 0.75 | 0 | 77 | 0.00 |
| buffer pool | 1 | 0.00 | | 0 | 0 | |
| business card | 1 | 0.00 | | 0 | 0 | |
| cache buffer handles | 80 | 0.00 | | 0 | 0 | |
| cache buffers chains | 513,557 | 2.44 | 0.01 | 2 | 1,323 | 0.08 |
| cache buffers lru chain | 10,160 | 0.01 | 0.00 | 0 | 6,089 | 0.13 |
| cas latch | 1 | 0.00 | | 0 | 0 | |
| change notification client cache latch | 1 | 0.00 | | 0 | 0 | |
| channel handle pool latch | 4,801 | 0.06 | 0.67 | 0 | 0 | |
| channel operations parent latch | 8,378 | 0.00 | | 0 | 0 | |
| checkpoint queue latch | 4,220 | 0.00 | | 0 | 431 | 0.00 |
| client/application info | 16,801 | 0.00 | | 0 | 0 | |
| commit callback allocation | 1 | 0.00 | | 0 | 0 | |
| compile environment latch | 2,400 | 0.00 | | 0 | 0 | |
| corrupted undo seg lock | 13 | 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 | 3 | 0.00 | | 0 | 0 | |
| cv apply list lock | 1 | 0.00 | | 0 | 0 | |
| cv free list lock | 1 | 0.00 | | 0 | 0 | |
| deferred cleanup latch | 3 | 0.00 | | 0 | 0 | |
| dml lock allocation | 3 | 0.00 | | 0 | 0 | |
| done queue latch | 1 | 0.00 | | 0 | 0 | |
| dummy allocation | 4,801 | 0.12 | 0.83 | 0 | 0 | |
| enqueue hash chains | 417,215 | 1.47 | 0.02 | 1 | 0 | |
| enqueues | 13,622 | 0.12 | 0.76 | 0 | 0 | |
| fifth spare latch | 1 | 0.00 | | 0 | 0 | |
| file cache latch | 9 | 0.00 | | 0 | 0 | |
| flashback archiver latch | 1 | 0.00 | | 0 | 0 | |
| flashback copy | 1 | 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 | 2,400 | 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 | 0 | | | 0 | 8,503 | 0.01 |
| intra txn parallel recovery | 1 | 0.00 | | 0 | 0 | |
| io pool granule metadata list | 1 | 0.00 | | 0 | 0 | |
| job workq parent latch | 1 | 0.00 | | 0 | 0 | |
| job_queue_processes parameter latch | 4 | 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 | 9,335 | 0.15 | 0.93 | 0 | 0 | |
| kokc descriptor allocation latch | 2 | 0.00 | | 0 | 0 | |
| ksfv messages | 1 | 0.00 | | 0 | 0 | |
| kss move lock | 1 | 0.00 | | 0 | 0 | |
| ksuosstats global area | 18 | 0.00 | | 0 | 0 | |
| ksv allocation latch | 3 | 0.00 | | 0 | 0 | |
| ksv class latch | 1 | 0.00 | | 0 | 0 | |
| ksv msg queue latch | 1 | 0.00 | | 0 | 0 | |
| ksz_so allocation latch | 4,800 | 0.13 | 0.50 | 0 | 0 | |
| ktm global data | 1 | 0.00 | | 0 | 0 | |
| kwqbsn:qsga | 8 | 0.00 | | 0 | 0 | |
| lgwr LWN SCN | 4,271 | 0.00 | | 0 | 0 | |
| library cache load lock | 624 | 0.00 | | 0 | 0 | |
| list of block allocation | 4,829 | 0.02 | 1.00 | 0 | 0 | |
| lob segment dispenser latch | 1 | 0.00 | | 0 | 0 | |
| lob segment hash table latch | 1 | 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 work area | 1 | 0.00 | | 0 | 0 | |
| longop free list parent | 1 | 0.00 | | 0 | 0 | |
| mapped buffers lru chain | 1 | 0.00 | | 0 | 0 | |
| message pool operations parent latch | 1 | 0.00 | | 0 | 0 | |
| messages | 17,126 | 0.01 | 0.00 | 0 | 0 | |
| mostly latch-free SCN | 4,282 | 0.07 | 1.33 | 0 | 0 | |
| msg queue latch | 1 | 0.00 | | 0 | 0 | |
| name-service namespace bucket | 1 | 0.00 | | 0 | 0 | |
| ncodef allocation latch | 3 | 0.00 | | 0 | 0 | |
| object queue header heap | 114 | 0.00 | | 0 | 24 | 0.00 |
| object queue header operation | 17,626 | 0.00 | | 0 | 0 | |
| object stats modification | 3 | 0.00 | | 0 | 0 | |
| parallel query alloc buffer | 29 | 0.00 | | 0 | 0 | |
| parallel query stats | 1 | 0.00 | | 0 | 0 | |
| parameter table management | 4,800 | 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 | |
| pesom_heap_alloc | 1 | 0.00 | | 0 | 0 | |
| post/wait queue | 6,206 | 0.00 | | 0 | 3,921 | 0.00 |
| process allocation | 4,800 | 0.25 | 1.75 | 0 | 2,400 | 0.00 |
| process group creation | 4,800 | 0.02 | 0.00 | 0 | 0 | |
| process queue | 1 | 0.00 | | 0 | 0 | |
| process queue reference | 1 | 0.00 | | 0 | 0 | |
| qmn task queue latch | 32 | 3.13 | 1.00 | 0 | 0 | |
| queued dump request | 1 | 0.00 | | 0 | 0 | |
| recovery domain hash list | 1 | 0.00 | | 0 | 0 | |
| redo allocation | 396,975 | 0.02 | 0.05 | 0 | 19,892 | 0.03 |
| redo copy | 1 | 0.00 | | 0 | 19,895 | 0.51 |
| redo writing | 13,070 | 0.00 | | 0 | 0 | |
| resmgr group change latch | 2,400 | 0.00 | | 0 | 0 | |
| resmgr:active threads | 4,801 | 0.00 | | 0 | 0 | |
| resmgr:actses change group | 2,401 | 0.00 | | 0 | 0 | |
| resmgr:actses change state | 1 | 0.00 | | 0 | 0 | |
| resmgr:free threads list | 4,800 | 0.10 | 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 | 1 | 0.00 | | 0 | 0 | |
| resmgr:session queuing | 1 | 0.00 | | 0 | 0 | |
| rm cas latch | 1 | 0.00 | | 0 | 0 | |
| row cache objects | 374,452 | 0.98 | 0.61 | 50 | 1,446 | 6.02 |
| second spare latch | 1 | 0.00 | | 0 | 0 | |
| sequence cache | 7,209 | 0.00 | | 0 | 0 | |
| session allocation | 500,628 | 2.44 | 0.06 | 10 | 0 | |
| session idle bit | 1,135,603 | 0.07 | 0.04 | 0 | 0 | |
| session queue latch | 1 | 0.00 | | 0 | 0 | |
| session switching | 4 | 0.00 | | 0 | 0 | |
| session timer | 77 | 0.00 | | 0 | 0 | |
| shared pool | 532,771 | 1.49 | 0.31 | 24 | 0 | |
| shared pool sim alloc | 1 | 0.00 | | 0 | 0 | |
| shared pool simulator | 277,303 | 0.01 | 0.23 | 0 | 0 | |
| sim partition latch | 1 | 0.00 | | 0 | 0 | |
| simulator hash latch | 64,813 | 0.00 | | 0 | 0 | |
| simulator lru latch | 64,704 | 0.24 | 0.01 | 0 | 43 | 0.00 |
| sort extent pool | 4 | 0.00 | | 0 | 0 | |
| space background task latch | 164 | 0.00 | | 0 | 148 | 0.00 |
| state object free list | 2 | 0.00 | | 0 | 0 | |
| statistics aggregation | 336 | 0.00 | | 0 | 0 | |
| tablespace key chain | 1 | 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 | 5 | 0.00 | | 0 | 0 | |
| transaction allocation | 4,824 | 0.00 | | 0 | 0 | |
| transaction branch allocation | 77 | 0.00 | | 0 | 0 | |
| undo global data | 15,003 | 0.01 | 0.00 | 0 | 0 | |
| user lock | 9,600 | 0.41 | 1.03 | 1 | 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 | |
| Parameter Name | Begin value | End value (if different) |
| O7_DICTIONARY_ACCESSIBILITY | FALSE | |
| _assm_default | FALSE | |
| _cgs_reconfig_timeout | 240 | |
| _controlfile_update_check | HIGH | |
| _db_block_bad_write_check | TRUE | |
| _db_block_check_for_debug | TRUE | |
| _db_cache_process_cr_pin_max | 500 | |
| _dead_process_scan_interval | 10 | |
| _disable_adaptive_shrunk_aggregation | FALSE | |
| _enable_automatic_sqltune | FALSE | |
| _force_oltp_compress | TRUE | |
| _gc_integrity_checks | 2 | |
| _ges_dd_debug | 2 | |
| _high_priority_processes | VKTM | |
| _hm_analysis_oradebug_node_dump_level | 4 | |
| _hm_analysis_oradebug_sys_dump_level | 10 | |
| _hm_analysis_output_disk | TRUE | |
| _imr_disk_voting_interval | 20 | |
| _kcl_debug | TRUE | |
| _kgl_kqr_cap_so_stacks | TRUE | |
| _kill_enqueue_blocker | 3 | |
| _kse_signature_entries | 60000 | |
| _kse_signature_limit | 7 | |
| _ksu_diag_kill_time | 30 | |
| _ksuitm_addon_trccmd | /ade/jacao_15v/oracle/rdbms/test/tkin/sosd/tkinksuitm.sh | |
| _lm_dd_interval | 5 | |
| _lm_validate_resource_type | TRUE | |
| _log_archive_security_enabled | FALSE | |
| _optimizer_autostats_job | FALSE | |
| _optimizer_cost_model | fixed | |
| _oradbg_pathname | /ade/jacao_15v/oracle/rdbms/utl/oradbg | |
| _qa_lrg_type | 1 | |
| _realfree_heap_mode | 3 | |
| _recovery_asserts | TRUE | |
| _recovery_verify_writes | TRUE | |
| _redo_compatibility_check | TRUE | |
| _sga_early_trace | 1 | |
| _shared_io_pool_size | 0 | |
| _smm_auto_cost_enabled | FALSE | |
| _trace_buffers | FGS:512;BGS:1024 | |
| _trace_events | 10432:6:ALL, 10435:6:LMON, LMD0, 10427:6:ALL, 10429:6:ALL, 10434:6:LMD0, LMS0, LMS1, LMS2, LMS3, LMS4, LMS5, LMS6, LMS7, LMS8, LMS9, 10401:8:ALL, 10249:5:FGS, 10257:1:ALL, 10720:1:ALL:FAST, 10722:1:ALL:FAST, 10298:1:ALL | |
| _trace_files_public | TRUE | |
| audit_trail | DB | |
| client_result_cache_size | 10485760 | |
| commit_point_strength | 1 | |
| compatible | 10.0.0.0 | |
| control_files | /ade/jacao_15v/oracle/dbs/t_cf1.f | |
| db_block_checking | true | |
| db_block_checksum | true | |
| db_block_size | 8192 | |
| db_cache_size | 16777216 | |
| db_domain | regress.rdbms.dev.us.oracle.com | |
| db_name | 15v | |
| diagnostic_dest | /ade/jacao_15v/oracle/log | |
| event | 10808 trace name context forever, level 7, 10809 trace name context forever, level 37, 29715 trace name context forever, level 3, 29718 trace name context forever, level 5, 10235 trace name context forever, level 2, 10828 trace name context forever, level 0, 10753 trace name context forever, level 1, 19392 trace name context forever, level 2, 19394 trace name context forever, level 8, 19396 trace name context forever, level 2, 10324 trace name context forever, level 1, 1578 trace name errorstack level 1; na | |
| global_names | FALSE | |
| ifile | /ade/jacao_15v/oracle/work/tkinit.ora | |
| instance_name | 15v | |
| instance_number | 1 | |
| java_pool_size | 50331648 | |
| log_archive_trace | 8191 | |
| log_checkpoints_to_alert | TRUE | |
| nls_length_semantics | BYTE | |
| open_cursors | 52 | |
| open_links | 10 | |
| open_links_per_instance | 20 | |
| pga_aggregate_target | 30408704 | |
| plsql_native_library_dir | /ade/jacao_15v/oracle/dbs/plsqlnld1 | |
| plsql_optimize_level | 2 | |
| processes | 100 | |
| remote_login_passwordfile | SHARED | |
| service_names | 15v.regress.rdbms.dev.us.oracle.com | |
| sessions | 120 | |
| shared_pool_size | 96468992 | |
| transactions | 21 | |
| transactions_per_rollback_segment | 21 | |
| undo_management | AUTO | |