Search found 53125 matches
- Tue Dec 04, 2007 12:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Equivalent Decimal Datatype
- Replies: 1
- Views: 749
- Tue Dec 04, 2007 12:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can you override a "Add Environment Variable" parm
- Replies: 9
- Views: 3818
- Tue Dec 04, 2007 12:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue in reading Teradata
- Replies: 12
- Views: 3066
- Tue Dec 04, 2007 12:17 am
- Forum: General
- Topic: administrator client -- open access or restricted audience?
- Replies: 13
- Views: 4020
- Tue Dec 04, 2007 12:14 am
- Forum: IBM QualityStage
- Topic: LoadLocalizedResource:The resource file was not found
- Replies: 3
- Views: 1562
- Mon Dec 03, 2007 5:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Teradata API readig decimal(14,10) wrong value
- Replies: 5
- Views: 2195
- Mon Dec 03, 2007 5:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Increase the performance of the job?
- Replies: 4
- Views: 1272
- Mon Dec 03, 2007 5:15 pm
- Forum: General
- Topic: Getting Rid of Nullable Warning Messages
- Replies: 6
- Views: 2218
Welome aboard. Etiquette Notes 1. Do not hijack threads. This thread was resolved six months ago. 2. Ask a question. You didn't. Therefore we can't even determine whether you problem is the same as that resolved in this thread. Therefore please start a new thread, in the parallel forum, and ask your...
- Mon Dec 03, 2007 2:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort wornings are differ from server to server
- Replies: 4
- Views: 2689
- Mon Dec 03, 2007 2:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advantages of using a STORED PROCEDURE over ORACLE DB?
- Replies: 2
- Views: 891
- Mon Dec 03, 2007 2:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: px version of Ereplace - SIGSEGV error.
- Replies: 8
- Views: 3077
- Mon Dec 03, 2007 2:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Validations with DataStage
- Replies: 1
- Views: 766
You could, for the extraction part, use any of Lookup, Join or Merge stage - with an appropriate database-accessing stage feeding the secondary input. Multiple SQL statements - well, it depends. Can you give some idea of what these do? It may be easier to advise after that. For example, running the ...
- Mon Dec 03, 2007 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to update a row using Netezza
- Replies: 4
- Views: 2063
It's the stage that does not permit updates, while your Write Method is set to use direct writes - effectively bulk load. Experiment with other values of Write Method and Write Mode properties, and you will probably encounter some form of Upsert being available. I also have not used this stage type ...
- Mon Dec 03, 2007 2:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Increase the performance of the job?
- Replies: 4
- Views: 1272
Where are you measuring rows/sec? The intermediate Sequential File stage is performing a blocking operation - its output can not be opened until its input is closed. Meanwhile the clock is still running, so the rows/sec reported is reducing. This is one of the many reasons rows/sec is a meaningless ...
- Mon Dec 03, 2007 2:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Add years to Date
- Replies: 5
- Views: 2172
Don't forget February 29th.
There is a set of date arithmetic functions downloadable from here which includes AddYearsToTimestamp() function.
There is a set of date arithmetic functions downloadable from here which includes AddYearsToTimestamp() function.