If data import is run through the command-line interface using the /dataimport key, the following exit codes are returned depending on the execution result:
| Exit Code | Description | Additional Information |
|---|---|---|
| 0 | Success | The operation has been completed without errors. |
| 1 | Unhandled exception. See the log for more details. | An unexpected internal error occurred during activation. Review the log file for detailed information. |
| 2 | Execution terminated with Ctrl+Break | The execution was stopped by Ctrl+Break. |
| 3 | Failed | The operation completed with errors. |
| 10 | Command line usage error | The command line was used incorrectly. For example, an incorrect flag, or incorrect syntax may have been used. |
| 11 | Illegal argument duplication | Some arguments must not appear more than once. |
| 20 | Trial expired | The trial period has expired, or dbForge Studio for Oracle has not been activated. |
| 30 | Project file corrupted | Project file was corrupted. |
| 40 | Server connection fail | Server connection failed. |
| 103 | Execution error | A script execution error occurred. |
| 105 | Resource unavailable | A file is missing. |
| 108 | No objects | There are no objects for data import. |