Search found 4992 matches
- Thu Jun 29, 2006 9:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stored procedure
- Replies: 5
- Views: 1185
Welcome aboard! STP stage and ODBC/OCI stage SP usage is meant to stream data either in or out of a database. If the SP "does something" like grant permissions or juggle data around, then you want to use a command line execution to invoke the SP. Since you're on Unix, the ODBC driver will establish ...
- Thu Jun 29, 2006 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date conversion
- Replies: 10
- Views: 2929
- Wed Jun 28, 2006 7:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: script to delete jobs
- Replies: 21
- Views: 4053
- Wed Jun 28, 2006 5:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Where can I buy a single user DataStage license?
- Replies: 1
- Views: 725
There is no other place, unless you can buy a company that already owns a license. There are no developer licenses, student discounts, or trial copies, unless you participate in a sales call from IBM/Ascential and they think you're serious about buying. Then, maybe they'll give you a 30-day license.
- Wed Jun 28, 2006 5:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ReadSeq inside outer loop not working.
- Replies: 7
- Views: 1874
It's unfortunate you're not a Premium member, because I posted a function yesterday that shows how to write a function that reads a text file into a COMMON array variable and use that as a function lookup. It is fast because the file is read into memory the first time the function is used, then for ...
- Wed Jun 28, 2006 4:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job optimization
- Replies: 5
- Views: 1033
The WHERE causes the database to discriminate or search for data, which may or may not use indexes or partition elimination to more readily find the result rows. The order by causes the entire query to completely execute and gather all result rows before sending anything to the requester, in this ca...
- Wed Jun 28, 2006 4:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ReadSeq inside outer loop not working.
- Replies: 7
- Views: 1874
Are you using this in replace of a hashed file lookup? That is a bad idea. I thought you were just parsing a file one time as part of some job control or something. If your goal is to find a row in a text file as part of transformation logic in a job, put the text file into a hashed file and use the...
- Wed Jun 28, 2006 3:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job optimization
- Replies: 5
- Views: 1033
Welcome aboard. It's absolutely impossible to tell if your Oracle query is slow, the hashed file is improperly sized, or your transformation logic is slow. We also don't know how many rows of data you are processing. Breakup your job and write your Oracle results just to a text file with no transfor...
- Wed Jun 28, 2006 2:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing values from excel to two jobs sequentially
- Replies: 13
- Views: 3742
Running 2 jobs for each row in a spreadsheet will take a long time. If you could use job instances you can run many copies of your process at the same time. Or, figure out how to run for everything just once. I don't know why you have to run in a loop like you're doing. It's not very efficient, but ...
- Wed Jun 28, 2006 2:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: client components
- Replies: 5
- Views: 1117
- Wed Jun 28, 2006 2:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage
- Replies: 8
- Views: 5271
The (-14) [Timed out while waiting for an event] issue is quite common and has been discussed for years here. It's something to be "managed", but not resolved, from what I have seen. Just yesterday Arnd talked about a custom patch written for his specific customer to extend the timeout value, but I'...
- Wed Jun 28, 2006 1:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing metadata
- Replies: 3
- Views: 735
- Wed Jun 28, 2006 1:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ReadSeq inside outer loop not working.
- Replies: 7
- Views: 1874
- Wed Jun 28, 2006 1:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: client components
- Replies: 5
- Views: 1117
- Wed Jun 28, 2006 1:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing metadata
- Replies: 3
- Views: 735