Search found 15603 matches
- Wed Nov 22, 2006 4:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pros and cons of using Flat file as source/target
- Replies: 9
- Views: 5169
In DataStage you seldom have the luxury of being able to choose your source data or target systems. The question is quite irrelevant unless you have specific circumstances that you haven't mentioned. Flat Files - compact - can be given any name you wish and be put anywhere on your machine - can be w...
- Wed Nov 22, 2006 3:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator stage performance
- Replies: 24
- Views: 8753
If you can sort your incoming data stream to the aggregator on the columns you use in that stage and then specify in the aggregator that the columns are sorted you will see that the stage performs blazingly fast. This is because it no longer needs to store data temporarily, it just sums/aggregates v...
- Wed Nov 22, 2006 3:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Change DS Server machine IP address
- Replies: 7
- Views: 2202
- Wed Nov 22, 2006 3:50 am
- Forum: General
- Topic: Temporary file creation during running job
- Replies: 2
- Views: 1679
- Wed Nov 22, 2006 3:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Phantom Error
- Replies: 1
- Views: 797
- Wed Nov 22, 2006 3:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Certification
- Replies: 5
- Views: 1796
- Wed Nov 22, 2006 3:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pros and cons of using Flat file as source/target
- Replies: 9
- Views: 5169
- Tue Nov 21, 2006 11:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: difference between the two statements
- Replies: 3
- Views: 865
- Tue Nov 21, 2006 11:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what are two types of hash files??how it differ?
- Replies: 5
- Views: 1368
A couple of things need to be modified in the previous comment: Types 2 through 18 are static hashed files each based on the hashing algorithm / nature of key column data While true, the important aspect of static hashed files is not the algorithm used to turn the key into a number (the hashing meth...
- Tue Nov 21, 2006 10:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Hanging
- Replies: 3
- Views: 759
- Tue Nov 21, 2006 10:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel and Server Installs
- Replies: 5
- Views: 1085
- Tue Nov 21, 2006 10:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Multiple instance to load a single table
- Replies: 8
- Views: 1512
- Tue Nov 21, 2006 10:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage jobs not able to access the oracle table.
- Replies: 6
- Views: 2204
That specific error was the bane of my life at version 3 and 4 of DataStage and an older Oracle 7 years ago; it was always sporadic and very hard to trace. It was invariably an Oracle issue and not a DataStage one, through and I haven't seen that error crop up in years. As mentioned above it is impo...
- Tue Nov 21, 2006 10:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to use Multiple instance to load a single table
- Replies: 8
- Views: 1512
There is nothing stopping you running multiple instances of your job (without the truncate being called by each instance). But the bottleneck might be the speed with which Oracle can load the data as a whole and not per process. I am pretty sure that just splitting up your load into separate streams...
- Tue Nov 21, 2006 10:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel and Server Installs
- Replies: 5
- Views: 1085