zoukankan      html  css  js  c++  java
  • Killable Processes in Oracle Database

    A multiprocess Oracle database uses some additional processes called background processes. The background processes perform maintenance tasks required to operate the database and to maximize performance for multiple users.

    • Mandatory Background Processes
    • Optional Background Processes
    • Slave Processes

    There are few processes which we can kill without terminating the instance.

    Killable:

    1. ARCn: Redo log archivers
    2. CJQn: Job scheduler coordinator
    3. Dnnn: Dispatchers
    4. DIA0: Diagnosability process 0
    5. DIAG: Diagnosability coordinator
    6. FDBA: Flashback data archiver process
    7. Jnnn: Job scheduler processes
    8. MMNL: Manageability Monitor Process 2
    9. MMON: Manageability Monitor Process
    10. PING: Interconnect latency measurement
    11. Qnnn: Queue cleanup processes
    12. QMNC: Queue coordinator
    13. RECO: Distributed recovery process
    14. Snnn: Shared servers
    15. SMCO: Space management coordinator
    16. Wnnn: Space management processes

    Instance-Critical:

    1. ACMS: Atomic controlfile to memory server
    2. CKPT: Checkpoint
    3. DBRM: Resource manager process
    4. DBWn: Database writer processes
    5. LGWR: Redo log writer
    6. LMDn: Global enqueue service daemons
    7. LMON: Global enqueue service monitor
    8. MMAN: Memory manager
    9. PMON: Process monitor
    10. PSPn: Process spawners
    11. RMSnRAC management server
    12. RVWR: Recovery writer
    13. SMON: System monitor process
    14. VKTM: Virtual keeper of time process

    Note: Above processes were tested on Oracle 11g. “n” respresents the number

    Source

    Thank you for giving your valuable time to read the above information.

    If you want to be updated with all our articles send us the Invitation or Follow us:

    Skant Gupta’s LinkedIn: www.linkedin.com/in/skantali/

    喜欢请赞赏一下啦^_^

    微信赞赏

    支付宝赞赏

  • 相关阅读:
    《第三周作业》——第四小组
    《UML与设计原则》--第四小组
    《我与计算机》——第四小组
    PSP数据比较(四则运算)——计应193第6组栗亚文
    个人工作流程(地铁收费系统)——计应193第6组张淑雅
    设计模式学习总结
    行为型模式总结
    UML第二部分和创建型模式的总结(二)
    UML第二部分和创建型模式的总结
    UML第一部分和设计模式原则的总结
  • 原文地址:https://www.cnblogs.com/lkj371/p/15075663.html
Copyright © 2011-2022 走看看