I am using DBCPConnectionPool in order to create a connection and extract data from Oracle DB. But data results were extracted with wrong font. I guess it's due to not set UTF-8 in connection string.
I found a example when set DBCPConnectionPool for MySQL with utf-8: Database Connection URL is set as below:
jdbc:mysql://localhost:3306/?useUnicode=yes&characterEncoding=UTF-8.
But I am not sure how does look like for Oracle. Could you please help me give any solution? Thanks.