zoukankan      html  css  js  c++  java
  • 053365

    Which of the following restrictions are not true with respect to tablespace point-in-time recovery?
    (Choose all that apply.)
    A. The target database must be in NOARCHIVELOG mode.
    B. No backup is required of the database before you perform a TSPITR.
    C. You must have all archived redo logs generated since the last backup up to the point to which you want to restore the transport set.
    D. If you rename a tablespace, you can not perform a TSPITR to any point in time before that rename operation occurred.
    E. If you have tables in tablespace_1 that have associated constraints in tablespace_2, then you must transport both tablespaces.

      The database must be in ARCHIVELOG mode to perform a TSPITR.Additional,you must have a backup of the database that occured at a point in time before the point in time to which you want to perform the TSPITR.

  • 相关阅读:
    centos git编译
    Unix/Linux小计
    centos gcc编译
    c++隐式转换(implicit conversion)
    通用c程序Makefile
    对弈的Python学习笔记
    LeetCode最长回文子串
    JDBC09 CLOB文本大对象
    JDBC08时间处理
    JDBC07 事务
  • 原文地址:https://www.cnblogs.com/Babylon/p/7825998.html
Copyright © 2011-2022 走看看