zoukankan      html  css  js  c++  java
  • 053(七十八)

    386、

    386.You have just performed a FLASHBACK TABLE operation using the following command:
    flashback table employees to scn 123456;
    The employees table has triggers associated with it. 
    Which of the following statements is true regarding the state of the triggers during the Flashback Table operation?
    A. All the triggers are disabled.
    B. All the triggers are enabled by default.
    C. Enabled triggers remain enabled and disabled triggers remain disabled.
    D. Triggers are deleted when a Flashback Table operation is performed.

    387、

    387.Which method could be utilized to identify both DML operations and 
    the SQL statements needed to undo those operations for a specific schema owner? (Choose all that apply.)
    A. Query DBA_TRANSACTION_QUERY for TABLE_NAME, OPERATION, and UNDO_SQL. Limit rows by START_SCN and TABLE_OWNER.
    B. Query FLASHBACK_TRANSACTION_QUERY for TABLE_NAME, OPERATION, and UNDO_SQL. Limit rows by START_SCN and TABLE_OWNER.
    C. Query FLASHBACK_TRANSACTION_QUERY for TABLE_NAME, OPERATION, and UNDO_SQL. Limit rows by START_TIMESTAMP and TABLE_OWNER.
    D. Query DBA_TRANSACTION_QUERY for TABLE_NAME, OPERATION, and UNDO_SQL. Limit rows by START_SCN and TABLE_OWNER.

    388、

    388.Flashback Database relies on which technologies to recover to a point in time?
    A. Flashback Data Archive
    B. Flashback logs in the flash recovery area
    C. FlashbUndo tablespace
    D. RMAN command line
    E. None of the above

    389、

    389.The _______ writes the Flashback Database logs in the flash recovery area.
    A. FLSH
    B. FLDB
    C. RVWR
    D. RVRW
    E. FBDA

    390、

    390.Which of these are valid Flashback Database recovery point parameters? (Choose all that apply.)
    A. SCN
    B. Timestamp
    C. Named recovery point
    D. Transaction ID
    E. Session ID
  • 相关阅读:
    提取BioGRID中的基因symbol和得分所在列
    windows端同步数据到samba共享
    C++的基本语法
    上传文件到服务器功能
    django数据库的使用
    django文件的下载实现
    获取文本域输入的内容
    js的if判断
    ajax的使用
    Oracle ADG备库新增变为一主多从
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5490848.html
Copyright © 2011-2022 走看看