Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to migrate from sql server database objects into oracle using ASP.NET
Posted

Well, You simply don't do migrations of databases from one vendor to another using ASP.Net.

Look at Google [^]to know about various methods, considerations while migrating from SQL Server to Oracle.
 
Share this answer
 
Considering ASP.NET is not a language and has nothing to do with databases at all, you don't do this using ASP.NET.

You write code in C# or VB.NET to do whatever you need to do to migrate your database.

But, since this is usually a one-time operation, you really don't do this in code anyway and you use tools specifically designed for the task, which just about always come with their respective database engine packages.
 
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