zoukankan      html  css  js  c++  java
  • 053559

    Another DBA issues a shutdown abort command on a database on which you were running an online backup. What will happen when you try to restart the database?
    A. Oracle will automatically take the datafile out of hot backup mode, generate a warning message, and then open the database.
    B. Oracle will automatically take the datafile out of hot backup mode and then open the database.
    C. Oracle will generate an error when trying to open the database, indicating that a datafile is in hot backup mode.You will need to correct this error before you can open the database.
    D. The database will open with the file in hot backup mode. You can restart the backup at any time.
    E. The datafile in hot backup mode will be corrupted and you will have to recover it.

      Oracle will generation an error indicating that a datafile is in hot backup mode.You will need to issue the alter database end backup command to make sure all datafiles in hot backup mode are no longer in hot backup modes.You can then use the alter database open command to open the database.

    注:热备时被其他DBA shutdown abort,然后open不了数据库,报错。只能在mount下把hot backup模式的表空间退出hot backup模式,然后open数据库。

  • 相关阅读:
    MM1排队系统
    java基本概念
    将博客搬至CSDN
    数据库知识点1
    离散分布
    概率论1--基本概念
    一道经典JS题(关于this)
    ajax请求过程中下载文件在火狐下的兼容问题
    熟悉css/css3颜色属性
    打字机游戏Ⅱ之手速pk
  • 原文地址:https://www.cnblogs.com/Babylon/p/7804305.html
Copyright © 2011-2022 走看看