dbTalk Databases Forums  

Data for source column 14 ('TRN_NOTE') is too large for the specified buffer size.

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Data for source column 14 ('TRN_NOTE') is too large for the specified buffer size. in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nags
 
Posts: n/a

Default Data for source column 14 ('TRN_NOTE') is too large for the specified buffer size. - 05-07-2004 , 12:50 PM






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



Reply With Quote
  #2  
Old   
partha
 
Posts: n/a

Default Data for source column 14 ('TRN_NOTE') is too large for the specified buffer size. - 05-07-2004 , 01:57 PM






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.
Quote:
-----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


.


Reply With Quote
  #3  
Old   
Nags
 
Posts: n/a

Default Re: Data for source column 14 ('TRN_NOTE') is too large for the specified buffer size. - 05-07-2004 , 02:51 PM



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
"partha" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
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


.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.