How to store XML files in Oracle [message #352729] |
Thu, 09 October 2008 04:06 |
Reber
Messages: 5 Registered: August 2005 Location: Turkey
|
Junior Member |
|
|
Hi,
I have trouble with encoding when storing XML files in Oracle. Firstly, my Oracle default charset is ISO-8859-9 and XML files are UTF-8 or ISO-8859-9 encoded. Currently, I am using CLOB for XML Files but I have problems with UTF-8 encoded XML files. Should I use BLOB, XMLType or something else? What is the right whay of storing XML files in Oracle?
Thanks,
|
|
|