一  什么是CKPT进程

作用:

发出信号给DBWn

更新数据文件头

更新控制文件

At specific times, all modified databasebuffers in the system global area are written to the datafiles by DBWn. Thisevent is called a checkpoint. The checkpoint process is responsible forsignalling DBWn at checkpoints and updating all the datafiles and control filesof the database to indicate the most recent checkpoint.

二  操作示例

[oracle@localhost 桌面]$ ps -ef | grep ora_
oracle    6491     1  0 11:17 ?        00:00:00 ora_pmon_orcl
oracle    6493     1  0 11:17 ?        00:00:00 ora_psp0_orcl
oracle    6495     1  0 11:17 ?        00:00:00 ora_mman_orcl
oracle    6497     1  0 11:17 ?        00:00:00 ora_dbw0_orcl
oracle    6499     1  0 11:17 ?        00:00:00 ora_lgwr_orcl
oracle    6501     1  0 11:17 ?        00:00:00 ora_ckpt_orcl
oracle    6503     1  0 11:17 ?        00:00:00 ora_smon_orcl
oracle    6505     1  0 11:17 ?        00:00:00 ora_reco_orcl
oracle    6507     1  0 11:17 ?        00:00:00 ora_cjq0_orcl
oracle    6509     1  0 11:17 ?        00:00:00 ora_mmon_orcl
oracle    6511     1  0 11:17 ?        00:00:00 ora_mmnl_orcl
oracle    6513     1  0 11:17 ?        00:00:00 ora_d000_orcl
oracle    6515     1  0 11:17 ?        00:00:00 ora_s000_orcl
oracle    6519     1  0 11:17 ?        00:00:00 ora_qmnc_orcl
oracle    6527     1  0 11:18 ?        00:00:00 ora_q000_orcl
oracle    6529     1  0 11:18 ?        00:00:00 ora_q001_orcl
oracle    6538     1  0 11:19 ?        00:00:00 ora_j000_orcl
oracle    6541  2720  0 11:19 pts/0    00:00:00 grep ora_
[oracle@localhost 桌面]$ ps -ef | grep ora_ | grep ckpt
oracle    6501     1  0 11:17 ?        00:00:00 ora_ckpt_orcl
[oracle@localhost 桌面]$ kill -9 6501
[oracle@localhost 桌面]$ ps -ef | grep ora_ | grep ckpt
[oracle@localhost 桌面]$ ps -ef | grep ora_
oracle    6554  2720  0 11:20 pts/0    00:00:00 grep ora_
[oracle@localhost 桌面]$ sqlplus / as sysdba;SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jun 6 11:20:14 2013Copyright (c) 1982, 2005, Oracle.  All rights reserved.Connected to an idle instance.SQL> startup
ORACLE instance started.Total System Global Area  838860800 bytes
Fixed Size          1222192 bytes
Variable Size         788531664 bytes
Database Buffers       46137344 bytes
Redo Buffers            2969600 bytes
Database mounted.
Database opened.
SQL> exit;
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
[oracle@localhost 桌面]$ ps -ef | grep ora_ | grep ckpt
oracle    6568     1  0 11:20 ?        00:00:00 ora_ckpt_orcl

三  总结

1.CKPT,非常非常重要的后台进程,同样不能kill。触发顺序:CKPT------>DBWR------->LGWR

2.作用:发出信号给DBWn、更新数据文件头、更新控制文件

3.Linux中使用ps命令查看CKPT进程。

我的邮箱:wgbno27@163.com  新浪微博:@Wentasy27微信公众平台:JustOracle(微信号:justoracle)数据库技术交流群:336882565(加群时验证 From CSDN XXX)Oracle交流讨论组:https://groups.google.com/d/forum/justoracle  By Larry Wen
 
@Wentasy 博文仅供参考,欢迎大家来访。如有错误之处,希望批评指正。原创博文如需转载请注明出处,谢谢 :) [CSDN博客]

转载于:https://www.cnblogs.com/snake-hand/p/3190317.html

Oracle体系结构及备份(十六)——bg-ckpt相关推荐

  1. oracle过滤器基础,Oracle培训(四十六)——Servlet第六章知识点总结——过滤器编程...

    Oracle培训(四十六)--Servlet第六章知识点总结--过滤器编程 目标 编写一个过滤器 部署一个过滤器 了解请求和响应包装器 在请求分发器下的过滤器 知识点预览 过滤器 过滤器 1. 什么是 ...

  2. Oracle Golden Gate 系列十六 -- 配置 GG 安全 说明 与 示例

    由于GoldenGate所需的用户权限较大,而每个GoldenGate进程配置文件中都需要设置该用户和密码用于数据库登陆,出于安全性的考虑,建议将密码进行加密. 官方文档上介绍的加密有如下三种方法: ...

  3. oracle server process,Oracle体系结构及备份(四)server-process

    一 什么是服务器进程 除了 Oracle 的后台进程外,还有一些进程是代表用户的,称为服务器进程.这些服务器进程负责按照用户的要求检索数据,并将结果返回给用户.此外,还负责为用户修改缓冲区高数缓存中的 ...

  4. 干货分享 | 史上最全Oracle体系结构整理

    本文对Oracle体系结构做了详细的整理汇总,供大家参考学习. 一.Oracle组成 oracle分两块,oracle数据库软件和oracle数据库.oracle数据库软件位置通过以下命令可以找到: ...

  5. oracle系列(二)oracle体系结构和用户管理

    博主QQ:819594300 博客地址:http://zpf666.blog.51cto.com/ 有什么疑问的朋友可以联系博主,博主会帮你们解答,谢谢支持! 在使用oracle之前,我们一定要对or ...

  6. oracle学习笔记 Oracle体系结构概述

    oracle学习笔记 Oracle体系结构概述 从这节开始,开始讲oracle数据库体系结构. 首先从总体上,从概述上把oracle整体的体系结构讲一下, 然后接下来的时间我们会一块一块的将oracl ...

  7. ORACLE 体系结构知识总结

    ORACLE 体系结构 .Oracle 体系结构图: .1.ORACLE 实例 .1.1. Oracle 实例 Oracle实例包括内存结构和后台进程 System Global Area(SGA) ...

  8. oracle体系结构-内存管理

    一.Oracle体系结构概述 数据库--驻留在磁盘上的--各种磁盘文件(数据文件.控制文件.日志文件) 实例--驻留在内存--内存组件+进程---------------一旦数据库关闭,不存在了 数据 ...

  9. 十六款值得关注的NoSQL与NewSQL数据库--转载

    原文地址:http://tech.it168.com/a2014/0929/1670/000001670840_all.shtml [IT168 评论]传统关系型数据库在诞生之时并未考虑到如今如火如荼 ...

最新文章

  1. 独家 | 文本数据探索性数据分析结合可视化和NLP产生见解(附代码)
  2. 【Android 应用开发】Android 返回堆栈管理 ( 默认启动模式 | 栈顶复用启动模式 | 栈内复用启动模式 | 单实例启动模式 | CLEAR_TOP 标识 )
  3. session和cache的区别是什么?
  4. 检查卷位图时发现损坏怎么修复_中频弯管严密性如何测试?怎么修复中频弯管?...
  5. 增长产品手段——互动策划
  6. 【MFC】定义XP风格的工具栏
  7. acm常见算法及例题
  8. android修改电量颜色,android状态栏电池颜色?
  9. SpringMVC 接口 JDK动态代理导致映射失败的原因 异步注解Async失效 微服务映射的位置
  10. BIN文件和HEX文件差异
  11. 在利用DXP2004软件进行PCB设计时——自制元器件封装如何添加网络(布线问题)
  12. Android音视频基础知识
  13. shapely中几何对象
  14. 软件工程网络15个人案例作业3(201521123045 郑子熙)
  15. POJ3737UmBasketella
  16. CSS核心内容-标准流、盒子模型、浮动、定位
  17. golang中的值类型和引用类型
  18. CF Div2 781
  19. Kafka多个消费者监听消费同一个Topic主题
  20. UFT 12 – Top 5 New Features you are going to Love

热门文章

  1. Java面试题中高级,神策数据Java面试题
  2. 字节跳动内部学习资料泄露!mysql的安装与配置
  3. python【蓝桥杯vip练习题库】ADV-235阶乘差
  4. 剑指offerpython_剑指offer系列python实现 日更(一)
  5. win8安装mysql8_windows安装mysql8详解
  6. 网络营销外包对于搜索引擎策略性调整网络营销外包专员如何解析
  7. 网站外部链接优化如何进一步提升?
  8. 浅析网站页面加载速度如何提升?
  9. 网站建设难?三个技巧来帮你!
  10. sub在python中的意义_在python中,如何使用回复sub?