Restore SQL database from Oracle dump

  • hi,

    Can I restore a dump taken in Oracle into SQL Server 2005? If yes, how? Any suggestion will be appreciable...

    Thanks

  • There maybe third party tools which may allow you to do that, but SQL Server doesn't let you directly restore an Oracle database back up.

    You could restore the database on a Oracle instance and use SSIS to import the structure and data.

  • What format is the Oracle data ? Is it just 1 table in a flat file ? If so, maybe you could import it the same way you'd import a .csv

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply