当前位置:首页 > OCP_053_54 > 正文内容

SQKK>select blocks FROM user_segments WHERE segment_name=’ALTB’;

2023-12-01OCP_053_54

SQKK>select blocks FROM user_segments WHERE segment_name=’ALTB’;   #BLOCKS   ---------------   #704      SQL>ALTER TABLE altb SHRINK SOACE CINOACT;   Table altered   SQL>select blocks FROM user_segments WHERE segment_name=’ALTB’;      #BLOCKS   ------------   #704      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

正确答案是D

扫描二维码免费使用微信小程序搜题/刷题/查看解析。

版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。

本文链接:https://20230611.cn/post/8813245.html