How does the Migration Workbench handle Microsoft SQL Server 7.0 VARCHAR data types greater than 4000?
The Migration Workbench converts any column that contains a VARCHAR field with a length greater than 4000, to a CLOB column in an Oracle database. The CLOB column provides a very efficient method of storing big text columns. Parsing The following questions are about SQL Server and Sybase Adaptive Server parsing.