What kind of delimiter - field, record? Where?
A UNIX newline is a CHAR(10), by the way, depending on the 'where' you can use that function or perhaps the value '010' by itself.
Search found 42189 matches
- Sun Nov 07, 2010 8:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: new line character as deimiter
- Replies: 19
- Views: 6554
- Sun Nov 07, 2010 8:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Routine to connect SQL Server
- Replies: 11
- Views: 3489
- Sun Nov 07, 2010 4:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Routine to connect SQL Server
- Replies: 11
- Views: 3489
- Sun Nov 07, 2010 4:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Assignment of a NULL value to a NOT NULL
- Replies: 25
- Views: 11072
- Sun Nov 07, 2010 9:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error When trying to Format a Parameter Value
- Replies: 5
- Views: 1520
- Sun Nov 07, 2010 9:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error When trying to Format a Parameter Value
- Replies: 5
- Views: 1520
- Sun Nov 07, 2010 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Routine to connect SQL Server
- Replies: 11
- Views: 3489
- Sat Nov 06, 2010 8:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while viewing data from OCI Stage
- Replies: 3
- Views: 1695
All that sounds good, so unsure why you would be gettting that error. I would suspect either a bug or some kind of issue with 11g, since I don't think it is 'officially' supported. First thing I'd check is that you were up-to-date on your patches, and they can be plentiful. I'm also curious if the j...
- Fri Nov 05, 2010 11:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open the operating system file "/tmp/select04
- Replies: 2
- Views: 1257
- Fri Nov 05, 2010 5:19 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: service aborts every minute
- Replies: 2
- Views: 2692
Right, it just means the job is aborting. The controlling processes see that and then automatically restart it, which can lead to this never-ending cycle until you put an end to it. As noted, usually a 'normal' DS issue, the same kind you would see if you ran the job a single time outside of this en...
- Fri Nov 05, 2010 7:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with pipe delimeter
- Replies: 2
- Views: 1126
- Fri Nov 05, 2010 7:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inner join using hash file giving incorrect results.
- Replies: 4
- Views: 3448
Your best alternative to this is to do the sql join in your source stage, why the reluctance to do that? The only other approach is an 'advanced' approach and requires a multi-key hashed file (to ensure uniqueness), a VOC record, a UV stage over the hashed file with the 'multi-row result set' option...
- Fri Nov 05, 2010 6:55 am
- Forum: General
- Topic: Datastage 8.5 Download
- Replies: 7
- Views: 25490
- Thu Nov 04, 2010 8:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inner join using hash file giving incorrect results.
- Replies: 4
- Views: 3448
Is the value in each Table2.a column unique? If not, you have destructive overwrite going on in the hashed file (last one in wins) based on that key and thus less records survive in the hashed file than you expect. It would also mean you don't see the cartesian product in the DataStage job's output ...
- Thu Nov 04, 2010 10:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Varchar to Timestamp Conversion
- Replies: 6
- Views: 1741