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

  • 相关阅读:
    查看Linux主机CPU及内存信息
    linux配置java环境变量(详细)
    Linux安装Redis
    Linux关闭防火墙
    使用Unison同步服务器目录
    Nginx详细配置
    CentOS命令行无线上网
    SQL Server查询所有的表名/空间占用量/行数
    CentOS安装Nginx安装详解
    基于 Django 2.0.4 的 djcelery 配置
  • 原文地址:https://www.cnblogs.com/jimeper/p/1261250.html
Copyright © 2011-2022 走看看