Return / Exit Code for Oracle DataPump API
2 answers
It looks like DataPump oracles only return three exit codes.
-
EX_SUCC 0: Export or import job completed successfully. Errors are not displayed on the output device or are not written to the log file, if any.
2.EX_SUCC_ERR 5: The export or import job completed successfully, but errors were encountered while running. Errors are displayed on the output device and written to the log file, if available.
- EX_FAIL 1: One or more fatal errors occurred as a result of export or import.
http://docs.oracle.com/cd/E11882_01/server.112/e22490/dp_overview.htm#SUTIL3834
0
a source to share