Regarding database migration from Oracle to MS SQL
926331Mar 26 2012 — edited Mar 27 2012Hi All,
In my application, the existing database is oracle. we need to migrate from Oracle db to MS SQL.
We need procedure is as below
1.export data from Oracle and keep it in a file.(.dmp)
2.Import data to MS SQL from the exported oracle file.
and vice versa from MS SQL to Oracle.
my question is- is it possible to import .bmp (oracle export data) into MS SQL.
Please clarify me.