Export provides the results of an operation immediately upon completion. Depending on the platform, the outcome may be reported in a process exit code and the results recorded in the log file. This enables you to check the outcome from the command line or script. Table 22-4 shows the exit codes that get returned for various results.
Table 22-4 Exit Codes for Export
Result | Exit Code |
---|---|
Export terminated successfully without warnings |
|
Export terminated successfully with warnings |
|
Export terminated unsuccessfully |
|
For UNIX, the exit codes are as follows:
EX_SUCC 0 EX_OKWARN 0 EX_FAIL 1