返回顶部
首页 > 资讯 > 数据库 >数据库中不同版本exp/imp使用注意事项有哪些
  • 294
分享到

数据库中不同版本exp/imp使用注意事项有哪些

2024-04-02 19:04:59 294人浏览 薄情痞子
摘要

小编给大家分享一下数据库中不同版本exp/imp使用注意事项有哪些,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!   使用不同版本的exp/imp 

小编给大家分享一下数据库中不同版本exp/imp使用注意事项有哪些,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!


 
  使用不同版本的exp/imp
        无论在什么时候,在不同版本的oracle 数据库中迁移数据时,都必须要遵守如下的基本规则

  1.        1.  imp工具的版本必须和目标库的版本相同。例如,使用版本为9.2.0.7的imp工具导入到版本为9.2.0.8的数据库中,会遇到错误。

  2.        2. exp工具的版本必须与源库或者目标库中版本较低的相同。

         例如,从低版本的源库exp导出数据,imp导入到高本版目标库,那么exp的版本必须要和源库相同。同理,
                    从高版本的源库exp导出数据,imp导入到低版本目标库,那么exp的版本必须和目标库相同。
    
    使用不同版本的exp/imp的约束     

  1.     1. exp工具导出的dmp文件,只能用imp工具导入。也就是说exp/imp配对使用,expdp/impdp配对使用 。exp导出的dmp文件无法用impdp导入。

  2.     2. 任何exp导出的文件,都可以imp到高版本的数据库中。也就是说,exp/imp向下兼容。

  3.     3. 低版本的imp工具无法读取高版本的exp导出的文件。例如9.2 exp导出的dmp文件无法用9.0.1版本的imp工具导入。

  4.     4. whenever a lower version of the Export utility runs with a later release of the Oracle database, cateGories of database objects that did not exist in the earlier release are excluded from the export.

 
    不同版本exp/imp迁移数据参照表  ,参见文章末尾处 表21-5

  
Using Different Releases of Export and Import

This section describes compatibility issues that relate to using different releases of Export and the Oracle database.

Whenever you are moving data between different releases of the Oracle database, the following basic rules apply:

  • The Import utility and the database to which data is being imported (the target database) must be the same release. For example, if you try to use the Import utility 9.2.0.7 to import into a 9.2.0.8 database, then you may encounter errors.

  • The version of the Export utility must be equal to the release of either the source or target database, whichever is earlier.

    For example, to create an export file for an import into a later release database, use a version of the Export utility that equals the source database. Conversely, to create an export file for an import into an earlier release database, use a version of the Export utility that equals the release of the target database.

    • In general, you can use the Export utility from any Oracle8 release to export from an Oracle9i server and create an Oracle8 export file.

Restrictions When Using Different Releases of Export and Import

The following restrictions apply when you are using different releases of Export and Import:

  • Export dump files can be read only by the Import utility because they are stored in a special binary fORMat.

  • Any export dump file can be imported into a later release of the Oracle database.

  • The Import utility cannot read export dump files created by the Export utility of a later maintenance release. For example, a release 9.2 export dump file cannot be imported by a release 9.0.1 Import utility.

  • Whenever a lower version of the Export utility runs with a later release of the Oracle database, categories of database objects that did not exist in the earlier release are excluded from the export.

  • Export files generated by Oracle9i Export, either direct path or conventional path, are incompatible with earlier releases of Import and can be imported only with Oracle9i Import. When backward compatibility is an issue, use the earlier release or version of the Export utility against the Oracle9idatabase.

Examples of Using Different Releases of Export and Import

Table 21-5 shows some examples of which Export and Import releases to use when moving data between different releases of the Oracle database.

Table 21-5 Using Different Releases of Export and Import

Export from->Import to Use Export Release Use Import Release

8.1.6 -> 8.1.6

8.1.6

8.1.6

8.1.5 -> 8.0.6

8.0.6

8.0.6

8.1.7 -> 8.1.6

8.1.6

8.1.6

9.0.1 -> 8.1.6

8.1.6

8.1.6

9.0.1 -> 9.0.2

9.0.1

9.0.2

9.0.2 -> 10.1.0

9.0.2

10.1.0

10.1.0 -> 9.0.2

9.0.2

9.0.2

看完了这篇文章,相信你对“数据库中不同版本exp/imp使用注意事项有哪些”有了一定的了解,如果想了解更多相关知识,欢迎关注编程网数据库频道,感谢各位的阅读!

您可能感兴趣的文档:

--结束END--

本文标题: 数据库中不同版本exp/imp使用注意事项有哪些

