Cateva posibile solutii:
[1] Faci conversia - daca este posibil binenteles - la nivelul BD Oracle a campului CLOB in VARCHAR (reped, daca este posibil),
[2] din mesajul tau reiese ca ai folosit un driver ODBC si un furnizor de date OLEDB pentru Oracle de la Microsoft. Incearca sa le folosesti pe cele de la Oracle:
http://www.oracle.com/technology/software/tech/windows/ole_db/index.html
http://www.oracle.com/technology/software/tech/windows/odbc/index.html
[3] Conform Migrating from Oracle to SQL Server
tipul de data echivalent in SQL Server este TEXT / NTEXT.
[4] Using Advanced Data Types
[5] Chapter 11 - Using BLOBs
Importing data from Oracle9i CLOB column to MS SQL Server text column
...