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                              --其对象内容不是存储在数据库中,而是存储在操作系统当中

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

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

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

  • 相关阅读:
    PageObject小结
    python函数默认参数坑
    编译Android 8.0系统 并刷入pixel
    CF 289 F. Progress Monitoring DP计数
    EDU 61 F. Clear the String 区间dp
    Educational Codeforces Round 55 G 最小割
    Educational Codeforces Round 55 E 分治
    hdu 6430 bitset暴力
    AC自动机+DP codeforces86C
    CF895C dp/线性基
  • 原文地址:https://www.cnblogs.com/arcer/p/3129831.html
Copyright © 2011-2022 走看看