Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can we export Oracle database to Sql Server? If yes HOw?
Posted

As I know Oracle or Sql Server do not support Export Import of Data from each other. You have to migrate the Oracle Data to SQL Server.

You can use SQL Server SSIS Feature to do it.
Alternatively you can export Oracle Data to CSV files and Import that in SQL. But you have to Convert & Create Schema Object manually.
 
Share this answer
 
Try the migration tool[^] supplied by Microsoft.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900