vamsi k

vamsi k

  • 1.5k
  • 107
  • 1.5k

How to convert Oracle xml data to sql xml data

Oct 4 2022 7:04 AM

Hi All,

We have a table in Oracle which as xmltype column with xml data and we need to migrate this data from Oracle to SQL . Please assist me how to migrate Oracle Table xml column values to SQL Server Table xml column through Sql Server wizard or SSIS package or any other solution.

Example:

Oracle                                                   Sql Server

Table name : Employee                         Table name : Employee

ID NUMBER                                           ID INT

NAME VARCHAR2(10)                          NAME VARCHAR(10)

EMPDetails XMLTYPE                           EMPDetails XML