"Copy To Oracle" failed if column sequence is different
942932Jun 11 2012 — edited Jun 13 2012Hello,
I am trying to use the "Copy to Oracle" function to copy data from MSSQL 2008 to Oracle 11g. Since I already go the table created on Oracle and thus, I only need to migrate the data.
But I realize that, the copying failed, due to the column sequin between source and destination is different.
E.g. Table A on MSSQL has the column (id, phone, address) but the same table on Oracle is created in the order of (id, address, phone)
It seems to me that the data copying is done with column_id, instead of column_name.
What's your suggestion to get around with the issues? I would take re-creating the table as the last resort as there are like hundreds, if not thousands of tables I am talking about.
Many thanks!
ronnie