本文链接: https://lsjlt.com/news/64345.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
  • 数据库中不同版本exp/imp使用注意事项有哪些
    小编给大家分享一下数据库中不同版本exp/imp使用注意事项有哪些,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!   使用不同版本的exp/imp ...
    99+
    2024-04-02
  • Oracle中exp和imp数据迁移注意事项有哪些
    这篇文章给大家分享的是有关Oracle中exp和imp数据迁移注意事项有哪些的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。一,exp时,os语言环境和数据库不同时会自动发生转换....
    99+
    2024-04-02
  • Linux mysql dump数据库使用注意事项有哪些
    这篇文章给大家分享的是有关Linux mysql dump数据库使用注意事项有哪些的内容。小编觉得挺实用的,因此分享给大家做个参考,一起跟随小编过来看看吧。一、要保证存放Linux mysql dump的目录存在且进程对该目录有写权限。存放...
    99+
    2023-06-16
  • 数据库中打补丁有哪些注意事项
    本篇内容主要讲解“数据库中打补丁有哪些注意事项”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“数据库中打补丁有哪些注意事项”吧!在打补丁的时候 遇到了以下几个问题...
    99+
    2024-04-02
  • 导入数据库的注意事项有哪些
    导入数据库时需要注意以下事项:1.备份数据:在导入数据库之前,建议先备份现有的数据库,以防止数据丢失或损坏。2.检查数据库版本:确保...
    99+
    2023-09-29
    数据库
  • Python数据类型使用注意事项有哪些
    本文小编为大家详细介绍“Python数据类型使用注意事项有哪些”,内容详细,步骤清晰,细节处理妥当,希望这篇“Python数据类型使用注意事项有哪些”文章能帮助大家解决疑惑,下面跟着小编的思路慢慢深入,一起...
    99+
    2024-04-02
  • ACCESS转SQLSERVER数据库的注意事项有哪些
    这篇文章主要介绍“ACCESS转SQLSERVER数据库的注意事项有哪些”,在日常操作中,相信很多人在ACCESS转SQLSERVER数据库的注意事项有哪些问题上存在疑惑,小编查阅了各式资料,整理出简单好用...
    99+
    2024-04-02
  • Aurora数据库有哪些限制和注意事项
    Aurora数据库具有以下限制和注意事项: 存储容量限制:Aurora数据库的存储容量有最小值和最大值限制,具体取决于所选择的实...
    99+
    2024-04-02
  • PHP 同步 Laravel 数组有哪些注意事项?
    在 Laravel 中,数组是我们开发过程中经常使用的数据结构。在某些情况下,我们需要对数组进行同步操作,以确保它们保持同步。但是,在进行同步操作时,有一些注意事项需要我们注意,以避免出现意外错误。本文将介绍 PHP 同步 Laravel...
    99+
    2023-09-18
    同步 laravel 数组
  • ajaxStart()使用注意事项有哪些
    本篇内容主要讲解“ajaxStart()使用注意事项有哪些”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“ajaxStart()使用注意事项有哪些”吧!   ....
    99+
    2024-04-02
  • 导出数据库要注意哪些事项
    导出数据库时需要注意以下几个事项:1. 数据库备份:在导出数据库之前,应该先进行数据库备份,以防止意外数据丢失。2. 数据库版本兼容...
    99+
    2023-09-28
    数据库
  • 数据库备份要注意哪些事项
    数据库备份是非常重要的,下面是一些备份数据库时需要注意的事项:1. 定期备份:确保定期备份数据库以保持最新的数据备份。备份频率可以根...
    99+
    2023-08-30
    数据库
  • 访问数据库要注意哪些事项
    访问数据库时需要注意以下事项:1. 数据库连接:确保正确建立数据库连接,并在不使用时及时关闭连接,避免资源泄漏和性能问题。2. 数据...
    99+
    2023-09-22
    数据库
  • C#中HttpClient使用注意事项有哪些
    小编给大家分享一下C#中HttpClient使用注意事项有哪些,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!最近在测试一个第三方API,准备集成在我们的网站应用中...
    99+
    2023-06-29
  • 使用numpy库要注意哪些事项
    在使用numpy库时,需要先安装好numpy库,可以使用pip命令进行安装:pip install numpy 学会使用nu...
    99+
    2024-04-03
    numpy
  • 使用jieba库要注意哪些事项
    确保安装了jieba库:首先要确保已经安装了jieba库,可以使用pip install jieba命令进行安装。 导入ji...
    99+
    2024-04-02
  • oracle 12c使用数据泵复制数据库结构的注意事项有哪些
    这篇文章主要为大家展示了“oracle 12c使用数据泵复制数据库结构的注意事项有哪些”,内容简而易懂,条理清晰,希望能够帮助大家解决疑惑,下面让小编带领大家一起研究并学习一下“oracle 12c使用数据...
    99+
    2024-04-02
  • jQuery.post使用的注意事项有哪些
    本篇内容介绍了“jQuery.post使用的注意事项有哪些”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成! ...
    99+
    2024-04-02
  • 使用FlexSDK4时注意事项有哪些
    这篇文章将为大家详细讲解有关使用FlexSDK4时注意事项有哪些,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。使用FlexSDK4注意事项TWaverFlex是支持SDK4的,FlexSDK4新增了Spa...
    99+
    2023-06-17
  • innodb使用的注意事项有哪些
    使用InnoDB引擎时,有一些注意事项需要注意:1. 适当设置InnoDB缓冲池大小:InnoDB使用缓冲池来缓存数据和索引,因此设...
    99+
    2023-09-15
    innodb
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作