Hi all,
can we export 9i database tables from 10g database server using traditional export.
we are using below command to export and getting error.
exp ******/*****@<tnsentry_name> file=exp_test.dmp log=exp_test.log tables=table_name statistics=none
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