IMPORTs/EXPORTs using JDBC may fail if the TABLE or STATEMENT contains non-ASCII characters.

Details

Detail name Value
Changelog Number 19791
Type Bug
Status Resolved
Affected Versions Exasol 8.0.0
Fix Versions Exasol 8.28.0
Resolution Date 2024-05-29

Description

IMPORT FROM JDBC and EXPORT INTO JDBC statements may fail if the TABLE or STATEMENT parameter contains non-ASCII characters.

The cause of the issue is that the TABLE and STATEMENT strings are not properly encoded. This can lead to exceptions such as the following.

JDBC-Client-Error: Failed to receive MetaData: <JDBC driver-specific exception message>

Workaround

There is not a workaround.

Fix

IMPORT FROM JDBC and EXPORT INTO JDBC statements handle non-ASCII characters in TABLE or STATEMENT parameters correctly.