Search found 42189 matches
- Sun Dec 04, 2005 8:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling User Defined Oracle Function
- Replies: 8
- Views: 3093
First off, I'd suggest rethinking the Function approach. What exactly is it doing and is there any reason you can't recreate the logic in the DataStage job itself? Also curious if you have a proper ODBC entry setup for this instance? That's an 'extra' step you'd need to take if you want to use an OD...
- Sun Dec 04, 2005 9:35 am
- Forum: Site/Forum
- Topic: Lose The Graphics?
- Replies: 6
- Views: 3290
- Sun Dec 04, 2005 9:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validating hash file
- Replies: 10
- Views: 1995
- Sat Dec 03, 2005 10:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Parameters between jobs
- Replies: 7
- Views: 3156
- Sat Dec 03, 2005 9:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Validating hash file
- Replies: 10
- Views: 1995
- Sat Dec 03, 2005 8:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Parameters between jobs
- Replies: 7
- Views: 3156
- Sat Dec 03, 2005 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Code migration from Windows to Unix
- Replies: 3
- Views: 747
Me, I'd only use XML exports if the target for them was something other than DataStage. Otherwise, I don't see the point of all that extra work that the import has to do. When you import an XML export, the first thing it has to do under the covers is convert it back to dsx format and then import it....
- Fri Dec 02, 2005 10:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to migrate data from unidata to oracle
- Replies: 20
- Views: 5254
- Fri Dec 02, 2005 9:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rebuilding DataStage repository indices.
- Replies: 6
- Views: 2370
- Fri Dec 02, 2005 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS
- Replies: 4
- Views: 2239
- Fri Dec 02, 2005 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RowSplitter Error
- Replies: 2
- Views: 954
- Thu Dec 01, 2005 11:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: JobbmonApp
- Replies: 4
- Views: 2109
Found it in this post.
- Thu Dec 01, 2005 11:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: JobbmonApp
- Replies: 4
- Views: 2109
- Thu Dec 01, 2005 11:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using C++ custom applications in DataStage: Tips needed
- Replies: 19
- Views: 8679
- Thu Dec 01, 2005 10:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS question re: Spanish characters
- Replies: 13
- Views: 5482
I had a chance to nail down my DBA for a moment today and he concurs with your assertation, Arnd. Specifically, he suggests I set this: export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1 I've made the tweak to our dsenv file but I'll be damned if I can find a quiet moment that I can bounce the Server. Go...