当前位置:首页 > 网络编程 > 数据库 > Oracle > 解决Oracle数据库10g导出错误6550

解决Oracle数据库10g导出错误6550

点击次数:31 次 发布日期:2008-11-22 16:48:51 作者:源代码网
源代码网推荐

  现象:使用plsql/developer工具导出数据时出现错误,具体示例如下:
EXP-00056: 遇到 ORACLE 错误 6550

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: 导出终止失败

解决方法如下:

exp.exe 改成使用 expdp.exe

类似导入时使用impdp.exe命令

在plsql/dev中方法改成E:oracleproduct10.2.0client_2inexpdp.exe就可以了

源代码网供稿.
网友评论 (0)
会员中心
网络编程
本站推荐
网络编程之精华