Why Weblogic 12.1.3 datasource returns character data as empty strings?
Environment details:
1. I've installed weblogic 12.1.3 (fmw_12.1.3.0.0_wls.jar) on a windows 64-bit machine using JDK 1.8.0_31 (64-bit).
2. Created a domain which runs on JDK 1.8_31
3. Created datasources to connect to Oracle Database(11.2.0.1.0) using weblogic provided thin drivers (tried both XA and non-XA). I used all default settings for the datasource configuration.
4. I've deployed my application over the created domain which uses the datasouce to connect to Oracle database.
Issue: I could connect to database, I could pull data which were of type Number and Date, but the character data (varchar). The character data that I received was empty strings. Are there any settings I need to do in special for this version.