IMP-00058: 遇到 ORACLE 错误 6550 ORA-06550: line 1, column 33: PLS-00302:

IMP-00058: 遇到 ORACLE 错误 6550
ORA-06550: line 1, column 33:
PLS-00302: component 'SET_NO_OUTLINES' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
IMP-00000: 未成功终止导入

什么原因啊

第1个回答  2013-04-09
问题原因:imp和exp工具的版本不一致
问题处理:使用低版本的exp和imp完成数据的迁移。
尽量不要使用高版本的客户端去连接低版本的数据库。

Subject: PLS-00302-SET_NO_OUTLINES must be declared When Using 10.2 Export Utility
Doc ID: NOTE:339062.1
Applies to:Oracle Server - Enterprise Edition - Version: 10.2.0.1.0
This problem can occur on any platform.
SymptomsWhile trying to export 9.2.0.6 database with 10.2.0.1.0 Exp utility
receive following errors:-

Export: Release 10.2.0.1.0 - Production on Tue Oct 25 17:11:46 2005
Copyright (c) 1982, 2005, Oracle. All rights reserved.
EXP-00056: ORACLE error 6550 encountered
ORA-06550: line 1, column 41:
PLS-00302: component 'SET_NO_OUTLINES' must be declared
ORA-06550: line 1, column 15:
PL/SQL: Statement ignored
EXP-00000: Export terminated unsuccessfullyCause
Use of Higher Version Export utility (10.2.0.1) on Lower version database(9.2.0.6).
This problem occurs when using 10.2 Exp utility for 10.1,9.2,8.1.7 databases.
Solution
As per compatibility Matrix,You need to use the export utility of the lower version of source and target database.本回答被提问者采纳
相似回答