cannot map unicode to oracle character [message #92325] |
Sun, 06 June 2004 22:00 |
Payman
Messages: 1 Registered: June 2004
|
Junior Member |
|
|
i'm using oracle 9i and the database character set is WE8ISO8859P1. i want to send an oracle object using java STRUCT but while i try to create a STRUCT object at java i get this error: cannot map unicode to oracle character. i mention that i change the encoding of all strings at java to "iso-8859-1", also when i want to insert data for example a chinese string this error happens (note that i change the encoding of chinise string like this: String iso = new String("chinise".getBytes("utf-8"), "iso-8859-1" and then i set it at STRUCT)
|
|
|