it's returning something like " H2'1) 'D-13 'DH7FJ "
oracle database info:
NLS_CHARACTERSET AL32UTF8
NLS_RDBMS_VERSION 12.2.0.1.0
i am using oracle ojdbc8.jar driver and I tried ojdbc6.jar and orai18n.jar the driver should be able to handle AL32UTF8 Unicode characters and Nifi jvm should do the conversion internally and return correct Unicode data , but it’s not .
On nifi server I have java version "1.8.0_101"
Nifi version 1.4.0
Appreciate any help