zoukankan      html  css  js  c++  java
  • OCP-1Z0-053-200题-56题-633

    QUESTION 56

    Which three statements must be true before transporting a tablespace from a database on one platform to a

    database on another platform? (Choose three.)

    A. Both source and target database must be the same character set

    B. Both source and target database must have the same endian format

    C. The COMPATIBLEparameter must be the same in the source and target databases.

    D. The minimum compatibility level for both the source and target database must be 10.0.0.

    E. All read-only and offline data files that belong tothe tablespace to be transported must be platform aware.

    Answer: ABD

    同633题:http://blog.csdn.net/rlhua/article/details/17258835


    Explanation/Reference:

    Section: Database Architecture & Resource Management, RAC, ASM

    http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/tspaces013.htm#ADMIN01101

    Limitations on Transportable Tablespace Use

    The source and target database must use the same character set and national character set.

    You cannot transport a tablespace to a target database in which a tablespace with the same name already

    exists. However, you can rename either the tablespace to be transported or the destination tablespace before

    the transport operation.

    Objects with underlying objects (such as materialized views) or contained objects (such as partitionedtables)

    are not transportable unless all of the underlying or contained objects are in the tablespace set.

    Encrypted tablespaces have the following the limitations:

    Before transporting an encrypted tablespace,you must copy the Oracle wallet manually to the destination

    database, unless the master encryption key is stored in a Hardware Security Module

    (HSM) device instead of an Oracle wallet. When copying the wallet, the wallet password remains the

    same in the destination database. However, it is recommended that you change the password

    on the destination database so that each database has its own wallet password. See Oracle Database

    Advanced Security Administrator's Guide for information about HSM devices, about

    determining the location of the Oracle wallet, and about changing the wallet password with Oracle Wallet

    Manager.

    You cannot transport an encrypted tablespaceto a database that already has an Oracle wallet for

    transparent data encryption. In this case, you mustuse Oracle Data Pump to export the tablespace's

    schema objects and then import them to the destination database. You can optionally take advantage of

    Oracle Data Pump features that enable you to maintain encryption for the data while it is being

    exported and imported.

    See Oracle Database Utilities for more information.

    You cannot transport an encrypted tablespace to a platform with different endianness.

    Tablespaces that do not use block encryption but that contain tables with encrypted columns cannot be

    transported. You must use Oracle Data Pump to export and import the tablespace's schema objects. You can

    take advantage of Oracle Data Pump features that enable you to maintain encryption for the data while it is

    being exported and imported. See Oracle Database Utilities for more information.

    Beginning with Oracle Database 10g Release 2, you can transport tablespaces that contain XMLTypes.

    Beginning with Oracle Database 11g Release 1, you must use only Data Pump to export and import the

    tablespace metadata for tablespaces that contain XMLTypes.

    The following table shows the minimum compatibilityrequirements of the source and target tablespace in

    various scenarios. The source and target database need not have the same compatibility setting.

  • 相关阅读:
    First Missing Positive
    Find Minimum in Rotated Sorted Array II
    switch两种写法对比
    常用的前端JavaScript方法封装
    如何保证缓存和数据库的一致性?
    14个前端小知识
    dataTable转换特定的类
    C# MD5 32大写位加密 UTF-8编码
    另一个 SqlParameterCollection 中已包含 SqlParameter
    C#实现数据回滚,A事件和B事件同时执行,其中任何一个事件执行失败,都会返回失败
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13316016.html
Copyright © 2011-2022 走看看