码迷,mamicode.com
首页 > 其他好文 > 详细

ocp-410

时间:2015-10-15 10:11:43      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:统计学   session   sql   

QUESTION NO: 410?
You executed the following commands:
SQL> ALTER SESSION SET OPTIMIZER_USE_PENDING_STATISTICS = false;
SQL> EXECUTE DBMS_STATS.SET_TABLE_PREFS(‘SH’, ‘CUSTOMERS’, ‘PUBLISH’,’false’);
SQL> EXECUTE DBMS_STATS.GATHER_TABLE_STATS(‘SH’, ‘CUSTOMERS’);
Which statement is correct regarding the above statistics collection on the SH.CUSTOMERS table in the
above session?
A. The statistics are stored in the pending statistics table in the data dictionary.
B. The statistics are treated as the current statistics by the optimizer for all sessions.
C. The statistics are treated as the current statistics by the optimizer for the current sessions only.
D. The statistics are temporary and used by the optimizer for all sessions until this session terminates.

Answer: A


在以上会话中,有关在SH.客户表的上述统计集上,哪种说法是正确的?

A.统计信息存储在数据字典中的挂起的统计表。


ocp-410

标签:统计学   session   sql   

原文地址:http://blog.csdn.net/xuejiayue1105/article/details/49148301

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!