Groups | Blog | Home
all groups > sql server data mining > october 2004 >

sql server data mining : Oracle 9i to SQL 2000 linked Server Problem..


Rick Sawtell
10/20/2004 8:18:39 AM

[quoted text, click to view]


Does Oracle have a limit on the amount of data to return in a given query?
A max rows, or max bytes?

I'm just guessing here.

When you created the linked server, what did you specify as the Collation
Compatible?

What query did you run? If it was ANSI then you should get the same number
of rows back, if you used T-SQL commands, then you may not get quite what
you expected. Outer joins in Oracle are done differently than outer joins
in T-SQL.

HTH

Rick

Melih SARICA
10/20/2004 3:55:05 PM
When i execute a Query from an Oracle Linked server i got 99 rows less then
the original data.

when i run The query in oracle i got 999 rows , when i run in SQL using
openquery i got 900 rows.

Any idea..?


AddThis Social Bookmark Button