Search found 51 matches

by sri1dhar
Sat Jan 10, 2004 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: maximum length of SQL WHERE clause? (Abnormal Termination)
Replies: 11
Views: 6993

I believe this a bug in datastage. I don't know about version 5, but we had the same problem in version 6. In a user-defined SQL ,if column name contains oracle reserved words (delete,insert,update etc) the job used get aborted. Later Ascentail came up with a patch that fixed this bug.
by sri1dhar
Thu Dec 11, 2003 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing ORACLE error
Replies: 7
Views: 5089

Re: Capturing ORACLE error

Teej,

Thanks for your input. I guess the log, par, ctl files will be generated only if I choose the WriteMethod="Load" and not if WriteMethod="Upsert"

Thanks
Sridhar
by sri1dhar
Thu Dec 11, 2003 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing ORACLE error
Replies: 7
Views: 5089

Kim, Thanks a lot for taking the time and posting your routine and trying to help me. In response to your fist message about outsourcing, unfortunately I my self am a consultant and looking for answers through the fourm. So you know what I am talking about. As for the routine and reading datastage l...
by sri1dhar
Wed Dec 10, 2003 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capturing ORACLE error
Replies: 7
Views: 5089

Capturing ORACLE error

I am designing a parallel job (Parallel Extender) and using ORACLE stage. If there is a reject becuase of ORACLE constraints violation I need to capture the ORACLE error code and message and log into a table. I was able to do this earlier in a server job (ORA OCI9 stage) by using LinkVariable -> DBM...
by sri1dhar
Fri Dec 05, 2003 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change Apply & Change Capture stages
Replies: 0
Views: 595

Change Apply & Change Capture stages

Hi, I am designing a parallel job (Parallel Extender), the functionality of which needs to be: A is the source table, B is the target table. Compare data in table A and B, capture changes (insert/update, delete) and apply changes to B. After the job execution is complete data in B needs to resemble ...
by sri1dhar
Fri Dec 05, 2003 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject LINK
Replies: 7
Views: 3222

ORA error code in parallel job

I thought about starting a new link but this thread seemed to be relevant for my problem: I am designing a parallel job (Parallel Extender) and using ORACLE stage. If there is a reject becuase of constraints violation I need to capture the ORACLE error code and message and log into a table. I was ab...