zoukankan      html  css  js  c++  java
  • 053699

    Your database is using a default temporary tablespace that contains the temp01.tmp temporary file.All the users on the database use the default temporary tablspace. A user issues a query on the ORDERS table and receives the following error:
    What would be the most efficient way to rectify this error?
    A.Add a new tempfile to the user’s temporary tablespace and drop the tempfile that produced the error.
    B.Shut down the database instance, restore the temp01.tmp file from the backup, and then restart the database.
    C.Allow the database to continue running, drop the temp01.tmp temporary file, and then re-create it with new tempfiles.
    D.Take the temporary tablespace offline, recover the missing tempfile by applying redo logs, and then bring the temporary tablespace online.

  • 相关阅读:
    图论概况
    [NOI2006]最大获利
    Dining
    [USACO5.3]校园网Network of Schools 缩点
    I Hate It
    [USACO06JAN]牛的舞会The Cow Prom Tarjan
    爱在心中
    [HAOI2006]受欢迎的牛
    泥泞的道路
    上白泽慧音
  • 原文地址:https://www.cnblogs.com/Babylon/p/7838506.html
Copyright © 2011-2022 走看看