Search found 42189 matches
- Sun Apr 03, 2005 9:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Perfromance issue in data stage
- Replies: 4
- Views: 1759
About the Oracle Sequences - true you can use them, just said I prefer not to. For low volume loads I've done reference lookups much like Ray described and incurred the sql call to Oracle for every record passing through the job. Interesting in that I don't recall having to have a key expresssion in...
- Sun Apr 03, 2005 7:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Perfromance issue in data stage
- Replies: 4
- Views: 1759
Re: Perfromance issue in data stage
When we tried to use ora bulk load option in data stage for stage to target, we were not able to use becuase of restriction we are using triggers for loading surrogate key column. First suggestion would be... don't do that! Build your surrogate into the process of 'landing' your staging data so tha...
- Sat Apr 02, 2005 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: license in datastage 6.0
- Replies: 3
- Views: 1285
If your license limit is 2, then at any point in time only 2 Datastage clients (Manager, Director, Designer) may be open. I'm afraid that's not true. Your limit (in the later versions) is meant to be the number of concurrent users that can connect to the server at any given point in time. There is ...
- Sat Apr 02, 2005 7:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregator
- Replies: 3
- Views: 1633
The 'average' calculation the Aggregator does is based on the average value of a field over the number of rows passed through the stage. Which you discovered. If you need it based on your two fields, I'd suggest passing two data fields through the agg - first the two multiplied together and secondly...
- Fri Apr 01, 2005 10:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row count
- Replies: 6
- Views: 1868
If all you meant was that you were processing a flat file where the first record is the column names and you wanted to automatically skip the first record - you should have said that, because that's simple. If that *is* what you are doing, then as Ray noted simply check the 'First line is column nam...
- Fri Apr 01, 2005 3:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash file parameters
- Replies: 2
- Views: 702
- Fri Apr 01, 2005 3:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row count
- Replies: 6
- Views: 1868
- Fri Apr 01, 2005 8:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WARNING MESSAGE
- Replies: 9
- Views: 3099
- Thu Mar 31, 2005 12:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any suggestions on this
- Replies: 6
- Views: 1610
- Thu Mar 31, 2005 12:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dslictool file.
- Replies: 5
- Views: 1866
- Thu Mar 31, 2005 11:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dslictool file.
- Replies: 5
- Views: 1866
- Thu Mar 31, 2005 7:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 2 sequence daily job call a monthly job?
- Replies: 7
- Views: 2931
- Wed Mar 30, 2005 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File
- Replies: 2
- Views: 548
Lots of ways. One way would be to stop putting the pipe in the field to begin with. Other than that, there are several functions that can do that for you. Ereplace is one that is simple to setup and you could use after you pull the value from the hash to replace the pipe with a space or an empty str...
- Wed Mar 30, 2005 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LookUp fails
- Replies: 4
- Views: 607
Note the change Ken made to the key expression logic. Any kind of 'math' on the field will (in essence) convert it to a number. So do something that you know won't change the value of the field - like adding zero to it - rather than adding and subtracting 1 from the value. Both work and illustrate ...
- Wed Mar 30, 2005 12:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stopped/started DS, RPC daemon problem
- Replies: 13
- Views: 5384