Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i need to connect a database adventureworks on a sql server database on a VM with ip address XXX.XX.XX.X port XXXX to an oracle database ORCL with an ip address XXX.XX.XX.XXX port XXXX i will need to get them to talk to each using a select statement and an insert to each ???

share|improve this question
    
I suggest not posting IP addresses and ports on a public forum. That's like standing in front of a boot factory wearing a "KICK ME!" sign... And, of course, we're wondering - what is your question, and WHAT HAVE YOU TRIED? –  Bob Jarvis Jun 12 '13 at 0:49
    
Just not sure how I go about it ?? Do I use database link statement for oracle and service broker for sql server ? –  Duncan Lamb Jun 12 '13 at 1:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.