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

052-197(新增70题2018)

时间:2018-03-16 18:50:06      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:roc   temporary   rar   undo   rate   fast   color   ast   https   

You specified extent management as local for a tablespace.

How will it affect space management in the tablespace?

A. All the extents will be of the same size.

B. Bitmap will be used to record free and allocated extents.

C. Free extents will be managed by the data dictionary tables.

D. The tablespace will be system managed and the users cannot specify the extent size.

Answer: B

Locally Managed Tablespaces

Locally managed tablespaces track all extent information in the tablespace itself by using bitmaps, resulting in the following benefits:

  • Fast, concurrent space operations. Space allocations and deallocations modify locally managed resources (bitmaps stored in header files).

  • Enhanced performance

  • Readable standby databases are allowed, because locally managed temporary tablespaces do not generate any undo or redo.

  • Space allocation is simplified, because when the AUTOALLOCATE clause is specified, the database automatically selects the appropriate extent size.

  • User reliance on the data dictionary is reduced, because the necessary information is stored in file headers and bitmap blocks.

  • Coalescing free extents is unnecessary for locally managed tablespaces.

All tablespaces, including the SYSTEM tablespace, can be locally managed.

The DBMS_SPACE_ADMIN package provides maintenance procedures for locally managed tablespaces.

052-197(新增70题2018)

标签:roc   temporary   rar   undo   rate   fast   color   ast   https   

原文地址:https://www.cnblogs.com/Babylon/p/8583653.html

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