Timestamp Error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Seya
Participant
Posts: 27
Joined: Thu Mar 29, 2007 3:27 am

Timestamp Error

Post by Seya »

Hi,

The Design of Job is as follows:
ODBC STAGE(SQL Server)------> Transformer -------> OCI STAGE

I am try to read a timestamp column from ODBC stage and write the same OCI stage which is also a timestamp column, but when i try to do this i am getting the following error:

Oracle_Enterprise_0: Column COL2 has an unsupported type.
g_rkrish
Participant
Posts: 264
Joined: Wed Feb 08, 2006 12:06 am

Re: Timestamp Error

Post by g_rkrish »

Seya wrote:Hi,

The Design of Job is as follows:
ODBC STAGE(SQL Server)------> Transformer -------> OCI STAGE

I am try to read a timestamp column from ODBC stage and write the same OCI stage which is also a timestamp column, but when i try to do this i am getting the following error:

Oracle_Enterprise_0: Column COL2 has an unsupported type.
did you check the format of Oracle timestamp with the SQl Server.....it might be different so you might need to do some changes in the format of timestamp.....
RK
Post Reply