The database connector is having some issue in handling the getBytes method when connected to Oracle.
Because it is internally using “getBytes” method which is not supported for the oracle database.
Caused by: java.sql.SQLFeatureNotSupportedException: Unsupported feature: getBytes
Check if this is fixed in any later release or see if you can exclude the column that require getBytes