create table latch_11106 as select * from v$latch; before and after the patch, with 11107 obviously):Counts:
More Details:
Events which does not exist in 11.1.0.7 anymore:
There are no changes between
latches:
removed:
New:
Unfortunately I do't know how to get a List of all existing mutexes.
If someone knows, how to get all mutexes, please inform me!
select count(*) from latch_11106;
COUNT(*)
----------
496
select count(*) from latch_11107;COUNT(*)
----------
502
select count(*) from EVENT_NAME_11106;COUNT(*)
----------
961
select count(*) from EVENT_NAME_11107;COUNT(*)
----------
997
More Details:
Events which does not exist in 11.1.0.7 anymore:
select name from event_name_11106 minus select name from event_name_11107;
NAMEnew Events:
---------------------------------------------
Intelligent Storage OSS I/O completion
Streams capture: resolve low memory condition
storage device registration
virtual circuit status
select name from event_name_11107 minus select name from event_name_11106;NAME
----------------------------------------------
Archiver slave I/O
DBWR range invalidation sync
DBWR slave I/O
LGWR slave I/O
Logical Standby Debug
PMON to cleanup detached branches at shutdown
RMAN Disk slave I/O
RMAN Tape slave I/O
Streams apply: waiting for dependency
Streams apply: waiting to commit
Streams: flow control
Streams: resolve low memory condition
Streams: waiting for messages
WCR: replay paused
cell multiblock physical read
cell single block physical read
cell smart file creation
cell smart incremental backup
cell smart index scan
cell smart restore from backup
cell smart table scan
cell statistics gather
direct path sync
enq: AM - ASM File Destroy
enq: XC - XDB Configuration
enq: ZA - add std audit table partition
enq: ZF - add fga audit table partition
external table misc IO
external table read
external table write
gc cancel retry
gc recovery
ges DFS hang analysis phase 2 acks
ges/gcs diag dump
listener registration dump
master diskmon startup
process diagnostic dump
securefile chain update
shared server idle wait
virtual circuit wait
40 rows selected.
There are no changes between
WAIT_CLASSes.latches:
removed:
select name from latch_11106 minus select name from latch_11107;NAME
---------------------
FAL subheap alocation
TXN SGA
cv apply list lock
cv free list lock
New:
select name from latch_11107 minus select name from latch_11106;NAME
---------------------------------------
VPSO SGA
WCR: MMON Create dir
WCR: kecr File Count
cvmap freelist lock
ges DFS wait callback info
heartbeat check
kcfis stats shared latch
parallel ibr array
rsb inst ckpt scn
storage server table manipulation latch
10 rows selected.
Unfortunately I do't know how to get a List of all existing mutexes.
v$mutex_sleep_history does not give all possible mutexes, only these, qou used in the past (and the system holds historical infos about.