Search found 15603 matches
- Wed Jun 04, 2008 5:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File Stage and Nulls
- Replies: 3
- Views: 2375
The behaviour with nullable and not nullable varchar fields read from sequential files is both consistent and logical (as well as being documented). The different behaviour is caused by sequential files not containing NULLs. If you edit the attributes of your varchar() column in the sequential file ...
- Wed Jun 04, 2008 5:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Websphere MQ - How to set the MQMD-Report Field in a message
- Replies: 6
- Views: 2497
- Wed Jun 04, 2008 5:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequencer job actvy parameters missing after successful run
- Replies: 3
- Views: 639
- Wed Jun 04, 2008 3:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing part of job log using routine
- Replies: 28
- Views: 8168
- Wed Jun 04, 2008 3:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle stage truncate and load
- Replies: 1
- Views: 560
- Wed Jun 04, 2008 3:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Modify Stage - Substring function
- Replies: 15
- Views: 15728
- Wed Jun 04, 2008 1:44 am
- Forum: General
- Topic: Cannot get rejected Oracle records to post to reject file
- Replies: 13
- Views: 6995
- Wed Jun 04, 2008 1:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Blank ATTxxx.txt file in email attachement
- Replies: 2
- Views: 982
- Wed Jun 04, 2008 1:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert data from LATIN1 to UTF8
- Replies: 14
- Views: 7976
- Wed Jun 04, 2008 1:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing part of job log using routine
- Replies: 28
- Views: 8168
- Tue Jun 03, 2008 10:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: rejecting rows while updating in oracle
- Replies: 17
- Views: 4532
- Tue Jun 03, 2008 10:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: rejecting rows while updating in oracle
- Replies: 17
- Views: 4532
Re: rejecting rows while updating in oracle
You can do this in the job, but you need to explain While updating it is looking for values in all the 5 columns of a particular row and if it doesn't find a value in a sigle column it is rejecting the entire row without updating. How are you looking for values? In a transform stage? Where is the re...
- Tue Jun 03, 2008 9:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading and FTPing BLOB using datastage
- Replies: 1
- Views: 892
BLOBs and CLOBs aren't supported. You can actually write to a LOB, but cannot read from it. If you know your maximum length you can write a workaround SQL query that uses CAST to move 4000 character substrings from the LOB into VarChar2(4000) columns. We just did this for LOBs that we know won't exc...
- Tue Jun 03, 2008 9:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: rejecting rows while updating in oracle
- Replies: 17
- Views: 4532
- Tue Jun 03, 2008 8:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: rejecting rows while updating in oracle
- Replies: 17
- Views: 4532