Search found 7 matches

by mddw08
Thu Dec 10, 2009 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Update SQL Explain Plan
Replies: 16
Views: 8573

We are having the same problem here when an indexed column is a character data type (char or varchar2). DataStage does something with the bind variables (ORCHESTRATE.INV_BK in your case) and Oracle gets confused. As a workaround, we wrap the bind variables used in the where clause of an update state...
by mddw08
Mon Oct 19, 2009 1:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UNION Functionality
Replies: 3
Views: 1856

Re: UNION Functionality

UNION is UNION ALL plus DISTINCT (in SQL terms). So, you can use Funnel stage and Remove Duplicates Stage right after that.
by mddw08
Wed Dec 10, 2008 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8- Does it need more resources for the dev server?
Replies: 11
Views: 5965

Thanks for the hint. It looks like it fixed the issue - I'm getting no more errors for now. My only fear is it may accumulate something that will blow up later.

For the past 6 month, we applied a number of patches that while fixing the original issue would introduce another one or two.
by mddw08
Tue Dec 09, 2008 5:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8- Does it need more resources for the dev server?
Replies: 11
Views: 5965

Do you know the patch name for "the multi-instance jobs with auto-purge of logs bug"? We installed JR30015 patch today that according to IBM should fix the problem, but the issue still exists...
by mddw08
Tue Sep 16, 2008 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to ceate a Signal-File when a job has finished OK
Replies: 4
Views: 2938

Re: How to ceate a Signal-File when a job has finished OK

Create a signal file in your after-job subroutine without running DSGetJobInfo and check "Only run after-job subroutine on successful job completion" checkbox.
by mddw08
Wed Aug 27, 2008 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp - 1
Replies: 6
Views: 4194

Or you can use TimestampFromSecondsSince(-86400,input.timestamp)
by mddw08
Mon Aug 25, 2008 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Update using Ora Stage and Insert using SQLLDR
Replies: 11
Views: 4541

Should not after-job subroutine run only after a job completion (successful or not based on the option) anyway?