0% found this document useful (0 votes)
24 views2 pages

Observations

Fg

Uploaded by

nizm_gadi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views2 pages

Observations

Fg

Uploaded by

nizm_gadi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Snapshot 6.73 1.6 10.

768
DB time 10.95

Redo size very high DML


logical rea very high NO major INot UPDATE/DELETE

Parse CPU/Less Elapsed time has gone high

Buffer busy waits 6.789 This is the bottleneck- Concurrency

sql execute elapsed ver high most of DBIt happens only when there are waits

Identified problem would be with MANUAL segment management of Tablespace. Now resolution would be making
Tran1 Latch on Datablock in cache
Tran2 Wants to write in to same data block - Buffer busy wait
Tran3 Wants to write in to same data block - Buffer busy wait
Tran4 Wants to write in to same data block - Buffer busy wait
Tran5
Tran6

data blok type of butable or index

data block - buffer busy waits are on TBSPC tablespace in SPC schema for SPCT object

w resolution would be making in AUTO

You might also like