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

    Using the LIST command in Recovery Manager (RMAN), which two pieces of information in the RMAN repository can be listed? (Choose two.) 

    A. stored scripts in the recovery catalog
    B. backups that can be deleted from disk
    C. backup sets and image copies are obsolete
    D. backups that do not have the AVAILABLE status in the RMAN repository

     LIST BACKUP;--列出数据所有份信息,其中 status 部分信息 可以看出是否是
    AVAILABLE D
    看指定的 dbf 数据文件份:LIST BACKUP OF DATAFILE n(数据文件序列号) ;
    LIST BACKUP OF DATABASE; 看全库备
    LIST BACKUP OF TABLESPACE USERS;
    LIST BACKUP OF CONTROLFILE
    LIST BACKUP OF ARCHIVELOG ALL;
    LIST DEVICE TYOE DISK BACKUP;列出某个设备上的所有信息
    LIST ARCHIVELOG ALL;列出当前数据所有
    list expired archivelog all; -列出无效
    LIST EXPIRED BACKUP;列出无效份;
    list all script names; --catalog 中所有保存脚本的名字。 然后再 list scipt xxxx
    看具体脚本内容, A

  • 相关阅读:
    Java1:Chapter2
    Java1:Chapter1
    Java1:Chapter11
    Java1:Chapter8
    Java1:Chapter6
    Android day 03
    Android day02
    Android day01
    二进制文件的读写
    字符流
  • 原文地址:https://www.cnblogs.com/Babylon/p/7839450.html
Copyright © 2011-2022 走看看