• 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.

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

      

  • 相关阅读:
    PHP5.4中新增的traits
    PHP各版本的区别
    冒泡排序原理
    服务器&linux
    PHP
    excel 导出
    try cache
    sql
    Linux下php安装Redis扩展
    Redis安装部署
  • 原文地址:https://www.cnblogs.com/Babylon/p/7803718.html
Copyright © 2020-2023  润新知