Objectives

After completing this lesson,you should be able to:

  • Describe ways to move data
  • Create and use directory objects
  • Use SQL*Loader to load data from a non-Oracle database(or user files)
  • Use external tables to move data via platform-independent files
  • Explain the general architecture of Oracle Data Pump
  • Use Data Pump Export and Import to move data between Oracle database

Moving Data:General Architecture

[bbk5381] 第94集 -第12章 -数据移植 00

数据泵的作用

  • 生产库导出到测试库
  • 数据库导出到其他类型的数据库
  • 导出元数据(数据库对象的原始定义)
  • 跨平台的移植(windows->linux)
  • 实现数据升级(10g数据升级到11g数据)
  • 性能调优(表碎片太多,通过数据泵先将数据导出,然后删除原始对象,再创建新对象,最后通过数据泵导入)

 

转载于:https://www.cnblogs.com/arcer/archive/2013/06/06/3121388.html

相关文章:

  • 2022-01-10
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2022-01-14
猜你喜欢
  • 2022-12-23
  • 2021-12-02
  • 2021-04-15
  • 2021-06-11
  • 2021-06-07
  • 2021-11-19
相关资源
相似解决方案