Oracle 11G OCP 1Z0-053 28

LuiseDalian發表於2014-08-11
(28)You have a range-partitioned table in your database.Each partition in the table contains the sales data for a quarter.

The partition related to the current quarter is modified frequently and other partitions undergo fewer data manipulations.

The preferences for the table are set to their default values.You collect statistics for the table using the following command in regular intervals:

SQL>EXECUTE DBMS_STATS.GATHER_TABLE_STATS('SH','SALES',GRANULARITY=>'GLOBAL');

You need statistics to be collected more quickly.

What can you do to achieve this?

A. Set DYNAMIC_SAMPLING to level 4.

B. Set the STATISTICS_LEVEL parameter to BASIC.

C. Set the INCREMENTAL value to TRUE for the partition table.

D. Increase the value of STALE_PERCENT for the partition table.

答案:(C)

解析:

檢視DBMS_STATS包

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1248923/,如需轉載,請註明出處,否則將追究法律責任。

相關文章