I wrapped oracle's IMPDP and EXPDP in a console and could not find a good place for the return codes that these two return. I want to be more specific in pointing out errors than just a 0/1 Pass/Fail.
A:
If you specify a unique job name for the import and export, you can check the STATUS
and ADDITIONAL_INFO
(among other useful columns) under the all_scheduler_job_run_details
view for success/failure status and any errors encountered.
Adam Hawkes
2010-10-20 03:17:13