Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Dear All,

Transfer Oracle DB Table to SQL Server DB Table in frequent time.
Every 15 Min Transfer Oracle Db Table data to SQL Server DB Table Data.

Please let me know any ideas
Posted
Updated 22-Mar-15 20:42pm
v4
Comments
Afzaal Ahmad Zeeshan 21-Mar-15 10:23am    
Probably you can use the SELECT and INSERT INTO command to update the data from one table to another... What is the difficulty in that? You can set a timer to trigger this function; every 15 minutes.
Stephen Hewison 21-Mar-15 10:30am    
If the databases are on different servers I'd suggest looking at transactional replication. It's a feature of SQL Standard, So not express I'm afraid.
phil.o 21-Mar-15 10:33am    
Not a valid question.
A litteral answer to "How to..." would be "By creating a project fullfilling the requirements".
Another valid one could be an advise to search for the matter on CP or on whatever coding site you like.
PIEBALDconsult 21-Mar-15 11:06am    
Look into SSIS or another ETL package.
Kornfeld Eliyahu Peter 23-Mar-15 6:57am    
Check this: https://msdn.microsoft.com/en-us/library/ms152481.aspx

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