zoukankan      html  css  js  c++  java
  • 053-611

    To accomplish user-managed backup for the USERS tablespace, you issued the following command to put the database in backup mode:
    SQL> ALTER TABLESPACE users BEGIN BACKUP;
    While copying the file to the backup destination a power outage caused the instance to te minate abnormally.
    Which statement is true about the next database startup and the USERS tablespace?
    A. The database will open, and the tablespace automatically comes out of the backup mode.
    B. The database will be mounted, and recovery must be performed on the USERS tablespace.
    C. The database will be mounted, and data files in the USERS tablespace must be taken out of the backup mode.
    D. The database will not be mounted, and you must restore all the data files for the USERS tablespace from the backup, and perform recovery.

      在数据表空间在备份模式时,实例被异常关闭,重新启动会报错,而数据库会在 mount 状态,必须执行ALTER DATABASE END BACKUP 后表空间才能脱离备份模式,数据库才能 open。

  • 相关阅读:
    编写SASS代码
    表单
    动画和变形
    图片多媒体
    基本概念
    弹性布局
    HTML和CSS概述
    页面的制作过程
    盒子定位体系
    css盒子
  • 原文地址:https://www.cnblogs.com/Babylon/p/7839495.html
Copyright © 2011-2022 走看看