数据库已打开 OCP 笔记,非常感谢那位告诉的博客。谢谢。

i_like_cpp http://blog.csdn.net/i_like_cpp

其中OCP 有一道考察这样的题目:

Q606. You realize that the control file is damaged in your production database. After restoring the control file from autobackup, what is the next step that you must do to proceed with the database recovery?

A. Mount the database

B. Open the database in NORMAL mode

C. Open the database in RESTRICTED mode

D. Open the database with the RESETLOGS option

Answer: A

Recovering Using RMAN Backups Restoring the Control File from the Autobackup

Restoring the control file from an autobackup is similar to the steps you use to restore an SPFILE from an autobackup.

RMAN> startup nomount;

RMAN> restore controlfile from autobackup;

RMAN> alter database mount;

RMAN> recover database;

RMAN> alter database open resetlogs;

Note that since there is no control file, you have to open the database with NOMOUNT and then restore the control file. After you mount the database, you must recover the database, because the backup control file contains information about an older version of the database. For the same  reason, you must open the database  with RESETLOGS. RMAN restores the control file to all locations specified by theinitialization parameter CONTROL_FILES. If one or more of those locations are still not available, you will have to edit the CONTROL_FILES parameter to specify alternative locations or temporarily restore the control file to adifferent location;

OCP 笔记,非常感谢那位告诉的博客。谢谢。相关推荐

  1. FPGA:zcu102学习笔记(参考自xing见博客)

    1,概述 有一个计划是打算做一个摄像头的驱动与显示. 但是实际上手上只有一个zcu102开发板,没有摄像头,也没有上位机,自己也不会写.所以就将方案阉割成将录制好的视频放在SD卡里面,然后从SD卡里面 ...

  2. 迟到的感谢——2006最有价值博客的候选人( 个人回顾)

    感谢 CSDN编辑的特别推荐,使我荣幸成为2006最有价值博客的候选人,也感谢朋友们的厚爱和支持,使我暂时领先,在此鞠一躬,向大家表示衷心的感谢! 我进入CSDN博客比较迟,时值2006年5月,也纯属 ...

  3. [云炬小程序实战笔记] 第3章 云炬博客小程序全局配置

    app.json {"pages": ["pages/index/index", //首頁"pages/category/category" ...

  4. 读书笔记:人月神话的博客积极的心态读后感

    人月神话的博客 积极的心态读后感 故事1: 当老婆刚刚冲完澡出来老公正要开始淋浴时门铃响.在几秒争吵谁该去开门之后老婆放弃了,裹了条毛巾急忙下去开门.她打开门看见Bob他的邻居,在她还没开口之前Bob ...

  5. Node.js+Koa开发微信公众号个人笔记(一)准备工作 - ZhangCui - 博客园

    本人也是在学习过程中,所以文章只作为学习笔记,如果能帮到你,那就更好啦~当然也难免会有错误,请不吝指出~ 一.准备工作 1.本人学习教程:慕课网Scott老师的<Node.js七天搞定微信公众号 ...

  6. 学习编程该如何记笔记(摘自简书、博客)

    回首自己做了很多笔记在学习数构和C++上,现在思考下应不应该这样记笔记,是不是有什么需要修改的做法. ------总纲:------ 记你觉得有必要的东西随时间记录: 1.概念理解有偏差的 2.细节没 ...

  7. android笔记 看过stormzhang大大的博客(关于像素,屏幕密度)

    px像素 dpi单位内的像素数 dpi是Dots Per Inch的缩写, 每英寸点数,即每英寸包含像素个数.比如320X480分辨率的手机,宽2英寸,高3英寸,  每英寸包含的像素点的数量为320/ ...

  8. 感谢聚聚借我博客一用

    2.15 LCA Nearest Common Ancestors POJ 1330 题意:给出一棵树, 询问两个点的最近公共祖先. 思路: $LCA$模板题,请各位掏出各式各样的模板A穿它. 1 # ...

  9. 10 年 bloger 告诉你要不要写博客,又该如何优雅地写博客?

    点击上方蓝色字体,关注我 -- 一个在阿里云打工的清华学渣! 关于作者:程序猿石头(ID: tangleithu),现任阿里巴巴技术专家,清华学渣,前大疆后端 Leader.公众号后台回复关键字 &q ...

最新文章

  1. 图上的文章(割点和桥)
  2. javascript删除元素节点
  3. 【ARM】Tiny4412裸机编程之GPIO简介
  4. jupyter怎么安装jieba_AI工具:Anaconda中Jupyter不能import已安装module问题解决
  5. 基于vue-cli 将webpack3 升级到 webpack4 配置
  6. 【干货资料 】简单的交换机光模块故障排查步骤
  7. linux roundup函数记录
  8. 使用Bitbucket Cloud学习Git
  9. 世界6大主流操作系统回顾
  10. 统计|两个总体方差比的区间估计(用公式计算)
  11. Three.js 开启带动画模型的动画
  12. C#控件开发---控件属性编辑器
  13. netbackup基础知识
  14. cadence修改板框倒角_Allegro软件中如何对板框进行倒角及倒角不成功解决方法
  15. 高新技术企业认定领域细分有几项
  16. ORB_原理与源码解析
  17. 基于VuePress搭建网站
  18. vba 将http.responseText返回的 unicode字符转换成中文
  19. 线性回归的补充与变量归一化
  20. [css选择器]总结:IE6不支持的CSS选择符

热门文章

  1. php 去掉多维数组的键名,去除多维数组的最外层key 保留值
  2. C4996    'fopen': This function or variable may be unsafe
  3. 希望这些建议对你有帮助
  4. tilemap 菱形_使用Cocos creator制作【治愈七夕】-音乐游戏图形api绘制跳舞的线
  5. centos 计算器_centos计算内存CPU正确方法
  6. mysql begin end 用法_超实用的Mysql动态更新数据库脚本的示例讲解(推荐)
  7. oracle 11.2.0.3.4 psu 14275605 下载,Oracle RAC 11.2.0.3.2 升级 11.2.0.3.4
  8. mysql 交叉统计_Mysql静态行列转换交叉查询
  9. 【热烈祝贺】我刊主编郑纬民教授荣获中国存储终身成就奖!
  10. 作者:张岩,男,北京大学教授、博士生导师。