Search found 42189 matches
- Tue Oct 27, 2009 5:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Informatica Table Definition Conversion to Datastage
- Replies: 13
- Views: 12434
- Tue Oct 27, 2009 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT _CONFIG file Warning
- Replies: 6
- Views: 2465
- Tue Oct 27, 2009 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT _CONFIG file Warning
- Replies: 6
- Views: 2465
Re: APT _CONFIG file Warning
Magic 8 Ball says... <shake,shake,shake>... "You may rely on it".mandyli wrote:Is there any issue with config file
- Tue Oct 27, 2009 1:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: comma separated data in a column
- Replies: 2
- Views: 882
- Tue Oct 27, 2009 1:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance issue ?
- Replies: 9
- Views: 3352
I mean specifically that you rewrite the query to not constrain itself to one particular set of values but rather return all of the current 'bind variables' as fields in the query in addition to what is already there. That then goes into a hashed file and the 'binding' happens at runtime, a singleto...
- Tue Oct 27, 2009 12:56 pm
- Forum: General
- Topic: Staggered start in a sequence
- Replies: 23
- Views: 7405
By wrapping the sleep command within a Server Job, you free up the Sequence code from having to wait for the sleep command to finish. How so? You've said this a couple of times now and it has me a little baffled at the moment. Sleep is sleep, you really can't go off and do something else while it s...
- Tue Oct 27, 2009 12:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle insert slow
- Replies: 7
- Views: 2352
- Tue Oct 27, 2009 10:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle insert slow
- Replies: 7
- Views: 2352
- Tue Oct 27, 2009 10:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance issue ?
- Replies: 9
- Views: 3352
- Tue Oct 27, 2009 9:50 am
- Forum: General
- Topic: Capturing historical Job run statistics
- Replies: 14
- Views: 11832
- Tue Oct 27, 2009 9:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance issue ?
- Replies: 9
- Views: 3352
- Tue Oct 27, 2009 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI Stagge
- Replies: 4
- Views: 2454
It should work with either. The difference from what I recall is whether they run all in one session or indivual sessions. Right, here we go: Each SQL statement is executed as a separate transaction if the statement separator is a double semi-colon ( ;; ). All SQL statements are executed in a single...
- Tue Oct 27, 2009 9:40 am
- Forum: General
- Topic: Staggered start in a sequence
- Replies: 23
- Views: 7405
- Tue Oct 27, 2009 8:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Geting warning's in decimal conversion
- Replies: 11
- Views: 3058
- Tue Oct 27, 2009 8:19 am
- Forum: General
- Topic: Staggered start in a sequence
- Replies: 23
- Views: 7405
Right, a single Sequencer stage. As noted, this is the closest you can get using the GUI as stages will always wait before moving on. To get your true, 'pure' staggered start, you'd need to code it yourself as I noted in my first post. I personally don't have an issue with that solution, there's ple...