Search found 42189 matches

by chulett
Mon May 28, 2007 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ARRAY SIZE AND TRANSACTION SIZE
Replies: 4
Views: 1445

The loading is like "insert without clearing the table" and in other job its like"clear the table then insert ". What "other job"? An "OCI to OCI" design is the slowest way you could solve this particular problem, especially if all you have is a "simple one to one mapping". For pure inserts conside...
by chulett
Mon May 28, 2007 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the value of a sequence from an Oracle stage.
Replies: 12
Views: 3073

Besides the fact that this topic is 'Resolved' did you miss the requirement where the sequence's value needs to go to two targets?
by chulett
Mon May 28, 2007 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort
Replies: 5
Views: 959

Re: Sort

cosec wrote:and all my target tables are sorted except for one.

What is that supposed to mean? Is it a 'DB2 thing' where tables can be... 'sorted'? :?

Or are we just talking about doing an initial load sorted in a fashion that matches the PK of the target table?
by chulett
Mon May 28, 2007 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve a datastage environment variable from a Routine
Replies: 19
Views: 7702

No, another place. That's not an Administrator command, but an operating system command.
by chulett
Mon May 28, 2007 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ARRAY SIZE AND TRANSACTION SIZE
Replies: 4
Views: 1445

That's not alot to go on. Only advice at this stage - set them back to their original values. Way too many variables involved. We don't know anything about your network, job design, source, target or the nature of the transformations being done. We don't know what kind of indexes or constraints are...
by chulett
Mon May 28, 2007 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Informatica
Replies: 1
Views: 721

I posted some thoughts to your other post on this subject. No need to post the same thing twice. If you don't like how the first one came out - please edit it, don't create another.

Short answers:

1) There's no tool for that that I've ever heard of.
2) No.
by chulett
Mon May 28, 2007 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counting the number of rows extracted
Replies: 12
Views: 2939

Post your code wrapped in [code] tags. Explain what you built. Can't help otherwise.
by chulett
Mon May 28, 2007 7:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: migration tool
Replies: 2
Views: 994

The only 'tool' I've heard of is the property of IBM and is only for use by their consultants during a migration. Actually, I'm thinking of a Server to PX conversion tool. No clue if they've also got one for INFA. In either case, there won't be anywhere near a 100% conversion, except for the simples...
by chulett
Mon May 28, 2007 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format
Replies: 7
Views: 2653

Send the Detailed problem you are having converting Source Date format "MMDDYY" to "YYMMDD". What have you tried? :?

Search the forum for examples of the StringToDate function.

ps. Your additional info line and post body don't match as to what you are trying to do.
by chulett
Sun May 27, 2007 11:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: why hashed file is prefered to sequential file
Replies: 5
Views: 939

As noted, preferred for what? :?
by chulett
Sun May 27, 2007 9:36 pm
Forum: General
Topic: Setup requires different version of windows. Error 102
Replies: 4
Views: 1909

So... it now stops at 99% without any obvious error? That typically means some kind of issue with a 'post install' script or process. Unfortunately, I'm not sure anyone other than the vendor could help with that. Which would mean a call to your Support Provider. You've checked all the 'normal' stuff...
by chulett
Sun May 27, 2007 9:02 pm
Forum: DSXchange Testimonials
Topic: DSXchange rocks!!
Replies: 7
Views: 15885

We try. :oops:

:lol:
by chulett
Sun May 27, 2007 9:00 pm
Forum: General
Topic: Setup requires different version of windows. Error 102
Replies: 4
Views: 1909

Welcome Aboard. :D Anything 'different' about your version of Windows? How old was your previous version of DataStage? Older versions used to work on Windows XP Home but now it requires XP Pro - however, don't think that's the problem as it shouldn't even have let you start the install. This seems t...
by chulett
Sun May 27, 2007 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing OS environment variables in Datastage
Replies: 4
Views: 1362

Of course, you'd need to give it an explicit value in the Administrator then as there would be nothing for the $ENV to pickup at runtime. Interesting thing to note re: the official documentation on this matter. The online help refers one to the Administrators Guide. In there, this process is discuss...
by chulett
Sun May 27, 2007 6:59 am
Forum: General
Topic: Using Oracle's MERGE for pure deletes
Replies: 9
Views: 2378

Thanks. As I noted, I have plenty of other solutions, was curious about MERGE specifically in this context. And even though I don't think I specifically said so, 'this context' was high-speed deletes, alternatives to 'normal' DML that would take ages to delete the million plus records (from multiple...