Search found 42189 matches

by chulett
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...
by chulett
Wed Mar 28, 2007 7:38 am
Forum: General
Topic: ORABULK and ORAOCIBL difference and when to use
Replies: 9
Views: 2569

Technically, it doesn't 'invoke sqlldr' as in the command line function but instead hooks directly into the database via an API. This also means it does not generate the 'bad' or 'ctl' or 'dsc' logs you would normally be interested in.
by chulett
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

Ok... Can you restate your problem, please? What does or doesn't happen or what is it that you are trying to accomplish that isn't quite working out.
by chulett
Wed Mar 28, 2007 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Filter in sequential file.
Replies: 6
Views: 1155

In other words - it's not the constraints. Seek your solution elsewhere. You've already gotten a couple of good suggestions, let us know if you need any help with them.
by chulett
Wed Mar 28, 2007 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML datatype
Replies: 3
Views: 1557

Is this something you can read in as a Varchar or LongVarchar and then parse afterwards with one of the XML stages? :?
by chulett
Wed Mar 28, 2007 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection Dead
Replies: 3
Views: 1781

Ok... then have you taken this issue to your DBA?
by chulett
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 ...
by chulett
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

We'd need more details to give any meaningful advice. How about as complete of a description of your job as you can manage? That should get us started.
by chulett
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...
by chulett
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,...
by chulett
Tue Mar 27, 2007 11:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection Dead
Replies: 3
Views: 1781

Welcome. Here is something a quick Google turned up: m Have you discussed this with your DBA? First thing to check seems to be to see if the listener is up. Can you connect to this instance from anywhere else? Are you sure you changed the password in your job, not just in 'all ODBC related files'?
by chulett
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...
by chulett
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

From the Director's Log View, there should be a View entry on the toolbar, and a Filter option under it. From what I recall. It should be fairly obvious but you must be viewing the log for it to show up, or at least that's how I'm remembering it right now. :?
by chulett
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

And that 'sensible relationship' would typically be this: Transaction Size should be an even multiple of Array Size.
by chulett
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...