zoukankan      html  css  js  c++  java
  • backgroup process

     

    DBWn writes when

    1.      Checkpoint

    2.      Dirty buffers threshold reached

    3.      No free buffers

    4.      Timeout

    5.      RAC ping request

    6.      Tablespace offline

    7.      Tablespace read only

    8.      Table DROP or TRUNCATE

    9.      Tablespace BEGIN BACKUP

    GLWR writes when

    1.      At commit

    2.      When one-third full

    3.      When there is 1MB of redo

    4.      Every 3 seconds

    5.      Before DBWn writes

    SMON Responsibilites

    1.      instance recovery:A.Rolls forward changes in the redo logs;B.Opens the database or user access;C.Rolls back uncommitted transactions

    2.      Coalesces free space ever 3 sec

    3.      Deallocates temporary segments

    PMON

    Cleans up after failed processes by

    A.     Rolling back the transaction

    B.     Releasing locks

    C.     Releasing other resources

    D.     Restarts dead dispatchers

    CKPT

    1.      signalling DBWn at checkpoints

    2.      Updating datafile headers and control files with checkpoint information

  • 相关阅读:
    怎样绘制一个三角形边框
    怎样绘制一条线段
    怎样绘制矩形
    怎样判断浏览器是否支持canvas
    怎样创建一个canvas画布环境
    怎样理解Canvas
    怎样删除一条Cookie
    怎样在浏览器端增加一条Cookie
    怎样限制第三方Cookie
    怎样理解第三方Cookie
  • 原文地址:https://www.cnblogs.com/jimeper/p/1261250.html
Copyright © 2011-2022 走看看