![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
-----Original Message----- When I am doing dts from SQL Server to Oracle, on one of the tables I am getting this error Data for source column 14 ('TRN_NOTE') is too large for the specified buffer size. Where is this buffer and why am I getting this. How to avoid this problem. TRN_NOTE is and NTEXT column. -Nags . |
#3
| |||
| |||
|
|
ntext can take 1,073,741,823 characters. The oracle table column into which you are putting this value may not be able to accept this large value. -----Original Message----- When I am doing dts from SQL Server to Oracle, on one of the tables I am getting this error Data for source column 14 ('TRN_NOTE') is too large for the specified buffer size. Where is this buffer and why am I getting this. How to avoid this problem. TRN_NOTE is and NTEXT column. -Nags . |
![]() |
| Thread Tools | |
| Display Modes | |
| |