QUESTION POSED ON: 17 November 2005
I am trying to export a database using the folowing line of command:
exp user/pass@orcl file=c:scott.dmb full=y feedback=1
However I am getting an error and I cannot figure out why. Here is
the error message:
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 unsuccessfully
Thanks for your feedback.
|