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

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

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

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

  • 相关阅读:
    aes加密
    获取当前系统的版本号
    解决eclipse中出现Resource is out of sync with the file system问题
    Mac系统打开命令行终端及查看操作系统版本号的方法
    android短信拦截
    android权限大全
    mac系统下的常用命令
    android 中 系统日期时间的获取
    ubuntu tor浏览器
    Python中的random模块
  • 原文地址:https://www.cnblogs.com/arcer/p/3129831.html
Copyright © 2011-2022 走看看