当前位置:  数据库>oracle

Oracle 11g数据库迁移到9i报 IMP-00003 ORA-00096 IMP-00000

    来源: 互联网  发布时间:2017-05-19

    本文导语: 今天有个朋友问我为什么11G的exp出来的文件不能导入到9I中?由于exp/imp工具的不兼容性,把高版本的数据库导到低版本时,需要使用低版本的exp/imp工具来导入导出。朋友用9i的exp去导出11G数据后再imp导入到9i中,正常导入,然而...

今天有个朋友问我为什么11G的exp出来的文件不能导入到9I中?由于exp/imp工具的不兼容性,把高版本的数据库导到低版本时,需要使用低版本的exp/imp工具来导入导出。朋友用9i的exp去导出11G数据后再imp导入到9i中,正常导入,然而我自己在自己测试环境测试中切报错了,报错信息如下:

  • [Oracle9i@rhel4 admin]$ exp scott/oracle@orcl11g file='/tmp/scott_test_exp.sql' tables='test_exp'rows=N;
  • Export: Release 9.2.0.4.0 - Production on Fri Mar 22 06:18:38 2013
  • Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
  • Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
  • With the Partitioning, OLAP, Data Mining andReal Application Testing options
  • Export done in US7ASCII charactersetand AL16UTF16 NCHARcharacterset
  • server uses ZHS16GBK characterset (possible charset conversion)
  • Note: table data (rows) will not be exported
  • About to export specified tables via Conventional Path ...
  • . . exporting table TEST_EXP
  • Export terminated successfully without warnings.
  • [oracle9i@rhel4 admin]$ imp scott/oracle file='/tmp/scott_test_exp.dmp' tables='test_exp'
  • Import: Release 9.2.0.4.0 - Production on Fri Mar 22 07:08:59 2013
  • Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
  • Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
  • With the Partitioning, OLAP and Oracle Data Mining options
  • JServer Release 9.2.0.4.0 - Production
  • Export file created by EXPORT:V09.02.00 via conventional path
  • import done in US7ASCII charactersetand AL16UTF16 NCHARcharacterset
  • import server uses ZHS16GBK characterset (possible charset conversion)
  • IMP-00003: ORACLE error 96 encountered
  • ORA-00096: invalid value for parameter plsql_compiler_flags, must be from among NON_DEBUG, DEBUG, INTERPRETED, NATIVE
  • IMP-00000: Import terminated unsuccessfully
  • 在11G,SHOW PARAMETER命令已经找不到plsql_compiler_flags这个参数,由另一个参数代替。

    GOOGLE,BAIDU,METALINK相关的错误代码后没有找到解决方法。更改关键字plsql_compiler_flags在metalink找到解决方法,如下:

  • [oracle11g@rhel4 admin]$ sqlplus / as sysdba
  • SQL*Plus: Release 11.2.0.3.0 Production on Fri Mar 22 07:27:50 2013
  • Copyright (c) 1982, 2011, Oracle. All rights reserved.
  • Connected to:
  • Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
  • With the Partitioning, OLAP, Data Mining andReal Application Testing options
  • SQL> CREATEORREPLACEVIEW exu9defpswitches (
  • 2 compflgs, nlslensem ) AS
  • 3 SELECT a.value, b.value
  • 4 FROM sys.v$parameter a, sys.v$parameter b
  • 5 WHERE a.name = 'plsql_code_type'AND
  • 6 b.name = 'nls_length_semantics'
  • 7 ;
  • View created.

  •     
     
     
     
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Oracle 数据库(oracle Database)Select 多表关联查询方式
  • Oracle 数据库开发工具 Oracle SQL Developer
  • Oracle数据库(Oracle Database)体系结构及基本组成介绍
  • 请问大家用oracle数据库, 用import oracle.*;下的东西么? 还是用标准库?
  • Oracle 数据库(oracle Database)性能调优技术详解
  • 关于JDBC连接Oracle数据库,是否必须有Oracle客户端
  • ORACLE数据库常用字段数据类型介绍
  • win2000+jbuilder6+oracle817编出的程序,在win2000下执行很好,在win98下却访问不了oracle数据库
  • oracle数据库导出和oracle导入数据的二种方法(oracle导入导出数据)
  • Oracle发布Oracle SQL Developer 1.2数据库开发工具 帮助用户简化开发工作
  • 怎样调出ORACLE数据库中的数据,该如何连接?
  • Oracle收购TimesTen 提高数据库软件性能
  • 卸载oracle数据库
  • Oracle数据库恢复后心得
  • linux上安装oracle 数据库后,是否能写shell程序实现数据库的自动启动。
  • Linux下如何用C语言操作Oracle数据库相关的图书推荐
  • Oracle数据库运行Oracle form时避免出现提示信息
  • Oracle欲收购开源数据库MySQL未果
  • 如何在JBuilder中连接Oracle数据库?
  • Oracle数据库访问参数文件的顺序
  • 循序渐进学习Oracle数据库
  • Oracle 12c发布简单介绍及官方下载地址
  • 在linux下安装oracle,如何设置让oracle自动启动!也就是让oracle那个服务自动启动,不是手动的
  • oracle 11g最新版官方下载地址
  • 请问su oracle 和su - oracle有什么不同?
  • 如何设置让Oracle SQL Developer显示的时间包含时分秒
  • 虚拟机装Oracle R12与Oracle10g
  • Oracle 10g和Oracle 11g网格技术介绍
  • Oracle EBS R12 支持 Oracle Database 11g
  • oracle中如何把表中具有相同值列的多行数据合并成一行
  • SCO unix下安装oracle,但没有光盘,请大家推荐一个oracle下载站点(unix版本的)。谢谢!!!!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,