zoukankan      html  css  js  c++  java
  • [bbk5323] 第114集 第14章 数据库空间管理 03

    Transporting Databases

    • Generalize the transportable tablespace feature
    • Data subsets can easily be distributed from a data warehorsing enviroment to data marts,which are usually on smaller platforms.
    • A database can be migrated from one platform to another very quickly.

    Database Transportation Procedure:Source System Conversion

    Open database in READ ONLY mode and Compatible=10.0.0 or higer

    Database Transportation Procedure:Target System Conversion

    Database Transportation :Considerations

    • Create the password file on the target platform.
      • ORAPWD
    • Transport the BFILEs used in the source database
    • The generated PFILE and transport script use OMF.
    • Use DBNEWID to change the DBID.

    数据库移植:移植到目标数据库之后,控制文件、临时文件、日志文件都是需要重新创建的.

    源数据库表中

      :BFILEs                              --其对象内容不是存储在数据库中,而是存储在操作系统当中

      :数据库中的目录对象     --其目录对象对应的路径,存储在操作系统文件中

      :外部表这些对象         --对象数据,存储在操作系统文件中

    上述这些情况,在移植数据库之后,需要在目标数据库中重建.

  • 相关阅读:
    你可见过一种基于状压的二进制筛法?
    dp
    tricks
    csp2020 游记
    洛谷P2982 [USACO10FEB]慢下来Slowing down
    NOIP 2018 大翻车记
    2019 ICPC 南京网络赛
    POJ2778 AC自动机 + 快速矩阵幂
    2019 CCPC网络赛
    2018ICPC 北京
  • 原文地址:https://www.cnblogs.com/arcer/p/3129831.html
Copyright © 2011-2022 走看看