Options

Client driver version 11.x not backward compatible with db server version 10.1.x for complex types

We are facing an issue with complex types . A complex type stored in the db 10.1.x server is getting corrupted while retrieving with client driver version 11.x or above
For ex : if we store [ ‘test1’,’test2’ ] , while retrieving we get something like “%nullnullnullnullnullnullnullnullnullnull-test1test2”
As per the documentation all versions of client drivers and fully backward compatible . Can you please help on this . Are we missing something .
We are trying to retrieve the data with
resultSet.getString(columnIndex)

Answers

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file