EXP-00056: 遇到 ORACLE 错误 6550
    现象:使用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:\oracle\product\10.2.0\client_2\bin\expdp.exe就可以了。