SQL*PLUS ... SPOOL - can file be in UTF-8 format?
872623Jul 5 2011 — edited Jul 5 2011Hello,
i have written a script that generates XML file out of some data stored in batabase. I am using SQL*PLUS to run it. Now when ever i run script i get .xml file which is in ASCII char set. To successfuly send this XML to web-application i have to manually open it in notepad and save it as UTF-8 file-type.
My question is ... is there a way to tell SQL*PLUS to generate file in UTF-8 character set?
Thank you for your help!