Search found 5168 matches
- Fri Oct 20, 2006 12:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server Job - Performance Issue
- Replies: 15
- Views: 6990
Try to monitor the CPU usage of your server when you run this job. For initial load (or atleast for testing) change the update action to Insert and drop indeces in the target table (if you have any) before loading the data. If you database and datastage are of different server, check for network con...
- Fri Oct 20, 2006 12:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join Stage Retains Deleted Duplicate Columns
- Replies: 8
- Views: 1775
- Fri Oct 20, 2006 12:37 am
- Forum: General
- Topic: Ship Date, *Stage 8.0
- Replies: 7
- Views: 4504
- Fri Oct 20, 2006 12:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer_0: Internal error: function 'row_to_external()'
- Replies: 4
- Views: 1260
- Fri Oct 20, 2006 12:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how can we reset a datastage job using datastage coding
- Replies: 7
- Views: 8704
- Thu Oct 19, 2006 4:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transformer_0: Internal error: function 'row_to_external()'
- Replies: 4
- Views: 1260
- Thu Oct 19, 2006 4:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advice on generating OSH script
- Replies: 10
- Views: 3738
- Thu Oct 19, 2006 4:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RE:Error
- Replies: 4
- Views: 1042
- Thu Oct 19, 2006 3:58 am
- Forum: General
- Topic: Port No used by Datastage?
- Replies: 3
- Views: 2424
- Thu Oct 19, 2006 3:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: performance issue with Oracle OCI stage
- Replies: 2
- Views: 935
Large volume of data will consume time, but you can aproach the data to load in parallel streams by dividing the input data into parallel similar stream. If you add index on the key in which the look is made in target, it may increase some performace while finding the record for Update or insert. Bu...
- Thu Oct 19, 2006 3:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Operator Role problem
- Replies: 13
- Views: 3254
- Thu Oct 19, 2006 3:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting from source
- Replies: 7
- Views: 1479
- Thu Oct 19, 2006 3:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Want to delete the records giving specific date range
- Replies: 12
- Views: 3728
You can see his message if you click here and proceed further.
For the date issue, if or using user defined SQL use TO_DATE() funciton, else convert into requried fromat in Datastage Transformer.
For the date issue, if or using user defined SQL use TO_DATE() funciton, else convert into requried fromat in Datastage Transformer.
- Thu Oct 19, 2006 3:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing and Running an Oracle Stored Procedure
- Replies: 10
- Views: 4800
If you are using ODBC stage, and using Call StroredProcedure, just pass some dummy argument. And you need to chagne your stored procedure to include one input argument to be present. You can just use a transformer with out any input, or another database stage, which pass some dummy value from its ex...
- Thu Oct 19, 2006 3:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum and Minimum JOBNO in a project
- Replies: 9
- Views: 2132