zoukankan      html  css  js  c++  java
  • 052-166

    View the Exhibit and examine the setting for a table.



    Which statement is true about the PCTFREE setting for the table?
    A.It sets the minimum percentage of a data block to be reserved to contain chained rows from other
    blocks.
    B.It sets the minimum percentage of a data block to be reserved as free space before the server prevents inserts into the block.
    C.It sets the minimum percentage of a data block to be reserved to contain the bitmap used to maintain the free block information.
    D.It sets the minimum percentage of a block that can be used for row data plus overhead before new rows are added to the block.

    PCTFREE 指的是为一个块保留的空间百分比,也就是什么情况下可以 insert,保留它的目的其实是为了给 update 保留空间,防止发生行迁移
    A:错误,不是为了行链接
    B:正确
    C:错误,不是为了位图
    D:错误

  • 相关阅读:
    代码管理工具SonarQube的搭建和使用
    WebFlux Logs日志
    WebFlux WebClient异常处理
    WebFlux- WebClient(二)
    WebFlux- WebClient(一)
    WebFlux-Server-Sent Event服务器推送事件
    Reactive Stack
    Flink
    Gradle
    springboot
  • 原文地址:https://www.cnblogs.com/Babylon/p/8039114.html
Copyright © 2011-2022 走看看