zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-103题-277

    QUESTION 103

    The BOOKINGS table contains online booking information. When a booking is confirmed, the details are

    transferred to an archival table BOOKINGS_HIST and deleted from the BOOKINGS table. There is no fixed

    time interval between each online booking and its confirmation. Because sufficient space is not always

    available from the delete operations the high-watermark (HWM) is moved up and many rows are inserted

    below the HWM of the table. The BOOKINGS table has Automatic Segment Space Management (ASSM) and

    row movement enabled. The table is accessible in 24x7 mode.

    What is the most efficient method to reclaim the space released by the delete operations in the BOOKINGS

    table

    A. Perform EXPORT, DROP, and IMPORT operations on the BOOKINGS table sequentially

    B. Shrink the BOOKINGS table by using the ALTER TABLE... SHRINK SPACE command

    C. Move the BOOKINGS table to a different location by using the ALTER TABLE... MOVE command

    D. Deallocate the space in the BOOKINGS table by using the ALTER TABLE ... DEALLOCATE UNUSED

    command

    Answer: B

    同277题:http://blog.csdn.net/rlhua/article/details/13503305


    Explanation/Reference:

    Section: Managing Database Performance & Tuning

  • 相关阅读:
    一步一步来
    性能管理分析
    css架构
    bootstrap栅格系统的div高度怎样定?
    有效地重构代码
    模块化开发
    性能优化和模块化
    表单只能输入数字
    SpringMVC拦截器
    整合SSM
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316051.html
Copyright © 2011-2022 走看看