搜题首页 > 试题详情
试题详情

You enabled Automatic Shared Memory Management. The initialization parameters are set as shown below:  SGA_TARGET = 10GB SGA_MAX_SIZE = 14GB  STREAMS_POOL_SIZE = 1GB  SHARED_POOL_SIZE = 3GB  Which two statements are correct in this scenario? ()

A

 A total of 14 GB memory will be allocated to the automatically tuned memory components

B

 Reducing the value for SGA_TARGET to 9 GB will automatically decrease the memory allocated to shared pool from 3 GB to 2 GB

C

 The value for SGA_TARGET can be increased up to a maximum of 14 GB

D

 A maximum of 3 GB can be allocated to shared pool

E

 Increasing the value for SGA_TARGET to 12 GB will automatically increase the memory allocated to autotuned parameters

F

 Increasing the value for SGA_TARGET will automatically increase the memory allocated for  STREAMS_POOL_SIZE

查看答案

相关试题

  • The virtual disk hdisk12 has multiple paths. The disk belongs to volume group vg01. The volume group is currently in use. Which command will remove the path connected to vscsi0?()

    A、rmdev hdsik12 vscsi0rmdev ? hdsik12 ? vscsi0

    B、rmpath hdisk12 vscsi0rmpath ? hdisk12 ? vscsi0

    C、chpath hdisk12 vscsi0 -dchpath ? hdisk12 ? vscsi0 -d

    D、varyoffvg vg01; rmdev hdisk12 vscsi0 varyoffvg vg01; rmdev ? hdisk12 ? vscsi0

  • 使用OutlookExprEss可以发送的文件类型有()。

    A、文本文件

    B、程序文件

    C、图片文件

    D、声音文件

  • 文件夹的图标不可更改。

    A、对

    B、错

  • 用点拖将一个文件从当前位置复制到另一个硬盘上的正确方法是()。

    A、按住Tab键用鼠标左键拖放

    B、直接用鼠标左键拖放

    C、按住Alt键用鼠标左键拖放

    D、按住Shift键用鼠标左键拖放

  • Evaluate the following statements:   CREATE TABLE purchase_orders (po_id NUMBER(4),  po_date TIMESTAMP, supplier_id NUMBER(6), po_total NUMBER(8,2),  CONSTRAINT order_pk PRIMARY KEY(po_id)) PARTITION BY RANGE(po_date)  (PARTITION Q1 VALUES LESS THAN (TO_DATE(?1-apr-2007?d-mon-yyyy?), PARTITION Q2 VALUES LESS THAN  (TO_DATE(?1-jul-2007?d-mon-yyyy?),  PARTITION Q3 VALUES LESS THAN(TO_DATE(?1-oct - 2007?d-mon-yyyy?), PARTITION Q4 VALUES LESS THAN (TO_DATE(?1-jan-2008?d-mon-yyyy?));  CREATE TABLE purchase_order_items (po_id NUMBER(4) NOT NULL, product_id NUMBER(6) NOT NULL, unit_price NUMBER(8,2), quantity NUMBER(8), CONSTRAINT po_items_fk FOREIGN KEY  (po_id) REFERENCES purchase_orders(po_id)) PARTITION BY REFERENCE(po_items_fk);   What are the two consequences of the above statements?()

    A

     Partitions of PURCHASE_ORDER_ITEMS have system-generated names.

    B

     Both PURCHASE_ORDERS and PURCHASE_ORDER_ITEMS tables are created with four partitions each. 

    C

     Partitions of the PURCHASE_ORDER_ITEMS table exist in the same tablespaces as the partitions of the PURCHASE_ORDERS table.

    D

     The PURCHASE_ORDER_ITEMS table inherits the partitioning key from the parent table by automatically duplicating the key columns.

    E

     Partition maintenance operations performed on the PURCHASE_ORDER_ITEMS table are automatically reflected in the PURCHASE_ORDERS table.

联系我们
TOP