This question already has an answer here:
I have an Oracle database in a remote server. I want to import data from it to SQL Server on a local machine using a stored procedure or job shedule but I don't know how can I do it.
|
This question already has an answer here: I have an Oracle database in a remote server. I want to import data from it to SQL Server on a local machine using a stored procedure or job shedule but I don't know how can I do it. |
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Here you have nice article how to link oracle to your SQL Server and query it. For data import you can you SELECT INTO statement or make SSIS package for that. |
|||||||||
|