• 053426


    The following query will provide what information about transportable tablespaces for the current
    database? (Choose all that apply.)
    select d.platform_name "Source", t.platform_name
    "Compatible Targets", endian_format
    from v$transportable_platform t, v$database d
    where t.endian_format = (select endian_format
    from v$transportable_platform t,
    v$database d
    where d.platform_name =
    platform_name);
    A. The list of target platforms having the same endian format as the source database
    B. The list of target platforms requiring endian conversion
    C. The list of target platforms that will not require endian conversion
    D. The list of all target platforms that can receive transportable tablespaces from the source database
    E. None of the above

      The SQL query return s the list of target platforms that have the same endian format and do not require RMAN conversion between source and destination database.

    endian(oracle 字节序)

  • 相关阅读:
    线程
    网络编程
    正则表达式
    XML
    java----八种排序算法
    Java 关键字 速查表
    Day_19多线程(下)
    Day18_进程(中)
    Day17_进程(上)
    Day15_IO流(上)
  • 原文地址:https://www.cnblogs.com/Babylon/p/7832638.html
Copyright © 2020-2023  润新知