2.3.9 Oracle 10g 自動檢查點調整(2.3.7 FAST_START_MTTR_TARGET 續集)

來源:互聯網
上載者:User

 

  select name,value from v$sysstat where upper(name) like '%DBWR%';
SQL> /

NAME                                                                  VALUE
---------------------------------------------------------------- ----------
flash cache insert skip: DBWR overloaded                                  0
DBWR checkpoint buffers written                                    61031854
DBWR thread checkpoint buffers written                                   53
DBWR tablespace checkpoint buffers written                            34559
DBWR parallel query checkpoint buffers written                            0
DBWR object drop buffers written                                         10
DBWR transaction table writes                                        302348
DBWR undo block writes                                             11185035
DBWR revisited being-written buffer                                       0
DBWR lru scans                                                            0
DBWR checkpoints                                                       2432

NAME                                                                  VALUE
---------------------------------------------------------------- ----------
DBWR fusion writes                                                 29391272

12 rows selected.

SQL> select RECOVERY_ESTIMATED_IOS REIO,
  2  TARGET_MTTR TMTTR,
  3  ESTIMATED_MTTR EMTTR,
  4  WRITES_MTTR WMTTR,
  5  WRITES_OTHER_SETTINGS WOSET,
  6  CKPT_BLOCK_WRITES CKPTBW,
  7  WRITES_AUTOTUNE WAUTO,
  8  WRITES_FULL_THREAD_CKPT WFTCKPT
  9  from v$instance_recovery;

      REIO      TMTTR      EMTTR      WMTTR      WOSET     CKPTBW      WAUTO
---------- ---------- ---------- ---------- ---------- ---------- ----------
   WFTCKPT
----------
    118839          0         86          0          0   21042726   60997480
         0

SQL> select 61031854 - 34559 - 60997480 from dual;

61031854-34559-60997480
-----------------------
                   -185

資料表空間檢查點的寫出不是通過自動調整檢查點完成的。Oracle可以通過FILEQ而不是CKPTQ來針對錶空間檢查點事件進行寫出。

DBWR checkpoint buffers written = DBWR tablespace checkpoint buffers written + WRITES_AUTOTUNE

 

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.