Search found 53125 matches

by ray.wurlod
Tue Mar 29, 2011 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Proc Question
Replies: 3
Views: 2307

Check the stored procedure itself. Has it been programmed with an infinite loop?
by ray.wurlod
Tue Mar 29, 2011 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Use a job parameter to pass metatdata to a job
Replies: 2
Views: 1242

We don't know what you're trying to do, and therefore can not challenge your assertion about RCP. I recently have had good success generating SQL dynamically based on reading metadata from the system tables and passing the SQL statements as job parameters. But this used RCP. Even if you use the Sche...
by ray.wurlod
Tue Mar 29, 2011 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: my job is taking 45 minits to load the data
Replies: 14
Views: 6294

You can prove the location of the bottleneck by writing to a Sequential File rather than Oracle. If that's no faster, the problem is in DataStage. If it is markedly faster, then the problem is in Oracle. Updating tables where the columns mentioned in the WHERE clause are not indexed is notoriously s...
by ray.wurlod
Tue Mar 29, 2011 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: loop in 8.5
Replies: 2
Views: 1618

There are four great examples in the Parallel Job Developer's Guide for version 8.5.
by ray.wurlod
Tue Mar 29, 2011 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML with Multiple Record Types
Replies: 12
Views: 3418

Stop pushing!!! You waited one hour (which was the hour between 2am and 3am my time) before demanding a reply. If it's that urgent or important, BUY some support.
:x
by ray.wurlod
Tue Mar 29, 2011 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to change the datatype?
Replies: 2
Views: 1224

Use Copy stage if the conversion can be done implicitly, or any stage that supports input to output mapping (again if the conversion can be done implicitly).
by ray.wurlod
Tue Mar 29, 2011 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI fetched truncated data - Identifying data
Replies: 2
Views: 1930

It may, of course, be a VARCHAR2 column for which you don't have sufficient length allocated. Apart from explicit Len() tests, I can't think of any way to validate data. Maybe some direct queries (outside of DataStage maybe) to check lengths?
by ray.wurlod
Tue Mar 29, 2011 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: duplicate identifier(): error
Replies: 2
Views: 2045

Re: duplicate identifier(): error

tanaya.deshpande@tieto.co wrote:What I know is RCP is only for sequential file stage ,Fileset ..and external target and source..
RCP is available for almost every stage type.
by ray.wurlod
Tue Mar 29, 2011 2:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV and Partitioning
Replies: 11
Views: 4082

How big (in bytes) are your rows?

Is the product of array size and row size too large to fit in memory?
by ray.wurlod
Tue Mar 29, 2011 1:59 am
Forum: General
Topic: Need to Get an Mail Notification from ETL Job
Replies: 9
Views: 3136

There's also a couple of examples (e.g. DSSendMailTester) supplied with the product.
by ray.wurlod
Tue Mar 29, 2011 1:58 am
Forum: General
Topic: Need to Get an Mail Notification from ETL Job
Replies: 9
Views: 3136

There's a few examples to be found if you Search DSXchange.
by ray.wurlod
Mon Mar 28, 2011 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can aggregator stage be of some help
Replies: 21
Views: 7860

Add them to your design, using Transformer or Column Generator stage, as already mentioned.
by ray.wurlod
Mon Mar 28, 2011 7:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Routine to check whether the file exist or not
Replies: 4
Views: 2510

Yes, and I included it in my response.
by ray.wurlod
Mon Mar 28, 2011 7:21 pm
Forum: General
Topic: Cp command in execute command stage
Replies: 3
Views: 1702

You may need to "escape" the single-quote characters.