aspose file tools
The moose likes JDBC and the fly likes Single and Double byte Unicode character in DB through Java if DB has NLS_CHARACTERSET=WE8ISO8859P1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Single and Double byte Unicode character in DB through Java if DB has NLS_CHARACTERSET=WE8ISO8859P1" Watch "Single and Double byte Unicode character in DB through Java if DB has NLS_CHARACTERSET=WE8ISO8859P1" New topic
Author

Single and Double byte Unicode character in DB through Java if DB has NLS_CHARACTERSET=WE8ISO8859P1

shardul chand
Greenhorn

Joined: Jun 23, 2010
Posts: 3
I am using the below Java code to set Latin-1 supplement character in the DB (NLS_CHARACTERSET = WE8ISO8859P1) but due to the DB not supporting these characters it is converting it into '?' or inverted '?'.
Is there a way to keep the the DB's NLS_CHARACTERSET as WE8ISO8859P1 and still support various languages (Single or Double Byte Unicode characters)?




Please let me know if there is an solution to this. Thanks in advance.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Single and Double byte Unicode character in DB through Java if DB has NLS_CHARACTERSET=WE8ISO8859P1
 
Similar Threads
Using PipedInputStream and PipedOutputStream with Threads
Support localization in CLOB file in DB through Java
How to update clob field in oracle
Support localization in CLOB filed in DB through java
storing a serialized object in a String?