Search found 42189 matches
- Tue Nov 06, 2007 9:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ICONV 12-hour format Time Conversion
- Replies: 2
- Views: 1393
- Tue Nov 06, 2007 6:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem calling routine using routine activity
- Replies: 2
- Views: 1071
- Tue Nov 06, 2007 3:13 pm
- Forum: General
- Topic: ETL Synopsis
- Replies: 7
- Views: 3106
- Tue Nov 06, 2007 12:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Will SE Sequences allow MP?
- Replies: 1
- Views: 815
- Tue Nov 06, 2007 8:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Desired date format (YYYY-MM-DD) to be loaded to Oracle DB
- Replies: 5
- Views: 1522
- Tue Nov 06, 2007 8:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Desired date format (YYYY-MM-DD) to be loaded to Oracle DB
- Replies: 5
- Views: 1522
I'd be really careful about giving advice like that - any idea how many processes that rely on the NLS_DATE format being defaulted that you might break with that change? If you have a successful process, why not stick with it? The 'default date format' being discussed is for external processes and ...
- Tue Nov 06, 2007 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange Aggregator Error
- Replies: 1
- Views: 1094
- Tue Nov 06, 2007 7:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple streams are not running in datastage server
- Replies: 3
- Views: 1152
- Tue Nov 06, 2007 7:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage 8.0 Authenticating Active Directory
- Replies: 2
- Views: 2849
- Tue Nov 06, 2007 7:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Updating Table leaves it in a Nowait state
- Replies: 2
- Views: 957
Would need a better idea of your job design and constraints. I'm also assuming your job fails with the NOWAIT error rather than finishing properly and then other processes get the error attempting to access your table. I would guess that while you may only be sending data down one path, all are firi...
- Tue Nov 06, 2007 7:35 am
- Forum: General
- Topic: Data insertion to database
- Replies: 2
- Views: 885
- Tue Nov 06, 2007 1:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Right Padding Spaces
- Replies: 20
- Views: 8742
- Tue Nov 06, 2007 1:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Right Padding Spaces
- Replies: 20
- Views: 8742
- Tue Nov 06, 2007 1:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Right Padding Spaces
- Replies: 20
- Views: 8742
If you write Varchar(10) "Hello" to an Oracle CHAR(10) you are going to get "Hello " unless you try very hard not to. I'm not sure how you keep a CHAR field from padding with spaces, even by trying very hard. And keep in mind the fact that Toad has an option to automatically 'Trim string data in CH...
- Tue Nov 06, 2007 12:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML
- Replies: 18
- Views: 4771
There's no 'condition', really - a new file is created whenever the value in the Trigger Column changes. Doesn't matter what the value is or if the column is actually used in the XML or not - when it changes, you get a new file. We use it to keep the files under a certain size - not an exact science...