Search found 42189 matches
- Sat Dec 13, 2008 10:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integer to Date conversion
- Replies: 10
- Views: 1936
- Sat Dec 13, 2008 10:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: to load selective columns in ORACLE load
- Replies: 3
- Views: 711
- Sat Dec 13, 2008 10:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORACLE Load -unsupportive type for column not mentioned
- Replies: 1
- Views: 737
Seems to me you'll need to avoid any bulk loading options as they typically want all columns to be handled. For Oracle, that specifically means a DIRECT=TRUE 'direct path' load. You should be able to switch to a conventional load which essentially does 'normal' insert/update DML, or just go for plai...
- Sat Dec 13, 2008 8:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integer to Date conversion
- Replies: 10
- Views: 1936
- Sat Dec 13, 2008 8:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: to load selective columns in ORACLE load
- Replies: 3
- Views: 711
viewtopic.php?p=310236
- Fri Dec 12, 2008 1:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regd An Error Calling a Routine
- Replies: 7
- Views: 1692
- Fri Dec 12, 2008 9:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Integer to Date conversion
- Replies: 10
- Views: 1936
- Fri Dec 12, 2008 9:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Startup problem
- Replies: 5
- Views: 2989
- Fri Dec 12, 2008 9:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sql query two dates between 90 days and 7 days
- Replies: 4
- Views: 1472
- Fri Dec 12, 2008 9:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Strange behaviour of Load Append method
- Replies: 1
- Views: 614
- Fri Dec 12, 2008 9:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Startup problem
- Replies: 5
- Views: 2989
- Fri Dec 12, 2008 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to remove box character insequential file
- Replies: 17
- Views: 5976
'0D' is a carriage return, usually a record terminator mismatch DOS to UNIX. Use Convert to remove them:
If they are in data fields. If it is only at the end of the last field, change from UNIX to DOS terminators in the stage reading the file.
Code: Select all
Convert(CHAR(13),"",YourField)- Fri Dec 12, 2008 8:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sql query two dates between 90 days and 7 days
- Replies: 4
- Views: 1472
- Fri Dec 12, 2008 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to remove box character insequential file
- Replies: 17
- Views: 5976
- Fri Dec 12, 2008 8:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: records of who login
- Replies: 1
- Views: 598