Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to fetch data from oracle database by connecting it from SQL server using SQL agent jobs. How to connect oracle from SQL server?
Posted

Hi,

You can use Linked Server for this. See: http://msdn.microsoft.com/en-us/library/ms188279.aspx[^]. Then create for example a procedure etc and run it as a job using agent.
 
Share this answer
 
Use connection strings as shown here - http://www.connectionstrings.com/oracle[^].
 
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