Search found 4992 matches
- Tue Apr 26, 2005 9:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 32 BIT / 64 BIT HASH FILE
- Replies: 4
- Views: 1624
Read the job log messages, it should have told you of any issue. Make sure that the hash file didn't already exist, it won't recreate over an existing hash file. If your file is soooo big that you need a 64BIT file, why start from a minimum modulus of 1? You should upsize the hash file to a high wat...
- Tue Apr 26, 2005 9:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-01555: snapshot too old
- Replies: 22
- Views: 6080
Your job is simple, however, it is a perfect example of why simple usually doesn't equate to scalable. 40 million rows? You should spool the source data into a sequential file. You should probably use multple instances of the spool job to write multiple sequential files, each a different range of so...
- Mon Apr 25, 2005 7:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WaveNo
- Replies: 1
- Views: 699
- Mon Apr 25, 2005 7:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before and after in ora stage
- Replies: 1
- Views: 549
- Fri Apr 22, 2005 8:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Issues with DS7.x
- Replies: 15
- Views: 5498
From a unix command line execute: $ prstat -a Monitor your processes, see if your cpus are totally utilized. Until you can qualify your resource availabilities, you can't talk about why things are slow. If all cpus are being used, then there's little you can do to speed things up except remove cohab...
- Fri Apr 22, 2005 8:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Error - OCI_INVALID_HANDLE
- Replies: 6
- Views: 11244
CLOB fields are supported up to 2 Gig as per Oracle OCI Yes but this is a terrible idea to move that much data on a row using DataStage. Numbers and letters are what ETL tools are meant to handle. Think a moment about moving a gigabyte of data as a single row. Your tool is written to allow you maxi...
- Thu Apr 21, 2005 1:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with loading data using Oracle 9i OCI stage
- Replies: 6
- Views: 1152
- Wed Apr 13, 2005 8:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Select DS_JOBS not finding multiple instances
- Replies: 4
- Views: 1717
- Wed Apr 06, 2005 10:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 7.5.1 client running on NT
- Replies: 8
- Views: 2465
- Wed Apr 06, 2005 11:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp substraction
- Replies: 9
- Views: 1946
If you look at the post I referred, it subtracts two timestamps and gives the results in seconds. Second, there is no "internal timestamp" value. There is internal date and internal time. Third, if you substract two dates and have the results in seconds, the resulting number can be compared against ...
- Wed Apr 06, 2005 10:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timestamp substraction
- Replies: 9
- Views: 1946
Search the forum as well next time before posting your question. You would have found that solutions were waiting for you.
http://www.dsxchange.com/viewtopic.php?t=85788
http://www.dsxchange.com/viewtopic.php?t=85788
- Wed Apr 06, 2005 10:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: After-Job Routine
- Replies: 15
- Views: 4866
- Tue Apr 05, 2005 8:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file as a global reference
- Replies: 2
- Views: 686
Run the jobs that update the hash file first, then all of the other jobs can access a static hash file. Using locking mechanisms will cause a lot of headaches as jobs will stall waiting on locks, plus you probably will end up hanging your jobs when you aren't releasing locks quickly enough. This is ...
- Tue Apr 05, 2005 8:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: After-Job Routine
- Replies: 15
- Views: 4866
- Mon Apr 04, 2005 2:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can i use same hash file 3 jobs running parallel
- Replies: 3
- Views: 943