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

     

    321.True or false: RMAN offers the equivalent of the SQL command alter database backup controlfile to

    trace.

    A. True

    B. False

    Answer: B


    答案解析:

    sqlplus下:

    sys@TEST1107> alter database backup controlfile to trace;


    Database altered.


    rman下报错。所以错误。

    RMAN> alter database backup controlfile to trace;


    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: "mount, open"

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



  • 相关阅读:
    ZOJ 3556
    ZOJ 2836
    HDU 2841
    HDU 4135
    POJ 3695
    POJ 2773
    HDU 4407
    HDU 1796
    ZOJ 3688
    ZOJ 3687
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316276.html
Copyright © 2011-2022 走看看