Search found 17 matches

by raoraghunandan
Tue May 30, 2006 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Polish Charecter Nls Support
Replies: 15
Views: 6445

Hi, Can you copy and paste here..a polish character that you are not able to see properly ? Thanks, Raghu Hi Guys, Here i am giving a little bit clarification to what i have tried. The input file: Unicode format(utf8) while opening the file r u able to see the special charecters "Yes" How ...
by raoraghunandan
Tue May 16, 2006 8:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Server - Benchmark
Replies: 11
Views: 4641

Is there any published literature or tips on the performance of DataStage on various hardware & OS platforms(linux vs. Solaris). I understand that actual capacity planning will depend on expected load on the ETL server, etc. but if I know we want to stay on DataStage(Server edition 7.5.1a) will...
by raoraghunandan
Fri May 12, 2006 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestions needed to improve the performance(Hashedfile)
Replies: 26
Views: 10046

I am quite sure that we are never going to do a full load anytime now and in near future. So, its all a matter of doing the daily incremental loading. And, also when I load the hashed file with more than 80 million keys..it has to be a 64bit hashed file( since its gonna hit 2.2GB) which again I thi...
by raoraghunandan
Fri May 12, 2006 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestions needed to improve the performance(Hashedfile)
Replies: 26
Views: 10046

The key here is to not load all 80 million target records into the hashed used for lookup - there's no need for that. That's what Ken explained - a method to only load the natural keys from the 80 million target records that match up with the staged incremental data. That way your lookup has the mi...
by raoraghunandan
Fri May 12, 2006 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestions needed to improve the performance(Hashedfile)
Replies: 26
Views: 10046

Kris, that's basically what Ken explained in his post. Hey Craig, I am doing exactly what Ken has suggested. But Raghu seems to come up with a different idea. Was just trying to findout what he is suggesting, clearly so that it would help. It wouldn't hurt to know if there is another way..right :wi...
by raoraghunandan
Fri May 12, 2006 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestions needed to improve the performance(Hashedfile)
Replies: 26
Views: 10046

I do have a timestamp field in my target table. But, I didnt quite follow you on how I incrementally load the hashed file. Based upon the timestamp in my target table, I pull only those records from my source which have changed since the target table has been last loaded. Now, this incremental data...
by raoraghunandan
Fri May 12, 2006 6:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestions needed to improve the performance(Hashedfile)
Replies: 26
Views: 10046

What I meant was, there are 80 million rows in my target table, each row identified by a distinct key. Is that what you wanted to know? Kris If you have 80 million unique records in your target table, then -Time stamp your target table. -Incrementally load your hash file. So assuming 1 million reco...
by raoraghunandan
Thu May 11, 2006 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Doubt regarding surrogate key.
Replies: 4
Views: 2007

Re: Doubt regarding surrogate key.

Hi everyone, I am working on Datastage 7.5.1 server version running on Unix with DB2 database.DS Client is on windows XP. When i use the inbuilt fuction KeyMgtGetNextValue(%dummy%) in order to generate a surrogate key, it works fine.For example for 5 records the last key generated is 5. However whe...
by raoraghunandan
Thu May 11, 2006 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suggestions needed to improve the performance(Hashedfile)
Replies: 26
Views: 10046

Re: Suggestions needed to improve the performance(Hashedfile

Hi All, I have a job designed to do incremental loading based upon the last updated date in the target table. I stage all the incremental data in a sequential file and lookup against a hashed file containing all the key values of the target table and based upon key found and notfound I do my insert...
by raoraghunandan
Thu May 11, 2006 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 8
Views: 3533

Re: KeyMgtGetNextValueConcurrent

Hi, Iam using a KeyMgtGetNextValueConcurrent function in my job . When I am using in development environment it is generating numbers like this CBL1 to CBL100 and If I ran second time it is generating from CBL101 to CBL200 but when I am using for testing it is generating from CBL1 to CBL100. But I ...
by raoraghunandan
Wed Dec 21, 2005 5:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NLS question re: Spanish characters
Replies: 13
Views: 6819

The solution is pretty straight forward - put an NLS_LANG entry in your dsenv file that matches your source / target systems and you should be fine. But as mentioned by someone in the post, wouldn't changing the dsenv file affect all projects that run on the DataStage Server. Instead cannot this be...
by raoraghunandan
Thu Jun 23, 2005 4:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: '£ ' getting converted to '#'
Replies: 6
Views: 3487

Hi Yamini and All,

When I am trying to use NVarchar i get the following error: ' Stage does not support UNICODE character set'

I tried using the OCI 9i Stage as well as the DRS stage, both times getting the same error.

Any suggestions?

Thanks,
Raghu
by raoraghunandan
Thu Apr 14, 2005 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs hanging
Replies: 2
Views: 1250

Jobs hanging

Hi All, Our DataStage jobs that have running fine for over a month now have suddenly started hanging without returning any error. These are simple jobs using OCI9i Stage for the source and target and couple of transformer stages. It does not seem to be an issue with the database as all projects usin...
by raoraghunandan
Sat Mar 05, 2005 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Numeric data type precision and scale
Replies: 2
Views: 1329

Oracle Numeric data type precision and scale

Hi All, A column defined in Oracle9i as NUMBER gets translated as Decimal with length as 38 and scale as 0 OCI9i Stage. I suspect that this is causing rounding up of numeric values to some extent and could be the reason for some of the mismatches when we do tests like select sum(col1) from table in ...
by raoraghunandan
Fri Feb 25, 2005 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure and Network bottlenect!
Replies: 6
Views: 1675

Thanks Arnd and Sainath.

Topic Closed...

-Raghu