DB link from 11g to SQL Server 2008 and varchar(max) datatype
cardellFeb 15 2011 — edited Mar 9 2011Hello,
I have "working" database link from Oracle 11g database to SQL Server 2008 using ODBC driver. Almost everything works fine, but I have problem with SQL Server nvarchar(max) datatype.
I can not see columns with this datatype in table column list when I run DESCribe command in SQL*Plus.
I tried some tests and I am able to select this SQL Server datatypes
varchar(8000) -> LONG
text -> LONG
image -> LONG RAW
but I am not able to work with nvarchar(max) and varchar(max) datatype.
I could not find anything about supported datatypes in documentation.
Can you tell me if is possible to use nvarchar(max) column datatype when using ODBC Heterogeneous Connectivity?
Should I use HSODBC or DG4ODBC?
Thank you for answer