zoukankan      html  css  js  c++  java
  • 053338

    You run the following commands:
    RMAN> list expired backup;
    RMAN> delete expired backup;
    What will happen to the backup set pieces associated with the backups that appear in the list expired backup command?
    A. They will be renamed.
    B. Nothing will happen to them. The backup set pieces do not exist.
    C. They will be deleted immediately since they are not in the flash recovery area.
    D. You will need to manually remove the physical files listed in the output of the commands.
    E. They will become hidden files and removed 10 days later.

      Expired backup set pieces are those backup set pieces that do not exist.They are discovered via the crosscheck command and marked as expired.The list expired command reports backup set records that are marked as expired.The delete expired backup command marks the backup metadata in the control file and recovery catalog with a status of DELETED.

  • 相关阅读:
    win10美化
    ubuntu wine QQ
    chromedriver@2.41.0 install: `node install.js`
    修改placeholder样式
    win7 烧 驱动
    CSS布局
    菜鸟教程首页
    CSS选择器
    break,continue和label语句
    for-in语句
  • 原文地址:https://www.cnblogs.com/Babylon/p/7815711.html
Copyright © 2011-2022 走看看