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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql server 2005 to oracle

Status
Not open for further replies.
Jun 27, 2001
837
US
Anyone had any luck with 3rd party vendors going from sql 2005 to Oracle 9. I have heard some of the 3rd part offerings are much faster than the MS or Oralce solutions
 
I haven't heard of anything faster than a linked serve entry

although when I did my SQL Server to Oracle connection I didn't consider third party tools so that is not a testd statement.

____________ signature below ______________
The worst mistake you'll ever make is to do something simply the way you know how while ignoring the way it should be done
 
I just use a linked server. I have run into some problems with dara conversions, like Oracle numeric to SQL numeric, You have to convert everything to char then back to int. Kind of a pain.

- Paul [batman]
- If at first you don't succeed, find out if the loser gets anything.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top