zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-145题-295

    QUESTION 145

    Which statement about using RMAN stored scripts is true?

    A. To create and execute an RMAN stored script, you must use a recovery catalog.

    B. When executing a stored script and a command fails, the remainder of the script is executed, and a

    message is written to the alert log file.

    C. RMAN stored scripts can always be executed againstany target database that is registered in the recovery

    catalog.

    D. When you execute a stored script, it always executes using the persistent channel settings previously set

    with the CONFIGURE command.

    Answer: A

    同295题:http://blog.csdn.net/rlhua/article/details/13276537


    Explanation/Reference:

    Section: Backup, Recovery & Recovery Manager (RMAN)

    To create and execute an RMAN stored script, you must use a recovery catalog because RMAN stored scripts

    are stored in the recovery catalog. You cannot use RMAN stored scripts if you are using the control filefor your

    RMAN repository.

    The option that states when executing a stored script and a command fails, the remainder of the scriptis

    executed, and a message is written to the alert logfile is incorrect. If you are executing a stored RMAN script

    and one of the commands in the script fails, the other subsequent commands in the script are not executed

    because a stored RMAN script is created within a RUNblock.

    The option that states RMAN stored scripts can always be executed against any target database that is

    registered in the recovery catalog is incorrect. RMAN stored scripts can be created as local scripts oras global

    scripts. Local scripts can only be executed againstthe target database to which you are connected when you

    create the script. To create a global script that can be executed against any target database registered in the

    recovery catalog, you must include the GLOBAL keywordwhen you create the script.

    The option that states when you execute a stored script, it always executes using the persistent channel

    settings set with the CONFIGURE command is incorrect. You can override any persistent channel settings by

    including an ALLOCATE CHANNEL command in the RUN block before executing the script.

  • 相关阅读:
    Oracle教程-常用命令(二)
    Oracle教程-查询(二)
    织梦网采集
    指定交易和撤销指定 [证券信息技术知识库]
    Bootstrap 容器(Container)及网格说明-(二)
    Bootstrap环境及屏幕适配-(一)
    索引学习
    PL/SQL Developer使用技巧、快捷键、存储过程调试
    15个最佳jQuery的翻页书效果的例子
    Linux下VNC配置多个桌面和修改密码 不会当系统重启vnc失效
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316088.html
Copyright © 2011-2022 走看看