Trying to import single table from a file that was created using Oracle's exp.exe. The following error occurs on execution of the imp.exe utility via Toad.
"component SET_NO_OUTLINES must be declared"
Another version of the import tool is being using from that of the database version. e.g. imp.exe from 10g client being used to import to 9i database.
In this case, the import tool is executing a procedure at connect time (set_no_outlines) which does not exist on an Oracle 9i database
Keep the version of the Oracle client tools and database in sync.