zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-V12.02-333题

     

    333.Which command would you use to determine what database backups are currently available for  restore?

    A. list database backup;

    B. report database backup;

    C. list backup of database;

    D. list summary backup;

    E. report backup of database;

    Answer: C

    答案解析:

    使用 list backup of database列出数据库的现在可用的备份。

    其他答案语法错误:


    RMAN>  list database backup;


    RMAN-00571: ===========================================================

    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

    RMAN-00571: ===========================================================

    RMAN-00558: error encountered while parsing input commands

    RMAN-01009: syntax error: found "database": expecting one of: "all, archivelog, backed, backuppiece, backupset, backup, completed, controlfilecopy, copy, datafilecopy, db_unique_name, device, expired, failure, foreign, global, incarnation, like, proxy, recoverable, restore, script, tag"

    RMAN-01007: at line 1 column 7 file: standard input


    RMAN> report database backup;


    RMAN-00571: ===========================================================

    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

    RMAN-00571: ===========================================================

    RMAN-00558: error encountered while parsing input commands

    RMAN-01009: syntax error: found "database": expecting one of: "device, need, obsolete, schema, unrecoverable"

    RMAN-01007: at line 1 column 8 file: standard input


    RMAN> list summary backup;


    RMAN-00571: ===========================================================

    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

    RMAN-00571: ===========================================================

    RMAN-00558: error encountered while parsing input commands

    RMAN-01009: syntax error: found "summary": expecting one of: "all, archivelog, backed, backuppiece, backupset, backup, completed, controlfilecopy, copy, datafilecopy, db_unique_name, device, expired, failure, foreign, global, incarnation, like, proxy, recoverable, restore, script, tag"

    RMAN-01007: at line 1 column 6 file: standard input


    RMAN>  report backup of database;


    RMAN-00571: ===========================================================

    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

    RMAN-00571: ===========================================================

    RMAN-00558: error encountered while parsing input commands

    RMAN-01009: syntax error: found "backup": expecting one of: "device, need, obsolete, schema, unrecoverable"

    RMAN-01007: at line 1 column 9 file: standard input

  • 相关阅读:
    register变量
    register变量
    const和volatile是否可以同时修饰一个变量?有什么特殊含义?
    关于多态性和虚函数的理解
    static全局变量与普通的全局变量有什么区别
    《c专家编程》学习笔记
    正则表达式入门学习
    mvc ActionResult
    ASP.NET MVC:通过 FileResult 向 浏览器 发送文件(传)
    Asp.net mvc 中的HttpContext
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316460.html
Copyright © 2011-2022 走看看