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数据库。

  • 相关阅读:
    Scala window下安装
    HIVE 总结
    mapreduce源码解析以及优化
    Hadoop2.x + eclipse 插件配置
    python spark
    Hive与Hbase关系整合
    Sqoop架构以及应用介绍
    flume
    SOAP
    Leetcode#75 Sort Colors
  • 原文地址:https://www.cnblogs.com/Babylon/p/7804305.html
Copyright © 2011-2022 走看看