zoukankan      html  css  js  c++  java
  • 053544

    Your database is in NOARCHIVELOG mode. You start to do a backup, but your users complain that
    they dont want you to shut down the database to perform the backup. What options are available to you?
    A. Put the database in hot backup mode and perform an online backup, including backing up the archived
    redo logs.
    B. Just back up the database datafiles without shutting down the database.
    C. You will have to wait until you can shut down the database to perform the backup.
    D. Mark each datafile as backup in progress, back them up individually, and then mark them as backup
    not in progress. No archived redo logs will need to be backed up.
    E. Only back up the datafiles that the user will not be touching. Once the user has finished what they were
    doing, you can shut down the database and back up the datafiles the user changed during the course of
    the remaining backup

      You will have to wait until you can shut down the database since it's in NOARCHIVELOG mode.No other option will give you a backup that is recoverable.

    注:非归档模式只能冷备。

      

  • 相关阅读:
    权限系统设计-day02
    权限系统设计-day01
    SSH集成(Struts+Spring+Hibernate)
    Spring-day03
    Spring-day02
    神经网络与深度学习
    深度学习概述
    结构化机器学习项目
    无监督学习方法
    《2018自然语言处理研究报告》整理(附报告)
  • 原文地址:https://www.cnblogs.com/Babylon/p/7803718.html
Copyright © 2011-2022 走看看