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.
[quoted text, click to view] >-----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
>
>
>.
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
Yup. Found the issue. We assumed that the column in Oracle would be CLOB,
but I think there was a problem in the table creation script.
-Nags
[quoted text, click to view] "partha" <anonymous@discussions.microsoft.com> wrote in message
news:9d0101c43465$2acfcfe0$a401280a@phx.gbl...
> 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
> >
> >
> >.
> >