zoukankan      html  css  js  c++  java
  • 053428

    Which of the following are prerequisite steps to transport a database? (Choose all that apply.)
    A. Query the V$TRANSPORTABLE_PLATFORMS view in the source database to determine if the
    intended destination is listed.
    B. Verify that there are no restrictions or limitations that the source or destination database may encounter.
    C. Verify that the source and destination have the same Oracle version, critical updates, patch-set version, and patch- set exceptions.
    D. Determine if you will perform the conversion on the source or destination platform.
    E. None of the above.

      Option A is incorrect because the correct view name is V$DB_TRANSPORTABLE_PLATFORM.You'll need to verify that there are no restrictions or limitations such as storage or memory,verify that the version levels are the same,and determine where you will perform the conversion.

  • 相关阅读:
    攻克python3-进程
    攻克python3-线程
    攻克python3-socket
    攻克python3-面向对象
    攻克python3-装饰器
    攻克python3-函数
    攻克python3-文件操作
    算法基础
    MongoDB存储基础教程
    Python操作Excle
  • 原文地址:https://www.cnblogs.com/Babylon/p/7832765.html
Copyright © 2011-2022 走看看