单选题in your database instance, the STATISTICS_LEVEL initialization parameter is set to BASIC.  What is the impactof this setting()A Optimizer statistics are collected automatically.B Only timed operating system (OS) statistics and plan execution statistics

题目
单选题
in your database instance, the STATISTICS_LEVEL initialization parameter is set to BASIC.  What is the impactof this setting()
A

Optimizer statistics are collected automatically.

B

Only timed operating system (OS) statistics and plan execution statistics are collected.

C

The snapshots for the Automatic Workload Repository (AWR) are not generated automatically.

D

Snapshots cannot be collected manually by using the DBMS_WORKLOAD_REPOSITORY package.

E

The Oracle server dynamically generates the necessary statistics on tables as part of query optimization.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Examine the parameter for your database instance:You generated the execution plan for the following query in the plan table and noticed that the nested loop join was done. After actual execution of the query, you notice that the hash join was done in the execution plan:Identify the reason why the optimizer chose different execution plans.()

A. The optimizer used a dynamic plan for the query.

B. The optimizer chose different plans because automatic dynamic sampling was enabled.

C. The optimizer used re-optimization cardinality feedback for the query.

D. The optimizer chose different plan because extended statistics were created for the columns used.


参考答案:B

第2题:

The database instance has the following parameter setting: OS_AUTHENT_PREFIX = OPS$ OS_ROLES = FALSE  REMOTE_OS_AUTHENT = FALSE REMOTE_OS_ROLES = FALSE TIMED_OS_STATISTICS = 0  You have a local operating system user SKD. You create a database user OPS$SKD, and then  assignexternal authentication. The user OPS$SKD has the CREATE SESSION privilege.  What would youachieve by the above process()

  • A、The database user OPS$SKD will be able to administer the database.
  • B、The authentication detail for the database user OPS$SKD is recorded in the password file.
  • C、The local operating system user SKD will be able to access the database instance without specifying the username and password.
  • D、The database user OPS$SKD has to login with the password of the local operating system user SKD to access the database instance.

正确答案:C

第3题:

Which setting enables the baselines by default in Oracle Database 11g?()

A. setting the STATISTICS_LEVEL parameter to TYPICAL

B. adding filters to the Automatic Database Diagnostic Monitor (ADDM)

C. enabling Automated Maintenance Task using Oracle Enterprise Manager

D. setting the OPTIMIZER_USE_PENDING_STATISTICS parameter to TRUE


参考答案:A

第4题:

In your running instance, some of the initialization parameters are set as shown below: SGA_MAX_SIZE = 14GB  DB_CACHE_SIZE = 1GB  SHARED_POOL_SIZE = 3GB  STATISTICS_LEVEL = BASIC  PGA_AGGREGATE_TARGET = 0  You plan to enable Automatic Shared Memory Management but you are not able to set SGA_TARGET to a nonzero value. What could be the reason?()

  • A、The STATISTICS_LEVEL initialization parameter is set to BASIC
  • B、The PGA_AGGREGATE_TARGET initialization parameter is set to zero.
  • C、The SGA_MAX_SIZE initialization parameter is set to less than 20 GB
  • D、The DB_CACHE_SIZE initialization parameter is set to less than 5 GB
  • E、The SHARED_POOL_SIZE initialization parameter is set to a nonzero value.

正确答案:A

第5题:

In your database,the STATISTICS_LEVEL initialization parameter is set to BASIC. What is the impact of this setting?()

  • A、The optimizer statistics are collected automatically.
  • B、Only the timed operating system (OS) statistics and plan execution statistics are collected.
  • C、The Oracle server dynamically generates the necessary statistics on tables as part of query optimization.
  • D、The snapshots for the Automatic Workload Repository (AWR) are not generated automatically. 
  • E、Snapshots cannot be collected manually by using DBMS_WORKLOAD_REPOSITORY PACKAGE.

正确答案:D

第6题:

Your database is functional with peak load for one hour. You want to preserve the performance statistics collected during this period so that they can be used for comparison while analyzing the performance of the database in the future.  What action would you take to achieve this task?()

  • A、Set the STATISTICS_LEVEL initialization parameter to ALL.
  • B、Create a baseline on a pair of snapshots that have the statistics of the peak­load period in the database.
  • C、Decrease the snapshot interval in the AWR to collect more number of snapshots during the peak­load period.
  • D、Set the snapshot retention period in the Automatic Workload Repository (AWR) to zero to avoid theautomatic purging of the snapshots.

正确答案:B

第7题:

Examine the parameter for your database instance: You generated the execution plan for the following query in the plan table and noticed that the nested loop join was done. After actual execution of the query, you notice that the hash join was done in the execution plan: Identify the reason why the optimizer chose different execution plans.()

  • A、The optimizer used a dynamic plan for the query.
  • B、The optimizer chose different plans because automatic dynamic sampling was enabled.
  • C、The optimizer used re-optimization cardinality feedback for the query.
  • D、The optimizer chose different plan because extended statistics were created for the columns used.

正确答案:B

第8题:

You are connected to a pluggable database (PDB) as a common user with DBA privileges.The STATISTICS_LEVEL parameter is PDB_MODIFIABLE. You execute the following:SQL > ALTER SYSTEM SET STATISTICS_LEVEL = ALL SID = ‘*’ SCOPE = SPFILE;Which is true about the result of this command?()

A. The STATISTICS_LEVEL parameter is set to all whenever this PDB is re-opened.

B. The STATISTICS_LEVEL parameter is set to ALL whenever any PDB is reopened.

C. The STATISTICS_LEVEL parameter is set to all whenever the multitenant container database (CDB) is restarted.

D. Nothing happens; because there is no SPFILE for each PDB, the statement is ignored.


参考答案:C

第9题:

Which setting enables the baselines by default in Oracle Database 11g?()  

  • A、 setting the STATISTICS_LEVEL parameter to TYPICAL
  • B、 adding filters to the Automatic Database Diagnostic Monitor (ADDM)
  • C、 enabling Automated Maintenance Task using Oracle Enterprise Manager
  • D、 setting the OPTIMIZER_USE_PENDING_STATISTICS parameter to TRUE

正确答案:A

第10题:

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

更多相关问题