Search found 4992 matches
- Tue Apr 27, 2004 8:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Executing a Windows Command from UNIX
- Replies: 1
- Views: 499
- Sat Apr 24, 2004 7:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problems creating large hash files
- Replies: 14
- Views: 4948
Remember, a hash file is a presized parking lot where the stalls or spots are big enough for a couple of cars each. With a minimum modulus the hash file will always be a certain size when empty. You don't know when it's filling up because the data is being distributed within that parking lot. This s...
- Wed Apr 21, 2004 8:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading Remote datafile without using FTP Stage !!!!!
- Replies: 3
- Views: 1262
I wanted to share this private email with everyone so that we all benefit from the discussion: Just noted your response in the DSXchange to request for a method to transport files via method other than FTP. You say never to use the FTP stage as it is a gimmick. We use this stage fairly extensively t...
- Wed Apr 21, 2004 11:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading Remote datafile without using FTP Stage !!!!!
- Replies: 3
- Views: 1262
Never use this stage, it's a sales gimmick. Use an FTP command line script to move files locally, and then distribute when done. The FTP stage is not practical because the only reason to use it for large files is to prevent copying the file locally, except, a large file will take FOREVER to read usi...
- Wed Apr 21, 2004 11:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: interview questions
- Replies: 2
- Views: 1496
Sure: 1. Have you worked with DataStage? 2. Have you worked with any ETL tools? 3. Have you worked on a data integration project? 4. What is your experience with data warehousing? 5. What is the largest table you have populated? 6. What are the key factors in developing code in a managed environment...
- Wed Apr 21, 2004 9:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing table definitions
- Replies: 3
- Views: 1236
Unfortunately, you have to use a common data type model, and that is what DataStage is doing. When importing definitions, they are translated into the common model. When loading data, the metadata is cast into the target table type. Whatever DataStage imports as metadata is what should be (in most c...
- Wed Apr 21, 2004 9:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ExecSH
- Replies: 3
- Views: 5104
- Mon Apr 19, 2004 2:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tab delimited in the Sequential file
- Replies: 1
- Views: 457
- Mon Apr 19, 2004 2:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: KeyMgtGetNextValue function
- Replies: 1
- Views: 592
Yes, because it keeps track in a local hash file what the last value assigned was. However, this is unbelievably dangerous in approach and design. If the hash file was corrupted or reset, or, you manually inserted/deleted/fixed data in your table, you run the very real risk of screwing up your data....
- Fri Apr 16, 2004 11:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in my routine
- Replies: 7
- Views: 2447
- Fri Apr 16, 2004 11:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in my routine
- Replies: 7
- Views: 2447
- Fri Apr 16, 2004 9:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle deletes prior to inserts
- Replies: 3
- Views: 1234
- Fri Apr 16, 2004 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lookup with between
- Replies: 2
- Views: 875
Here's a solution that doesn't have the performance and maintenance issues (secondary indexes) of a UV/ODBC stage:
http://www.dsxchange.com/viewtopic.php?t=84998
http://www.dsxchange.com/viewtopic.php?t=84998
- Fri Apr 16, 2004 5:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Projects
- Replies: 3
- Views: 1427
- Thu Apr 15, 2004 7:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle No data Found
- Replies: 1
- Views: 518