单选题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 statistic

题目
单选题
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.

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

第1题:

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

第2题:

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

第3题:

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

第4题:

A new report process containing a complex query is written, with high impact on the database. You wantto collect basic statistics about query, such as the level of parallelism, total database time, and the number of I/O requests. For the database instance STATISTICS_LEVEL, the initialization parameter is set to TYPICAL and theCONTROL_MANAGEMENT_PACK_ACCESS parameter is set to DIAGNOSTIC+TUNING. What should you do to accomplish this task?()

  • A、Execute the query and view Active Session History (ASH) for information about the query.
  • B、Enable SQL trace for the query.
  • C、Create a database operation, execute the query, and use the DBMS_SQL_MONITOR. REPORT_SQL_MONITOR function to view the report.
  • D、Use the DBMS_APPLICATION_INFO.SET_SESSION_LONGOPS procedure to monitor query execution and view the information from the V$SESSION_LONGOPS view.

正确答案:C

第5题:

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

第6题:

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

第7题:

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

第8题:

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

第9题:

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

第10题:

You work as a database administrator for Certkiller .com. Users complain that their query is taking a long time to complete. You suspect the database buffer cache size to be the reason, and you define an alert to be generated when the buffer cache hit metric goes below 85%. When you observe the dynamic performance views, you find that the buffer cache hit ratio is 81% but no alerts are being generated.  What could be the reason for this problem?()

  • A、The advisory memory has been turned off.
  • B、The DB_CACHE_ADVICE parameter has been set to OFF in the parameter file.
  • C、The STATISTICS_LEVEL parameter has been set to BASIC in the parameter file.
  • D、The TIMED_STATISTICS parameter has been set to FALSE in the parameter file.
  • E、The STATISTICS_LEVEL parameter has been set to TYPICAL in the parameter file.

正确答案:C

更多相关问题