您的位置:首页 > 其它

OCP-1Z0-053-V13.02-712新题

2013-12-17 16:20 441 查看
Why does the number of blocks for the table remain the sale after the shrink operation?
A.Because the table did not contain migrated or chained rows

B.Because the row IDs remain the same for all rows during the shrink operation

C.Because the progress of the shrink operation is not saved in the bitmap blocks of the table

D.Because the high-water mark (HWM) did not move due to the COMPACT option that is used in the shrink operation

答案解析:

http://docs.oracle.com/cd/E11882_01/server.112/e41084/statements_3001.htm#sthref3374

COMPACT
If you specify
COMPACT

, then Oracle Database only defragments the segment space and compacts the table rows for subsequent release. The database
does not readjust the high water mark and does not release the space immediately.
You must issue another
ALTER


TABLE

...
SHRINK


SPACE

statement later to complete the operation. This clause is useful if you want to accomplish the shrink operation in two shorter steps rather than one longer step.

选D。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: