ocp 052 you are creating a locally managed tablespace

You are creating a locally managed tablespace to meet the following requirements: 

All the extents should be of the same size. The data should be spread across two data files.

A bitmap should be used to record the free space within the allocated extents.

Which three options would you choose? (Choose three.) 

A) set PCTFREE and PCTUSED to 50

B) specify extent allocation as Uniform

C) specify extent allocation as Automatic

D) create the tablespace as bigfile tablespace

E) create the tablespace as smallfile tablespace

F) set segment space management to Automatic

G) use the RESIZE clause while creating the tablespace

 

Answer: B,E,F

All the extents should be of the same size,需要區統一管理,選B

The data should be spread across two data files,只有smallfile類型的表空間纔能有多個數據文件,所以選E。

A bitmap should be used to record the free space within the allocated extents,要用位圖管理,那麼需要段空間自動管理(ASSM),選F

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章