zoukankan      html  css  js  c++  java
  • 053383

    At the request of a user, you issue the following command to restore a dropped table: flashback table "BIN$F2JFfMq8Q5unbC0ceE9eJg==$0" to before drop; Later, the user notifies you that the data in the table seems to be very old and out of date.
    What might be the problem?
    A. Because a proper range of SCNs was not specified, the wrong data was restored.
    B. A proper range of timestamps was not specified, so the wrong data was restored.
    C. A previous Flashback Drop operation had been performed, resulting in multiple versions of the table being stored in the Recycle Bin.
    D. Either option A or B could be correct. Not enough information was provided to determine which.
    E. None of the above

      A Flashback Drop operation restores dropped objects form the Recycle Bin.It does not use SCN or timestamp ranges,so option A,B,and D are incorrect.Also,Flashback Drop operation don't craete objects in the Recycle Bin(they move them out of the Recucle Bin),so C is incorrect.The likely cause is that multiple versions of the table existed in the Recycle Bin and the wrong one restored.

  • 相关阅读:
    ajax遇到的问题
    Javascript事件传播(冒泡机制) (摘自 博客园 萍水相逢)
    学习的一点体悟和衷告
    localStorag的一点见解
    感谢!
    文件上传的一些方法
    form:form的一点体会
    鼠标事件大汇总
    readonly和disabled的异同
    说说icon图标
  • 原文地址:https://www.cnblogs.com/Babylon/p/7826603.html
Copyright © 2011-2022 走看看