<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2900.2722" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>I&nbsp;have a problem transfering a table from oracle to postgresql (post-gis).</DIV>
<DIV>The Oracle table contain a field of type varchar2(250 byte) and when i try to load the table i get the error "ORA-01406: fetched column value was truncated. " I tryed&nbsp;with field of type varchar2(250 char) and&nbsp; i got&nbsp;the same erreor.&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>In many records of the table, this field is filled with 250 character, including line breaks and special characters.&nbsp;To solve the problem, i created a new table on oracle with the varchar2(250 byte) field changed for&nbsp;a varchar2(500) and the&nbsp;data loaded correctly. Then, I altered the table on postgresql&nbsp;and changed&nbsp;the field type from varchar(500)&nbsp; to varchar(250) and it works.&nbsp; My conclusion is that there is no&nbsp;problem with the data but the loading is not working well. Is there something i can do or set to avoid this problem. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards.</DIV></BODY></HTML>