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

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

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

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

  • 相关阅读:
    信息收集之Nmap
    namp ssl秘钥安全性检测
    msf测试tomcat
    MobaXterm root用户连接虚拟机时出现Access denied
    最长公共子序列C
    web 入门58-70
    oninput,onpropertychange,onchange的用法和区别
    JavaScript判断图片是否加载完成的三种方式---转
    node.js
    SPP-Net
  • 原文地址:https://www.cnblogs.com/arcer/p/3129831.html
Copyright © 2020-2023  润新知