![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a data pump task in which I am pulling data from Oracle to SQL Server, so hopefully somebody in here can help me out. The data pump task is running a query against an Oracle table and then copying the data straight into a SQL Server table. If I run in on our development server everything works fine. If I run it on our test server I am getting this error ORA-01406: fetched column value was truncated The structure of the destination table on both servers is exactly the same. The only difference is the server. Can anybody help me out? Thanks |
#3
| |||
| |||
|
|
same version and settings for Oracle Cleint on machines ? "Andy" <Andy (AT) discussions (DOT) microsoft.com> wrote in message news:A7C675EC-4BA4-4297-9AEF-AFA2294E8A97 (AT) microsoft (DOT) com... I have a data pump task in which I am pulling data from Oracle to SQL Server, so hopefully somebody in here can help me out. The data pump task is running a query against an Oracle table and then copying the data straight into a SQL Server table. If I run in on our development server everything works fine. If I run it on our test server I am getting this error ORA-01406: fetched column value was truncated The structure of the destination table on both servers is exactly the same. The only difference is the server. Can anybody help me out? Thanks |
#4
| |||
| |||
|
|
I believe the server that it does work on is running Oracle 9i and the server it fails on is running 10g. The thing that confuses me though is that I have 9 data pump tasks and only 1 has an issue, the other 8 work with no problems. "David J. Cartwright" wrote: same version and settings for Oracle Cleint on machines ? "Andy" <Andy (AT) discussions (DOT) microsoft.com> wrote in message news:A7C675EC-4BA4-4297-9AEF-AFA2294E8A97 (AT) microsoft (DOT) com... I have a data pump task in which I am pulling data from Oracle to SQL Server, so hopefully somebody in here can help me out. The data pump task is running a query against an Oracle table and then copying the data straight into a SQL Server table. If I run in on our development server everything works fine. If I run it on our test server I am getting this error ORA-01406: fetched column value was truncated The structure of the destination table on both servers is exactly the same. The only difference is the server. Can anybody help me out? Thanks |
#5
| |||
| |||
|
|
again check the datatype.This prob is probaly due to the size .for example suppose u r taking varchar(10) in ur source table and in destination u r taking it varchar(5) than it can truncate some of the data.See the type is same but memory u have allocated in the destination is less probly dats y its truncating it.. Thanks Nidhi "Andy" wrote: I believe the server that it does work on is running Oracle 9i and the server it fails on is running 10g. The thing that confuses me though is that I have 9 data pump tasks and only 1 has an issue, the other 8 work with no problems. "David J. Cartwright" wrote: same version and settings for Oracle Cleint on machines ? "Andy" <Andy (AT) discussions (DOT) microsoft.com> wrote in message news:A7C675EC-4BA4-4297-9AEF-AFA2294E8A97 (AT) microsoft (DOT) com... I have a data pump task in which I am pulling data from Oracle to SQL Server, so hopefully somebody in here can help me out. The data pump task is running a query against an Oracle table and then copying the data straight into a SQL Server table. If I run in on our development server everything works fine. If I run it on our test server I am getting this error ORA-01406: fetched column value was truncated The structure of the destination table on both servers is exactly the same. The only difference is the server. Can anybody help me out? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |