Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

From Oracle to SQL 2000

Status
Not open for further replies.

pflakes

Technical User
Jan 27, 2004
31
US
I'm currently working on a project where I'm running a procedure on an Oracle database and then need to insert the results into a MS SQL 2000 database.

I've asked the DBA's to help out but they've never dealt with this either and it's really dragging my project down.

If anyone has any examples I could pass on to them it would be a great help!

Thanks in advance. :)
 
dbtoo2001 --

The problem with this solution is that the procedure running on the Oracle database doesn't write the data to a table I could import from. I need to insert into the SQL 2000 database as the Oracle procedure runs.

I'm guessing there is something on the Oracle server that needs to be setup for the transfer to work run-time?


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top