Search found 42189 matches
- Fri Mar 16, 2007 1:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: xml output in one line
- Replies: 1
- Views: 879
You've got two choices with XML in DataStage out of the box: you can generate 'formatted output' or leave it unformatted. Formatted is what you've shown in your first example. It is more for people rather than processes as automated processes don't care about formatting aka 'pretty printing'. Person...
- Fri Mar 16, 2007 10:30 am
- Forum: General
- Topic: string replacement in mainframe job
- Replies: 8
- Views: 1992
- Fri Mar 16, 2007 9:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: change data capture
- Replies: 12
- Views: 3072
- Fri Mar 16, 2007 9:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Documentation on FTP Stage
- Replies: 3
- Views: 898
Re: Documentation on FTP Stage
kcbland wrote:Good, don't start.
I concur. But there *is* documentation on it for the morbidly curious.
- Fri Mar 16, 2007 9:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Documentation on FTP Stage
- Replies: 3
- Views: 898
- Fri Mar 16, 2007 6:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: differences between DS 7.5.2 and DS 7.5x2 ??
- Replies: 5
- Views: 1317
- Fri Mar 16, 2007 6:46 am
- Forum: General
- Topic: Error when using CLOB data type in Job
- Replies: 8
- Views: 3601
- Fri Mar 16, 2007 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing to ORAOCI9 stage - Performance improvement
- Replies: 4
- Views: 1250
Another thought, something not quite as elegant or performant as Ken's but simpler to get to. Don't use the OCI stage for millions of rows, especially if all you are doing are pure inserts. Swap out your target stage for the Oracle Bulk Loader stage set to 'Automatic' mode. You'll need to arrange fo...
- Fri Mar 16, 2007 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Timeout Expired Error
- Replies: 18
- Views: 13350
And I agree that there can be multiple places you'd need to check for an "idle timeout" setting. As noted, first would be your database as I find that to be fairly common. Some tools can get you around issues like that by a kind of 'keep alive' setting where they ping the database periodically to le...
- Fri Mar 16, 2007 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Timeout Expired Error
- Replies: 18
- Views: 13350
sqlplus, alas no. However, now that 'TOAD' is actually 'Toad', yes! It used to be an acronym - Tool for Oracle Application Developers. Now it's just the amphibian, and you really need to spell out which version you have as there are several: Toad for Oracle Toad for DB2 Toad for MySQL Toad for SQL S...
- Thu Mar 15, 2007 8:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML SChema help
- Replies: 3
- Views: 1194
Ok, now that that is out of the way... Do you (ideally) have an xsd for or at the very least a sample of this target file you are trying to create? You would then use that to import the XML metadata and that process would build the XPath Expressions for you automagically. I find those generally work...
- Thu Mar 15, 2007 8:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Log of a Individual Job in a Sequence
- Replies: 32
- Views: 6214
Sure, it helps. You've got an Unconditional trigger between the two jobs which means you don't care if the first job fails. We mentioned this earlier, for the 'Automatically' option you typically just define the 'Success' path and let the Sequence decide what happens when there is a 'Failure'. If yo...
- Thu Mar 15, 2007 8:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error calling once/load initialization
- Replies: 3
- Views: 3202
- Thu Mar 15, 2007 8:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle - NoWait error
- Replies: 5
- Views: 1793
As noted, truncates are not committed and by the same token they cannot be rolled back. Once done, it's done and there ain't no going back. Now, if you are talking about other people issuing a 'commit' on their changes then yes, that will release any of those pesky locks that get in the way of thing...
- Thu Mar 15, 2007 8:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Timeout Expired Error
- Replies: 18
- Views: 13350