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

 
 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

答案解析:

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。

原文地址:https://www.cnblogs.com/riasky/p/3478740.html