zoukankan      html  css  js  c++  java
  • 053367

    Youre performing tablespace point-in-time recovery on a tablespace called USERS. If an object in
    that tablespace has a foreign key constraint owned by another object in the INDEX_TBS, which statement is true?
    A. You cannot perform the TSPITR with the constraints enabled.
    B. You must perform the TSPITR recovery of both tablespaces for it to be successful.
    C. You can perform TSPITR only on the USERS tablespace.
    D. RMAN will determine if the INDEX_TBS tablespace must also be duplicated and will duplicate it
    automatically.
    E. The TSPITR will only be successful if the constraint is enabled.

      If there is a constraint between tow objects in two different tablespaces,you must perform a TSPITR between the two tablespaces.As an alternative,you could disable or drop the constraint.You may not be able to reenable the constraint with validation after the TSPITR,however.

    注:TSPITR基于时间点的表空间恢复tablespace point in time recover

  • 相关阅读:
    2
    1
    java10
    java8
    java9
    java7
    java6
    java5
    java4
    java3
  • 原文地址:https://www.cnblogs.com/Babylon/p/7826055.html
Copyright © 2011-2022 走看看