• 053(六十二)


    306、

    306.If you back up a database without connecting to the recovery catalog, which operations will cause the recovery catalog to be updated? (Choose all that apply.)
    A. The next time you back up the database when you are also connected to the recovery catalog and the target database
    B. The next time you are connected to the target database and the recovery catalog database and issue the resync command
    C. The next time you connect RMAN to just the recovery catalog
    D. The next time you connect to the recovery catalog and the target database with RMAN
    E. Connecting to the recovery catalog and issuing the resync all databases command

    307、

    307.You have created a script in the recovery catalog called backup_database. 
    Which of the following commands would successfully execute that script?
    A. run { open script backup_database; run script backup_database }
    B. run { engage script backup_database; }
    C. run { run script backup_database; }
    D. Run { execute script backup_database; }
    E. The name backup_database is an invalid name for an RMAN script. Trying to run it from RMAN would result in an error.

    308、

    308.In what order would you execute the following steps to create a recovery catalog?
    A. Issue the create catalog command.
    B. Create the recovery-catalog database.
    C. Create the recovery-catalog user.
    D. Grant the recovery_catalog_owner privilege to the recovery-catalog user.
    E. Issue the register database command from the target database.
    F. a, b, c, d, e
    G. b, a, d, c, e
    H. b, c, d, a, e
    I. b, c, d, e, a
    J. b, d, c, a, e

    309、

    309.How would you grant the RVPC user access to specific RMAN database records in the RMAN virtual private catalog?
    A. Issue the grant command from the SYS user (or equivalent) of the target database.
    B. Issue the grant command from the SYS user (or equivalent) of the recovery-catalog database.
    C. Issue the grant command from the recovery catalog-owning schema user account in the recovery catalog.
    D. Issue the grant command from RMAN when connected to the recovery catalog-owning schema.
    E. Issue the grant command from RMAN when connected to the target database.

    310、

    310.The RVPC user can do which of the following? (Choose all that apply.)
    A. Register databases if granted the register database privilege
    B. See all databases in the recovery-catalog schema 
    C. See all database-related metadata in the recovery catalog if they are granted access to that database
    D. Unregister databases from the RVPC catalog that were not granted to the RVPC catalog owner with the grant command
    E. Not be connected to with the RMAN command-line catalog parameter for backup or recovery purposes
  • 相关阅读:
    忙碌的一月
    SharePoint Portal Server 2003书籍计划最新进展
    如何判断Assembly是Debug还是Release?
    C#和C++的一个有意思的差别
    Enterprise Development Reference Architecture(ShadowFax)
    一个“轻量级”的SharePoint文档流转WebPart
    11月25日下午14:00,CSDN在线SharePoint TechTalk
    到北京后的第一篇随笔
    SOA & Messaging Patterns
    操作SharePoint Object Model完成两项操作的文档
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5462903.html
Copyright © 2020-2023  润新知