Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Am developing a application where i have to take tables from SQL Server to Oracle 10G.
However creation tables in Oracle of SQL Server tables is done but contents of tables; don't know how to migrate

Any ideas will be helpful
Posted

1 solution

What is the Sql server version ?
How many tables approx ?
What volume of data involved ?

You have few options and all depends on the amount of data you are going to tansfer and the complexcity.

Option 1 : Link SQl server to oracle and can retrieve the SQL server data within oracle.

http://www.dba-oracle.com/t_database_link_sql_server_oracle.htm[^]


Option 2 : Can use ETL tools (e.g. Informatica, Cognos)

Option 3 : Can use sql server integration services (SSIS), just do a google and you will find plenty of articles
 
Share this answer
 
v2

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