zoukankan      html  css  js  c++  java
  • 053(四十一)

    201、

    201.Examine the following PL/SQL block:
    SET SERVEROUTPUT ON SET LONG 10000 ECLARE report clob;
    BEGIN report := DBMS_SPM.EVOLVE_SQL_PLAN_BASELINE();
    DBMS_OUTPUT.PUT_LINE(report);
    END;
    Which statement describes the effect of the execution of the above PL/SQL block?
    A. The plan baselines are verified with the SQL profiles.
    B. All fixed plan baselines are converted into nonfixed plan baselines.
    C. All the nonaccepted SQL profiles are accepted into the plan baseline.
    D. The nonaccepted plans in the SQL Management Base are verified with the existing plan baselines.

    202、

    202.In which two aspects does hot patching differ from conventional patching? (Choose two.)
    A. It consumes more memory compared with conventional patching.
    B. It can be installed and uninstalled via OPatch unlike conventional patching.
    C. It takes more time to install or uninstall compared with conventional patching.
    D. It does not require down time to apply or remove unlike conventional patching.
    E. It is not persistent across instance startup and shutdown unlike conventional patching.

    203、

    203.Which statement about the enabling of table compression in Oracle Database 11g is true?
    A. Compression can be enabled at the table, tablespace, or partition level for direct loads only.
    B. Compression can be enabled only at the table level for both direct loads and conventional DML. 
    C. Compression can be enabled at the table, tablespace, or partition level for conventional DML only.
    D. Compression can be enabled at the table, tablespace, or partition level for both direct loads and conventional DML. 

    204、

    204.You are tuning RMAN to optimize performance. You want tape I/O to be asynchronous when you perform tape backups. Which action should you take?
    A. Set the BACKUP_TAPE_IO_SLAVES parameter to FALSE. 
    B. Set the BACKUP_TAPE_IO_SLAVES parameter to TRUE. 
    C. Use compression when performing tape backups.
    D. Configure multiple SBT channels.

    205、

    205.You specify a nonzero value for the MEMORY_TARGET initialization parameter, but do not set the PGA_AGGREGATE_TARGET or the SGA_TARGET parameters. 
    You restart your database instance. Which statement about the result is true?
    A. The database instance starts, and Oracle sets the default value of SGA_TARGET to the same value as SGA_MAX_SIZE. 
    B. The database instance starts, and Oracle automatically tunes memory and allocates 60 percent to the SGA and 40 percent to the PGA. 
    C. The database instance starts, but Automatic Memory Management is disabled.
    D. The database instance will not start because you did not specify the PGA_AGGREGATE_TARGET or SGA_TARGET parameter.
  • 相关阅读:
    10、Python的while与死循环
    8、 Python的if分支练习题
    7、 Python中的if多重判断
    6、Python的if判断和两重判断
    5、运算符
    4、数据类型:字典
    placeholder 颜色更改
    禁止video在苹果手机上的自动全屏播放
    点击label出发两次点击事件
    instanceof 和 typeof
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5419856.html
Copyright © 2011-2022 走看看