Search found 42189 matches
- Thu Apr 20, 2006 5:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Issue in Datastage Server Edition
- Replies: 13
- Views: 3132
Not much to explain. Simply replace your staging tables with sequential files, swap your OCI stages for Sequential File stages. Landing the data to flat files instead of loading them up into staging tables cuts out all the overhead of the database, which it seems like you are not needing. Now, if th...
- Thu Apr 20, 2006 2:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: server jobs in parllel
- Replies: 3
- Views: 817
- Thu Apr 20, 2006 5:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compilation problem
- Replies: 8
- Views: 1518
- Thu Apr 20, 2006 5:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: something about date
- Replies: 19
- Views: 3127
There's absolutely no reason to use User Defined SQL to do that - the stage will automatically generate the 'proper' TO_CHAR (and the corresponding TO_DATE) sql for you based on the datatype. IMHO, user defined sql should be avoided at all costs, only when you've got no other choice should you fall ...
- Wed Apr 19, 2006 8:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: something about date
- Replies: 19
- Views: 3127
Now can you help me to figure out a way So I can upload a constant string type in date type OCI stage. You just... do it. Make sure it is in the format the datatype is expecting. For example, declared as a Timestamp it would need to be in the format YYYY-MM-DD HH24:MI:SS to 'upload' correctly, assu...
- Wed Apr 19, 2006 8:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calling oracle SP which returns ref.cursor using STP
- Replies: 14
- Views: 7804
- Wed Apr 19, 2006 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Usaing XML Stage
- Replies: 1
- Views: 947
- Wed Apr 19, 2006 1:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Reset and Log Reset
- Replies: 6
- Views: 1610
- Wed Apr 19, 2006 6:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calling oracle SP which returns ref.cursor using STP
- Replies: 14
- Views: 7804
- Wed Apr 19, 2006 6:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to sort an sequential file or table in the server jobs?
- Replies: 2
- Views: 1044
1. As long as we're not talking millions of records, then sure. Suggest you read the Property Help for the Sort Specifications field to understand the syntax used there and always provide a specific location for the Temporary Directory so it doesn't default to your project. 2. Other more traditional...
- Wed Apr 19, 2006 5:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Debug - Aborting for one user but not another
- Replies: 9
- Views: 2377
Another suggestion would be to always debug from a 'fresh' Designer session. I've had intermittent issues if I've been working with a job or several jobs for a period of time in a Designer session and then attempt to debug. It usually results in a crash or the more typical abort with the 'debugging ...
- Wed Apr 19, 2006 5:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Merge stage(Sequential files)
- Replies: 3
- Views: 1219
- Tue Apr 18, 2006 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Debug - Aborting for one user but not another
- Replies: 9
- Views: 2377
- Tue Apr 18, 2006 2:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pivot stage
- Replies: 3
- Views: 1038
Optional plug-ins, like the Pivot stage, are chosen during installation of the Server. If there are some you didn't select, you will need to repeat the Server installation in order to get a chance to select them again. The good news is the software is smart enough to know you are in 'Maintenance mod...
- Tue Apr 18, 2006 12:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML Input stage
- Replies: 8
- Views: 2556