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

052-149

时间:2017-12-14 14:52:58      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:back   数据   for   man   数据字典   压缩   about   ase   lis   

You executed the following command to create a tablespace called SALES_DATA:
SQL> CREATE TABLESPACE sales_data DATAFILE SIZE 100M
SEGMENT SPACE MANAGEMENT AUTO;
Which two statements are true about the SALES_DATA tablespace? (Choose two.)
A.The database automatically determines the extent-sizing policy for the tablespace.
B.The segments are automatically shrunk when the contents are removed from them.
C.The allocation of extents within the tablespace is managed through the dictionary tables.
D.The space utilization description of the data blocks in segments is recorded in bitmap blocks.
E.The space utilization description of the data blocks in segments is managed through free lists.

SEGMENT SPACE MANAGEMENT AUTO--说明启用了 assm
A:正确,assm
B:错误,这个应该属于表压缩的功能
C:错误,这个说的是数据字典管理的表空间
D:正确,这里启用了 assm,因此使用的是位图
E:错误

052-149

标签:back   数据   for   man   数据字典   压缩   about   ase   lis   

原文地址:http://www.cnblogs.com/Babylon/p/8037443.html

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