itgle.com

Which statement about Automatic Memory Management with Oracle 11g is true?()  A、 You cannot specify MEMORY_TARGET if you explicitly specify SGA_TARGET or  PGA_AGGREGATE_ TARGET values that are greater than zero in your parameter file.B、 Oracle can realloc

题目

Which statement about Automatic Memory Management with Oracle 11g is true?()  

  • A、 You cannot specify MEMORY_TARGET if you explicitly specify SGA_TARGET or  PGA_AGGREGATE_ TARGET values that are greater than zero in your parameter file.
  • B、 Oracle can reallocate memory between the SGA and PGA automatically as needed.
  • C、 To use Automatic Memory Management, you must explicitly set both the MEMORY_TARGET and MEMORY_MAX_TARGET parameters in your parameter file.
  • D、 You can set the MEMORY_TARGET parameter to a maximum value of the current SGA size plus the current PGA size.

相似考题
参考答案和解析
正确答案:B
更多“Which statement about Automatic Memory Management with Oracle 11g is true?()  A、 You cannot specify MEMORY_TARGET if you explicitly specify SGA_TARGET or  PGA_AGGREGATE_ TARGET values that are greater than zero in your parameter file.B、 Oracle can realloc”相关问题
  • 第1题:

    Which statements about the MEMORY_TARGET initialization parameter are true?() (Choose all that apply.)

    A. MEMORY_TARGET can be increased up to the value of MEMORY_MAX_TARGET, if MEMORY_MAX_TARGET is set to a value greater than zero

    B. MEMORY_MAX_TARGET defaults to a value of zero if MEMORY_TARGET is not set

    C. MEMORY_TARGET represents the total amount of memory that can be allocated to SGA and PGA memory structures.

    D. MEMORY_TARGET is static and cannot be modified without shutting down the instance


    参考答案:A

  • 第2题:

    To implement Automatic Management (AMM), you set the following parameters: When you try to start the database instance with these parameter settings, you receive the following error message:SQL > startupORA-00824: cannot set SGA_TARGET or MEMORY_TARGET due to existing internal settings, see alert log for more information.Identify the reason the instance failed to start.()

    A.The PGA_AGGREGATE_TARGET parameter is set to zero.

    B.The STATISTICS_LEVEL parameter is setto basic.

    C.Both the SGA_TARGETandMEMORY_TARGET paramete rsareset.

    D.The SGA_MAX_SIZEandSGA_TARGET parameter value sare note qual.


    参考答案:B

  • 第3题:

    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

    正确答案:B

  • 第4题:

    You want to enable automatic PGA memory management in your database. Which setting is required to achieve this?()

    • A、Set MEMORY_TARGET to zero
    • B、Set the STATISTICS_LEVEL parameter to BASIC
    • C、Set the WORKAREA_SIZE_POLICY parameter to MANUAL
    • D、Set the PGA_AGGREGATE_TARGET parameter to nonzero value

    正确答案:D

  • 第5题:

    For Oracle 11g, Oracle strongly recommends that you configure your database to use which of the following memory-management features?()  

    • A、 Automatic PGA Memory Management
    • B、 Automatic SGA Memory Management
    • C、 Automatic Shared Memory Management
    • D、 Automatic Memory Management
    • E、 Manual SGA Memory Management
    • F、 None of the above

    正确答案:D

  • 第6题:

    Which statement about Automatic Memory Management with Oracle 11g is true?()

    • A、You cannot specify MEMORY_TARGET if you explicitly specify SGA_TARGET or PGA_AGGREGATE_TARGET values that are greater than zero in your parameter file.
    • B、Oracle can reallocate memory between the SGA and PGA automatically as needed.
    • C、To use Automatic Memory Management, you must explicitly set both the MEMORY_TARGET and MEMORY_MAX_TARGET parameters in your parameter file.
    • D、You can set the MEMORY_TARGET parameter to a maximum value of the current SGA size plus the current PGA size

    正确答案:B

  • 第7题:

    多选题
    You set the value of the SGA_TARGET initialization parameter to 1G to enable Oracle to automatically resize most of the memory components according to the current workload in the database. You issue the following statement:   SQL> SELECT name, value, isdefault  2 FROM v$parameter   3 WHERE name LIKE ’%size%’;   The output of this statement displays that the DB_CACHE_SIZE, SHARED_POOL_SIZE,  LARGE_POOL_SIZE, and JAVA_POOL_SIZE initialization parameters contain a zero value.  What does this imply?()
    A

    The SGA_TARGET initialization parameter cannot be set to a value less than 1G

    B

    The SGA_TARGET initialization parameter cannot be set to a value greater than 1G

    C

    The Memory Advisor of the Oracle Enterprise Manager 10g cannot be used to obtain advice on the important memory components of the SGA

    D

    The values of the DB_CACHE_SIZE, SHARED_POOL_SIZE, LARGE_POOL_SIZE, and JAVA_POOL_SIZE initialization parameters cannot be set manually.

    E

    No minimum limits are imposed on the DB_CACHE_SIZE, SHARED_POOL_SIZE, LARGE_POOL_SIZE, and  JAVA_POOL_SIZE initialization parameters.

    F

    The Automatic Shared Memory Management feature cannot be disabled unless you specify values for the  DB_CACHE_SIZE, SHARED_POOL_SIZE, LARGE_POOL_SIZE, and JAVA_POOL_SIZE initialization parameters in the initialization parameter file.


    正确答案: B,A
    解析: 暂无解析

  • 第8题:

    多选题
    Which statements about the MEMORY_TARGET initialization parameter are true?()
    A

    MEMORY_TARGET can be increased up to the value of MEMORY_MAX_TARGET, if  MEMORY_MAX_TARGET is set to a value greater than zero

    B

    MEMORY_MAX_TARGET defaults to a value of zero if MEMORY_TARGET is not set

    C

    MEMORY_TARGET represents the total amount of memory that can be allocated to SGA and PGA memory structures.

    D

    MEMORY_TARGET is static and cannot be modified without shutting down the instance


    正确答案: C,A
    解析: 暂无解析

  • 第9题:

    单选题
    You have included the following parameter settings in your SPFILE://    SGA_MAX_SIZE=8G   SGA_TARGET=6G   DB_CACHE_SIZE=2G   SHARED_POOL_SIZE=1G   LOG_BUFFER=64M   DB_KEEP_CACHE_SIZE=960M   Which statement is true if you modify the SGA_TARGET initialization parameter?()
    A

    The SGA_TARGET initialization parameter cannot be set to a value greater than 8G

    B

     The DB_CACHE_SIZE initialization parameter cannot be set to a value less than 2G

    C

     The DB_CACHE_SIZE initialization parameter cannot be set to a value greater than 2G

    D

     The DB_KEEP_CACHE_SIZE initialization parameter cannot be set to a value greater than 960M 

    E

     The DB_KEEP_CACHE_SIZE initialization parameter cannot be set to a value less than 960M


    正确答案: C
    解析: 暂无解析

  • 第10题:

    单选题
    Which statement about Automatic Memory Management with Oracle 11g is true?()
    A

     You cannot specify MEMORY_TARGET if you explicitly specify SGA_TARGET or  PGA_AGGREGATE_ TARGET values that are greater than zero in your parameter file.

    B

     Oracle can reallocate memory between the SGA and PGA automatically as needed.

    C

     To use Automatic Memory Management, you must explicitly set both the MEMORY_TARGET and MEMORY_MAX_TARGET parameters in your parameter file.

    D

     You can set the MEMORY_TARGET parameter to a maximum value of the current SGA size plus the current PGA size.


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    You want to enable automatic PGA memory management in your database. Which setting is required to achieve this?()
    A

     Set MEMORY_TARGET to zero

    B

     Set the STATISTICS_LEVEL parameter to BASIC

    C

     Set the WORKAREA_SIZE_POLICY parameter to MANUAL

    D

     Set the PGA_AGGREGATE_TARGET parameter to nonzero value


    正确答案: C
    解析: 暂无解析

  • 第12题:

    单选题
    Which statement about Automatic Memory Management with Oracle 11g is true?()
    A

    You cannot specify MEMORY_TARGET if you explicitly specify SGA_TARGET or PGA_AGGREGATE_TARGET values that are greater than zero in your parameter file.

    B

    Oracle can reallocate memory between the SGA and PGA automatically as needed.

    C

    To use Automatic Memory Management, you must explicitly set both the MEMORY_TARGET and MEMORY_MAX_TARGET parameters in your parameter file.

    D

    You can set the MEMORY_TARGET parameter to a maximum value of the current SGA size plus the current PGA size


    正确答案: B
    解析: 暂无解析

  • 第13题:

    You are planning the creation of a new multitenant container database (CDB) and want to store the ROOT and SEED container data files in separate directories.You plan to create the database using SQL statements.Which three techniques can you use to achieve this?()

    A. Use Oracle Managed Files (OMF).

    B. Specify the SEED FILE_NAME_CONVERT clause.

    C. Specify the PDB_FILE_NAME_CONVERT initialization parameter.

    D. Specify the DB_FILE_NAMECONVERT initialization parameter.

    E. Specify all files in the CREATE DATABASE statement without using Oracle managed Files (OMF).


    参考答案:A, B, C

  • 第14题:

    Which statements about the MEMORY_TARGET initialization parameter are true?() 

    • A、 MEMORY_TARGET can be increased up to the value of MEMORY_MAX_TARGET, if  MEMORY_MAX_TARGET is set to a value greater than zero
    • B、 MEMORY_MAX_TARGET defaults to a value of zero if MEMORY_TARGET is not set
    • C、 MEMORY_TARGET represents the total amount of memory that can be allocated to SGA and PGA memory structures.
    • D、 MEMORY_TARGET is static and cannot be modified without shutting down the instance

    正确答案:A,B,C

  • 第15题:

    You are planning the creation of a new multitenant container database (CDB) and want to store the ROOT and SEED container data files in separate directories. You plan to create the database using SQL statements. Which three techniques can you use to achieve this?()

    • A、Use Oracle Managed Files (OMF).
    • B、Specify the SEED FILE_NAME_CONVERT clause.
    • C、Specify the PDB_FILE_NAME_CONVERT initialization parameter.
    • D、Specify the DB_FILE_NAMECONVERT initialization parameter.
    • E、Specify all files in the CREATE DATABASE statement without using Oracle managed Files (OMF).

    正确答案:A,B,C

  • 第16题:

    You are working in a dedicated server environment. Your database is running in the automatic Program Global Area (PGA) memory management mode.   Which two statements are correct in this scenario?()

    • A、The WORK_AREASIZE_POLICY initialization parameter cannot be set to AUTO.
    • B、The Oracle database automatically controls the amount of PGA memory allotted to SQL work areas.
    • C、Setting the value of the SGA_TARGET initialization parameter to 0 will disable the automatic PGA  memory management.
    • D、The SORT_AREA_SIZE parameter is ignored by all the sessions running in the automatic PGA  memory management mode.

    正确答案:B,D

  • 第17题:

    Which of the following Oracle features is enabled by setting a nonzero value for the MEMORY_TARGET initialization parameter?()  

    • A、 Automatic PGA Memory Management
    • B、 Automatic SGA Memory Management
    • C、 Automatic Shared Memory Management
    • D、 Automatic Memory Management
    • E、 Manual SGA Memory Management
    • F、 None of the above

    正确答案:D

  • 第18题:

    By setting the value of MEMORY_TARGET to zero and setting the value of SGA_TARGET to a nonzero value, you will enable which of the following memory-management options?()  

    • A、 Automatic PGA Memory Management
    • B、 Automatic SGA Memory Management
    • C、 Automatic Shared Memory Management
    • D、 Automatic Memory Management
    • E、 Manual SGA Memory Management
    • F、 None of the above

    正确答案:C

  • 第19题:

    单选题
    Which statements about the MEMORY_TARGET initialization parameter are true?() (Choose all that apply.)
    A

    MEMORY_TARGET can be increased up to the value of MEMORY_MAX_TARGET, if MEMORY_MAX_TARGET is set to a value greater than zero

    B

    MEMORY_MAX_TARGET defaults to a value of zero if MEMORY_TARGET is not set

    C

    MEMORY_TARGET represents the total amount of memory that can be allocated to SGA and PGA memory structures.

    D

    MEMORY_TARGET is static and cannot be modified without shutting down the instance


    正确答案: A
    解析: 暂无解析

  • 第20题:

    多选题
    You are working in a dedicated server environment. Your database is running in the automatic Program Global Area (PGA) memory management mode. Which two statements are correct in this scenario? ()
    A

    The WORK_AREASIZE_POLICY initialization parameter cannot be set to AUTO.

    B

    The Oracle database automatically controls the amount of PGA memory allotted to SQL work areas.

    C

    Setting the value of the SGA_TARGET initialization parameter to 0 will disable the automatic PGA memory management.

    D

    The SORT_AREA_SIZE parameter is ignored by all the sessions running in the automatic PGA memory management mode.


    正确答案: A,B
    解析: 暂无解析

  • 第21题:

    单选题
    By setting the value of MEMORY_TARGET to zero and setting the value of SGA_TARGET to a nonzero value, you will enable which of the following memory-management options?()
    A

     Automatic PGA Memory Management

    B

     Automatic SGA Memory Management

    C

     Automatic Shared Memory Management

    D

     Automatic Memory Management

    E

     Manual SGA Memory Management

    F

     None of the above


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    To implement Automatic Management (AMM), you set the following parameters: When you try to start the database instance with these parameter settings, you receive the following error message: SQL > startup ORA-00824: cannot set SGA_TARGET or MEMORY_TARGET due to existing internal settings, see alert log for more information. Identify the reason the instance failed to start.()
    A

    The PGA_AGGREGATE_TARGET parameter is set to zero.

    B

    The STATISTICS_LEVEL parameter is setto basic.

    C

    Both the SGA_TARGETandMEMORY_TARGET paramete rsareset.

    D

    The SGA_MAX_SIZEandSGA_TARGET parameter value sare note qual.


    正确答案: C
    解析: 暂无解析

  • 第23题:

    单选题
    For Oracle 11g, Oracle strongly recommends that you configure your database to use which of the following memory-management features?()
    A

     Automatic PGA Memory Management

    B

     Automatic SGA Memory Management

    C

     Automatic Shared Memory Management

    D

     Automatic Memory Management

    E

     Manual SGA Memory Management

    F

     None of the above


    正确答案: D
    解析: 暂无解析