Error received during an export using Toad with an Oracle client 10.2.0.1.0 against a 9.2.0.4 database
"Export: Release 10.2.0.1.0 - Production on Cz Kwi 20 14:59:16 2006
Copyright (c) 1982, 2005, Oracle. All rights reserved.
EXP-00056: appear error ORACLE - 6550
ORA-06550: line 1, column 41:
PLS-00302: ingidient 'SET_NO_OUTLINES' must be declared
ORA-06550: line 1, column 15:
PL/SQL: Statement ignored
EXP-00000: Export ends unsuccesfull"
Use of a higher Version Export utility (10.2.0.1) on a 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.
This an Oracle issue with using Oracle client 10.2 with Oracle database 9.2. Refer to Oracle's Metalink Doc ID: 339062.1 - "PLS-00302-SET_NO_OUTLINES must be declared When Using 10.2 Export Utility":
https://support.oracle.com/epmos/faces/ui/km/SearchDocDisplay.jspx?_afrLoop=241572452894337&type=DOCUMENT&id=339062.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-state=17f6kuhypj_294
To resolve this issue, use the export utility from the lower version of source and target database.