Hello

I get the following error message when I try to select data from MS SQL Server 2008 over an Oracle 11.2.0.1 Gateway

I make a
[quote]select * from table@gateway [/quote]
I get
ORA-00600: Internal errorcode, arguments:[HO define: Long fetch], [], [], [], [], [], [], []

but if i make a

[quote]select column1, column2, .... column10 from table@gateway [/quote]
it works without errors

When I make the same things on the command line with sqlplus, everything works fine

Is there a solution for this problem ?

Windows XP 32bit SP3
PL/SQL Developer 8.0.4.1514

Last edited by overall7k; 09/06/10 11:40 AM.