How do you setup a linked server to an Oracle database on SQL 2000/2005?

后端 未结 2 1167
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 10:28

I am able to create and execute a DTS package that copies tables from a remote Oracle database to a local SQL server, but want to setup the connection to the Oracle database

2条回答
  •  青春惊慌失措
    2020-12-04 11:13

    I had the same problem. I was on the phone with Microsoft for hours, and they did not have a solution. None of those "connection timeout" settings helped me.

    To resolve it, I created a DTS job that runs a proc which only updates the time on one row, in one column, every two minutes. Then I setup a replication between SQL Server and Oracle, scheduled to replicate that single cell change, from SQL to Oracle, every 3 minutes. It keeps the connection alive!

提交回复
热议问题