zoukankan      html  css  js  c++  java
  • 053346

    What is the impact of the results of the output of the following command?
    RMAN> report unrecoverable database;
    Report of files that need backup due to unrecoverable operations
    File Type of Backup Required Name
    4 full or incremental C:\ORACLE\ORADATA\ORCL\USERS01.DBF
    A. There are no backup sets with any backups of the users01.dbf datafile.
    B. The users01.dbf datafile has had unrecoverable operations occur in it. It will need to be backed up or some data loss is possible during a recovery.
    C. The users01.dbf datafile is corrupted.
    D. The users01.dbf datafile backup exceeds the retention criteria.
    E. The last backup of the users01.dbf datafile failed and must be rerun.

      The users01.dbf database datafile has had an unrecoverable operation occur.Because an unrecoverable operation does not generate redo records,the data involved in that operation will be lost in the event of a recovery.The datafile should be backed up.

  • 相关阅读:
    js基础四
    序列化和反序列化
    数组
    枚举
    Class对象和反射
    字符串String
    对象的克隆
    异常处理机制
    多继承和代码块
    接口和抽象类
  • 原文地址:https://www.cnblogs.com/Babylon/p/7815876.html
Copyright © 2011-2022 走看看