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

原文链接:http://www.cnblogs.com/riasky/p/3478740.html    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。

 

转载于:https://www.cnblogs.com/riasky/p/3478740.html

上一篇:docker启动失败


下一篇:java.io.FileNotFoundException: class path resource cannot be opened because it does not exist.