I am using SSMA tool for migrating Oracle DB to SQL server 2012. I have problem in migrating XMLTYPE data which is stored in oracle with UTF-8 encoding. I want to migrate this data to SQL Server (to column with data type XML) with UTF-16 encoding ( I understand
SQL server doesnot support UTF-8 encoding). When I try to migrate I am getting error messge- XML parsing: line 1, character 38, unable to switch the encoding.
↧