加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

OCP-V13-028

发布时间:2020-12-15 07:19:47 所属栏目:百科 来源:网络整理
导读:QUESTION 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

QUESTION 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.
Correct Answer: C


数据库中有一个分区表。表中的每个分区包含销售数据
一个季度。
分区与当前季度的修改频繁,其他分区进行较少的数据
操作。表的首选项设置为默认值。你收

集统计
使用下列命令在规则的时间间隔中使用下列命令:
SQL> EXECUTE DBMS_STATS.GATHER_TABLE_STATS(‘SH’,GRANULARITY=>’GLOBAL’);
你需要统计数据更快速地收集。你能做什么来实现这个

C.为分区表设置增量值。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读