My current task is to migrate a remote database to a localhost database. Everything seems fine up to now. The problem is when I'm checking whether the data are the same, data in my localhost weren't copied correctly. Japanese, Chinese and Arabic Characters were all question marks with boxes. I've searched the net and I've come to understand that it has something to do with the encoding scheme. I've checked the syntax, but none of them seem to work for me. Can you provide me how to do it using JAVA?
NOTE: I seem to have a problem altering the database, (i think i don't have the permission ) so i would like to know if setting cssid in the tablespace is applicable.