Fixed race condition for native connections to Oracle databases during IMPORT/EXPORT
Details
| Detail name | Value |
|---|---|
| Changelog Number | 22224 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 7.1.0, Exasol 8.0.0 |
| Fix Versions | Exasol 8.32.0 |
| Resolution Date | 2024-11-08 |
Problem
Under certain rare circumstances, a race condition could lead to a crash when importing or exporting data from or into an Oracle database using a native connection. This typically occurs when logging into the Oracle database.
- IMPORT FROM ORA
- EXPORT INTO ORA
Fix
The race condition has now been fixed.