Search found 42189 matches
- Thu Sep 20, 2007 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: surrogate key generation in server jobs
- Replies: 13
- Views: 5269
Neither one is 'better', both are perfectly valid techniques. Some shops will have no truck with triggers and prefer to not use them, so find other mechanisms. One such is generating the surrogate inside the DataStage job stream, another is to use custom sql in the insert to leverage SeqName.nextval...
- Thu Sep 20, 2007 7:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Hiding userid and password in ftp script
- Replies: 2
- Views: 729
- Wed Sep 19, 2007 10:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to stop universe service manually
- Replies: 5
- Views: 2826
- Wed Sep 19, 2007 10:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple instancing
- Replies: 1
- Views: 1002
- Wed Sep 19, 2007 10:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle connect by functionality in DataStage
- Replies: 8
- Views: 2162
- Wed Sep 19, 2007 10:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Warning Limit
- Replies: 2
- Views: 894
- Wed Sep 19, 2007 5:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage job trigger using java
- Replies: 8
- Views: 5321
- Wed Sep 19, 2007 5:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to handle multi delimiter (flat file) in DataStage ?
- Replies: 4
- Views: 4386
- Wed Sep 19, 2007 4:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle connect by functionality in DataStage
- Replies: 8
- Views: 2162
This, I assume:
http://www.psoug.org/reference/connectby.html
How to replicate this Oracle functionality strictly in a DataStage job.
http://www.psoug.org/reference/connectby.html
How to replicate this Oracle functionality strictly in a DataStage job.
- Wed Sep 19, 2007 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Load Balancing using job Control
- Replies: 15
- Views: 3554
- Wed Sep 19, 2007 3:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between using '-wait' and '-jobstatus'
- Replies: 4
- Views: 1672
I don't know as I've never done it - only one or the other is all that is all that's needed. You should be able to run some tests to capture the exit status to determine which is in effect when both are used - does one trump the other? Is it order dependant? I have no clue. FWIW, we always use -jobs...
- Wed Sep 19, 2007 3:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job aborted after more than 25 million rows output
- Replies: 1
- Views: 999
- Wed Sep 19, 2007 9:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML Input Stage Problem
- Replies: 12
- Views: 3025
No, the issue seems to be the fact that you don't know what XPath Expressions are. They do all the dirty work in the stage and tell it how to parse the elements out that you want from the XML. They are generated for you automatically when you import the metadata from your source xml or better yet th...
- Wed Sep 19, 2007 9:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Load Balancing using job Control
- Replies: 15
- Views: 3554
Ken's website: http://www.kennethbland.com/
- Wed Sep 19, 2007 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to handle multi delimiter (flat file) in DataStage ?
- Replies: 4
- Views: 4386