• 053(十四)


    66、

    66.Which two initialization parameters would you set to enable Automatic Shared Memory Management? (Choose two.)
    A. set SHARED_POOL_SIZE to zero
    B. set STATISTICS_LEVEL to BASIC
    C. set SGA_TARGET to a non-zero value
    D. set DB_CACHE_SIZE to a non-zero value
    E. set STATISTICS_LEVEL to TYPICAL or ALL

    67、

    67.On which two database objects can the VERSIONS clause of the Flashback Versions Query be used? (Choose two.)
    A. fixed tables
    B. heap tables
    C. external tables
    D. temporary tables
    E. Index-Organized Tables (IOTs)

    68、

    68.You have three temporary tablespace groups named G1, G2, and G3 in your database. 
    You are creating a new temporary tablespace as follows:
    CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE '/u1/data/temp1.dbf' SIZE 10M TABLESPACE 
    GROUP '';
    Which statement regarding the above command is correct?
    A. It will create the tablespace TEMP1 in group G1.
    B. It will create the tablespace TEMP1 in group G3.
    C. It will not add the tablespace TEMP1 to any group.
    D. It will create the tablespace TEMP1 in the default group.

    69、

    69.The EMP table exists in your schema. You want to execute the following query:
    SELECT ename, sal
    FROM emp
    AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '6' MINUTE)
    WHERE ename = 'ALLEN';
    What are the minimum requirements for the statement to execute successfully? (Choose all that apply)
    A.ARCHIVELOG mode must be enabled
    B.Row Movement must be enabled for the table
    C.FLASHBACK must be set to ON for the database
    D.The UNDO_MANAGEMENT parameter must be set to AUTO
    E.The UNDO_RETENTION parameter must be set appropriately

    70、

    70.You executed the following SQL statement to shrink the EMPLOYEES table segment stored in the EXAMPLE tablespace:
    ALTER TABLE employees SHRINK SPACE CASCADE;
    Which statement is correct in this scenario?
    A. The EMPLOYEES table will be changed to read-only mode during the shrink operation.
    B. The indexes created on the EMPLOYEES table will need to be rebuilt after the shrink operation is over.
    C. The shrink behavior will be cascaded to all dependent segments of the table that support a shrink operation.
    D. Data manipulation language (DML) operations will not be possible on the EMPLOYEES table during the COMPACTION phase of the shrink operation.
  • 相关阅读:
    python基础===利用unittest进行测试用例执行的几种方式
    python基础===基于cv2的播放器
    python基础===对字符串进行左右中对齐
    python基础===拆分字符串,和拼接字符串
    移动端测试===从安卓手机截图到桌面的几行代码
    工具===激活xmind 8
    软件测试===测试用例基线结构
    python基础===猴子补丁
    python基础===数据伪造模块faker
    shell编程===执行shell脚本的四种方法
  • 原文地址:https://www.cnblogs.com/huanhuanang/p/5389767.html
Copyright © 2020-2023  润新知