Search found 42189 matches

by chulett
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...
by chulett
Fri Mar 16, 2007 10:30 am
Forum: General
Topic: string replacement in mainframe job
Replies: 8
Views: 1992

What forum would that be, exactly? There's no dedicated MVS forum here.
by chulett
Fri Mar 16, 2007 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: change data capture
Replies: 12
Views: 3072

Technically, you won't be doing CDC you'll be doing CDD or Changed Data Detection. Search the forums for CRC32 and ignore any conversations where it is discussed for surrogate key usage. :wink:

In those other occurances should be conversations on using it for CDD.
by chulett
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.

:lol:

I concur. But there *is* documentation on it for the morbidly curious.
by chulett
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

You didn't find the ftp.pfd document in your 'Docs' directory? :?
by chulett
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

Any platform, not just AIX or UNIX actually. And 'extension' as in 'minor update'. :wink:

The 'x' version denotes a special build of EE for Windows, the only version before 8.0 was release that allowed PX jobs to actually run on Windows.
by chulett
Fri Mar 16, 2007 6:46 am
Forum: General
Topic: Error when using CLOB data type in Job
Replies: 8
Views: 3601

subhashini wrote:Till now we didn't hv source data, but source system is not 10g , it is 9i.

Too bad, there's a loverly little package in 10g - the DBMS_LOB package - that makes working with those fields types much easier. Which is why I asked.
by chulett
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...
by chulett
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...
by chulett
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...
by chulett
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...
by chulett
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...
by chulett
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

They should show in the log after the ORA-03113 if that was the case. Munish, are there any other errors in the log after the two you've shown?

Again, and regardless, your DBA should be encouraged to pitch in and help with this. They would be the ones to contact Oracle support, open a TAR, etc.
by chulett
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...
by chulett
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

Might be a little early to mark it as Resolved, unless your experiments actually solved your problem. If that's the case, please share your findings with the world so that others with the same problem can benefit from your blood, sweat and tears. :wink:

Thanks!