Search found 42189 matches
- Wed Mar 26, 2008 11:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing Spaces- What option to use?
- Replies: 4
- Views: 1213
- Wed Mar 26, 2008 11:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulkloader Issue.
- Replies: 1
- Views: 1061
- Wed Mar 26, 2008 9:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Character not inserting into Oracle DB.
- Replies: 14
- Views: 5513
- Wed Mar 26, 2008 9:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP Plug-In Stage - File Rename after FTP with stage?
- Replies: 3
- Views: 1081
- Wed Mar 26, 2008 8:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Design question to fail jobs
- Replies: 1
- Views: 942
- Wed Mar 26, 2008 8:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Character not inserting into Oracle DB.
- Replies: 14
- Views: 5513
Glad you got it sorted out. Let's see... 1. Because NLS_LANG is a combination of several values. 2. Not entirely sure. No, it doesn't get set to the same value as NLS_LANG, it has its own set of values. Type 'locales' from the command line to see how all of them are set. Or maybe it's 'locale'... I ...
- Wed Mar 26, 2008 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle commit interval
- Replies: 11
- Views: 5878
- Wed Mar 26, 2008 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error using Oracle Sequencer
- Replies: 2
- Views: 1174
- Wed Mar 26, 2008 7:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PL/1 file structure
- Replies: 3
- Views: 992
- Wed Mar 26, 2008 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How do I find garbage/control characters within a column?
- Replies: 8
- Views: 2371
- Wed Mar 26, 2008 7:22 am
- Forum: General
- Topic: Multiple output files while using XML OUTPUT stage
- Replies: 4
- Views: 1370
- Tue Mar 25, 2008 10:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restartability options from crontab
- Replies: 7
- Views: 2088
- Tue Mar 25, 2008 9:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restartability options from crontab
- Replies: 7
- Views: 2088
- Tue Mar 25, 2008 9:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job aborts with sql loader error
- Replies: 2
- Views: 895
Re: job aborts with sql loader error
just4u_sharath wrote:can anybody help with this error pls
In other words, no. At least not with a lot more information.
- Tue Mar 25, 2008 9:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restartability options from crontab
- Replies: 7
- Views: 2088
Restartablily could be handled only by Datastage. Not really. Whatever outermost job controls a series of jobs cannot restart itself. You will need to write a wrapper script, something that is scheduled via cron and which starts the main job. Once the job completes, the script would need to check t...