nerdexam
Oracle

1Z0-054 · Question #36

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, whereas…

The correct answer is C. Set the INCREMENTAL preference to TRUE for the partition table. See the full explanation below for the reasoning.

Question

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, whereas 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 at regular intervals:

SQL> EXECUTE DBMS_STATS.GATHER_TABLE_STATS('SH','SALES',GRANULARITY=>'AUTO'); You need statistics to be collected more quickly. How do you achieve this?

Options

  • ASet the PUBLISH preference to TRUE for the partition table.
  • BSet the NO_VALIDATE preference to TRUE for the partition table.
  • CSet the INCREMENTAL preference to TRUE for the partition table.
  • DIncrease the value of the STALE_PERCENT preference for the partition table.

How the community answered

(26 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    77% (20)
  • D
    12% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-054 Practice