zoukankan      html  css  js  c++  java
  • 053-009

    9.Which statement describes the information returned by the DBMS_SPACE.SPACE_USAGE procedure
    for LOB space usage?
    A. It returns space usage of only BasicFile LOB chunks.
    B. It returns space usage of only SecureFile LOB chunks.
    C. It returns both BasicFile and SecureFile LOB space usage for only nonpartitioned tables.
    D. It returns both BasicFile and SecureFile LOB space usage for both partitioned and nonpartitioned
    tables.
    Answer: B

    解析:
    The existing SPACE_USAGE procedure is overloaded to return information about LOB space usage. It returns the amount of disk space in blocks used by all the LOBs in the LOB segment. This procedure can only be used on tablespaces that are created with auto segment space management.This procedure is for SECUREFILE LOBs.
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28393/adlob_smart.htm#sthref162

  • 相关阅读:
    BZOJ1556 墓地秘密
    [NOI2006]网络收费
    UVA11401 Triangle Counting
    UVA11538 Chess Queen
    BZOJ2560 串珠子
    BZOJ4057 [Cerc2012]Kingdoms
    [HNOI2012] 集合选数
    [Haoi2016]字符合并
    [Snoi2013]Quare
    洛谷平衡树模板总结
  • 原文地址:https://www.cnblogs.com/bowshy/p/3675909.html
Copyright © 2011-2022 走看看