I have an Oracle database in which there is one or more table. I also have blob data, i.e. images are stored, now I would like to move that data to Sql Server database. What is the best way to do this?
I would like to test it for one table migration which contains image data in the Oracle database and move it into SQL Server table.
How do I test for migrating data from one table from Oracle to SQL Server?
But first thing I would like to confirm is that whether Image data moving from Oracle DB to SQL Server DB is possible, is there anything that has to be taken care of while migrating ?