【每日一練】Oracle OCP認證考試題庫解析052-3

恩墨學院發表於2015-01-19

QUESTION 3

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.

Correct Answer: AD

Explanation/Reference:

 

段空間管理: 本地管理的表空間中的段空間管理方式可指定為:

 

自動:Oracle DB 使用點陣圖管理段中的空閒空間.點陣圖描述了段中每個資料塊的狀態,該狀態與可插入行的塊中的空間量有關.當資料塊中可用空間增多或減少時,點陣圖中會反映資料塊的新狀態.透過使用點陣圖,Oracle DB 可以提高管理空閒空間的自動化程度.因此,這種空間管理方式稱為"自動段空間管理(ASSM)".

 

手動:此方法指定要使用空閒列表來管理段中的空閒空間.空閒列表是由一些資料塊組成的列表,這些資料塊中有可插入行的空間.由於這種管理段空間的方式需要為在表空間中建立的方案物件指定並最佳化PCTUSED、FREELISTS和FREELIST GROUPS儲存引數,因此這種方式稱為"手動段空間管理".支援使用此方法是為了向後相容,建議使用ASSM.

 

可透過dba_tablespaces檢視分割槽和段空間管理方式:

 

SYS@ENMOEDU> select tablespace_name,extent_management,segment_space_management      from dba_tablespaces;

 

TABLESPACE_NAME               EXTENT_MAN       SEGMEN

----------------             ----------        ------

SYSTEM                         LOCAL              MANUAL

SYSAUX                         LOCAL              AUTO

TEMP                           LOCAL              MANUAL

USERS                          LOCAL              AUTO

EXAMPLE                        LOCAL              AUTO

UNDOTBS1                       LOCAL              MANUAL




11g OCP題庫,考試必備

恩墨學院開通【免費課程複習資料申請】,幫助同學們在課程結束後,有效果的進行溫習。


申請步驟:

1、將[連結]複製-黏貼到網頁中

申請連結:

2、開啟連結後,填寫申請並提交即可

提交後,會在3個工作日內將【複習資料】傳送至您的郵箱。

更多精彩認證系列課程,期待您的關注!
http://ke.qq.com/cgi-bin/courseDetail?course_id=36323#rd

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28530558/viewspace-1406897/,如需轉載,請註明出處,否則將追究法律責任。

相關文章