Search found 42189 matches
- Wed Mar 28, 2007 7:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: bulk load-automatic?
- Replies: 7
- Views: 1986
No, it does not load 'all data at once'. Again, it can only load the data as fast as you can provide it. Your 'bottleneck' more than likely isn't the load, but the processing you are doing first. Verify this by breaking the job into two discrete jobs. First, CFF to flat file, doing everything you ar...
- Wed Mar 28, 2007 7:38 am
- Forum: General
- Topic: ORABULK and ORAOCIBL difference and when to use
- Replies: 9
- Views: 2569
- Wed Mar 28, 2007 7:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: EXEPTION HANDLER and CHECKPOINTS on sequences
- Replies: 5
- Views: 987
- Wed Mar 28, 2007 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filter in sequential file.
- Replies: 6
- Views: 1155
- Wed Mar 28, 2007 7:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML datatype
- Replies: 3
- Views: 1557
- Wed Mar 28, 2007 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC connection Dead
- Replies: 3
- Views: 1781
- Wed Mar 28, 2007 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exception Handler : Why use it.. and how to handle warnings
- Replies: 20
- Views: 6895
You use the Exception Handler if you want to control what happens when there is an 'abort'. Without it, DataStage decides what happens. Are you on a fairly recent version, say 7.5.x? If so, then your question re: a 'better way' is to use the 'Automatically handle activities that fail' option in the ...
- Wed Mar 28, 2007 7:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to improve the performance in Server Job
- Replies: 3
- Views: 1134
- Wed Mar 28, 2007 12:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filter in sequential file.
- Replies: 6
- Views: 1155
How will you recognize these 'first 12 months' of data? What is the business rule you are attempting to implement? The answer to that question will help determine the appropriate place to do the dirty deed. ps. Unless your constraints are horribly complex, I don't see how they could be your 'taking...
- Wed Mar 28, 2007 12:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datatype warnings from oracle!
- Replies: 13
- Views: 4772
chulett, Do you mean that pre CASTed sql in oracle stage will not be recognised by the job? No. I just mean it won't know you've done that in the sql. It will still use the metadata to drive the warnings you are seeing. If i have a field defined as NUMBER (no precision,no scale) in oracle database,...
- Tue Mar 27, 2007 11:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC connection Dead
- Replies: 3
- Views: 1781
- Tue Mar 27, 2007 11:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Filter in sequential file.
- Replies: 6
- Views: 1155
What makes you think you have to use the filter command to achieve this? That sounds more like a job for a Transformer constraint. How will you recognize these 'first 12 months' of data? What is the business rule you are attempting to implement? The answer to that question will help determine the ap...
- Tue Mar 27, 2007 11:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to reject the rows that not in the parent table???
- Replies: 22
- Views: 5555
- Tue Mar 27, 2007 10:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance while loading target database table
- Replies: 30
- Views: 10134
- Tue Mar 27, 2007 9:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to reject the rows that not in the parent table???
- Replies: 22
- Views: 5555
1) You can use the NOTFOUND variable for anything you like. I'm just passing along my own personal observance that while I know it works fine for Hashed File stages, I found it unreliable for DBMS work. Your mileage may vary. 2) Not sure what you mean. Yes, that functionality is built into the engin...