Search found 664 matches

by Teej
Fri Aug 08, 2003 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using C++ custom applications in DataStage: Tips needed
Replies: 19
Views: 12588

I've never been in a situation where the inherent stages within DataStage Server edition were not sufficient for what I was doing and required a custom plugin to be designed. For example, if I don't like the Aggregator stage in DataStage, I'd use a temporary table in a database and aggregate using ...
by Teej
Fri Aug 08, 2003 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with ORAOCI in DataStage.....
Replies: 4
Views: 3841

Re: Problem with ORAOCI in DataStage.....

ORA-12154: TNS:could not resolve service name Ensure that your DataStage's ORACLE_HOME is pointing to the correct path, and ensure that the tnsnames.ora file within the ORACLE_HOME\admin directory have that particular instance you are attempting to connect to (Database name). You may need to contac...
by Teej
Fri Aug 08, 2003 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage and ClearCase usage for change control?
Replies: 9
Views: 10717

Version Control

I am told that DataStage Twister (7.0) will contain a much more robust solution for Version Control, including better integration within Designer and Manager. We reviewed Version Control for 6.0, and found it to be woefully inadequate for our needs. We are currently using a file-based system with ex...
by Teej
Fri Aug 08, 2003 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: improve performance in Transaction Handling tab
Replies: 6
Views: 2578

Re: improve performance in Transaction Handling tab

Hi, I have created a job, reading from an Informix ODBC, looking up at a Hash File and write to a Unverse Stage and Informix Stage. It is extremely slow. Please tell me how to design in order to make the job run faster. I don't want to use sequential stage. What I can think of is to do something to...