Tagged Questions

2
votes
3answers
1k views

Gracefully convert from Unicode to single-byte charset

My database (10gR2) is single-byte (NLS_CHARACTERSET = WE8DEC). I have a Unicode XML file that I would like to parse. If I read the file into a CLOB and try to convert it to an XMLType, Oracle chokes ...