Oracle oci8 JDBC Driver doesn't support cp1251 charset
s Joshi
Greenhorn
Joined: Sep 26, 2005
Posts: 12
posted
0
Hello,
I am trying to read and load an HTML file which contains Microsfot Word specific chracters in Oracle database(e.g �this is a test�). I use Cp1251 character encoding. When I use oci8 driver, it puts garbage for those special characters but when I use thin driver it puts correct value in the database.
How can I enable Cp1251 character encoding for OCI8 driver?