Delete records from Table X in one job.
In second job identify the inserts and updates and do them in two seperate jobs OR send it in with Upsert option.
Search found 6797 matches
- Wed Apr 25, 2007 7:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Upsert using API stage
- Replies: 2
- Views: 591
- Wed Apr 25, 2007 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wrapper Stage
- Replies: 12
- Views: 2973
- Wed Apr 25, 2007 7:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing Records Rejected due to Load Option
- Replies: 2
- Views: 780
- Wed Apr 25, 2007 7:04 am
- Forum: General
- Topic: How to add datetime stamp + duration hours
- Replies: 3
- Views: 1786
- Tue Apr 24, 2007 5:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Decimals on Oracle
- Replies: 5
- Views: 889
Try either of the following for the sales column
Code: Select all
Oconv(in.sales, "MR2")
OR
FMT(in.sales,"R2")
- Tue Apr 24, 2007 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Decimals on Oracle
- Replies: 5
- Views: 889
- Tue Apr 24, 2007 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Decimals on Oracle
- Replies: 5
- Views: 889
- Tue Apr 24, 2007 3:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Stored Procedure Stage works first time only
- Replies: 3
- Views: 742
- Tue Apr 24, 2007 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Warning
- Replies: 3
- Views: 838
Search would have revealed all. Infact, there is an open topic by you on the very same error here.
- Tue Apr 24, 2007 3:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compare 2 Lists of Values
- Replies: 1
- Views: 447
You can use the Join stage, lookup stage and a few others. You said [b]output a row[b], which column is going to decide that, the first column or the second column? Never the less you can create two datasets and do a lookup keyed on 1st column for one dataset and 2nd for its copy. Depending upon the...
- Tue Apr 24, 2007 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference in Lookup row count - ODBC and UniVerse Stage
- Replies: 4
- Views: 831
- Tue Apr 24, 2007 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage 8.0 on Windows Versus Linux
- Replies: 1
- Views: 579
Welcome Aboard Please use the search facility. There have been few discussions on this topic before. Can you explain slow? Where does your Oracle sit? There will be network introduced again, right. 25 Million records is not that much. You can probably do a table export to a flat file, ftp the file o...
- Tue Apr 24, 2007 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference in Lookup row count - ODBC and UniVerse Stage
- Replies: 4
- Views: 831
- Tue Apr 24, 2007 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: timestamp
- Replies: 5
- Views: 1611
or something like
Code: Select all
StringToTimestamp(in.Col,"%yyyy%mm%dd%hh%nn")
- Tue Apr 24, 2007 1:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Oracle loading "ORA-01843: not a valid mon
- Replies: 3
- Views: 1390