Search found 8 matches

by kannantechno
Fri Sep 30, 2011 12:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS setting for Latin 1 and Latin 9 characters
Replies: 1
Views: 1350

NLS setting for Latin 1 and Latin 9 characters

What is the NLS setting to be used in parallel job to allow Latin 1 and Latin 9 characters while extracting and loading to SQL server 2005 Database. We tried with option ISO-8859-1 , ISO-8859-15 , UTF-8 for NLS but there was no result, When we tried with server job as mentioned in the below post, la...
by kannantechno
Fri Nov 26, 2010 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance of Datastage Server and its jobs
Replies: 1
Views: 1441

Performance of Datastage Server and its jobs

Hi, I my project we are using more number of datasets, to have a good extraction and faster performance for job execution. But, I would like to know your comments for the below cases. If the dataset allocated memory in Datastage server reaches to the maximum limit or 90%, what would be the performan...
by kannantechno
Fri Oct 29, 2010 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Query in ODBC stage
Replies: 2
Views: 1635

Handling Query in ODBC stage

Hi All,
Need input for this requirement, in which we need to have a source query in any file can say configuration file for the job, from which need to pass the query to ODBC stage instead of hardcode the query in ODBC stage itself.

Thanks,
Kannan
by kannantechno
Fri Oct 22, 2010 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS characters not supported by Oracle Enterprise Stage?
Replies: 2
Views: 3188

Hi, Thanks for your reply, I have checked the Oracle DB having NLS settings as like below "Select * from nls_database_parameters" NLS_CHARACTERSET AL32UTF8 The characters were not displaying even when the data has been viewed from Oracle enterprise stage it self. it would be more helpful i...
by kannantechno
Fri Oct 22, 2010 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS characters not supported by Oracle Enterprise Stage?
Replies: 2
Views: 3188

NLS characters not supported by Oracle Enterprise Stage?

Hi All, Earlier i loaded data with OBDC stage and loaded in sql server. Now for performance tuning i replaced ODBC with Oracle Enterprise stage. I'm able to load data but it is not supporting the latin characters. For example (') apostrophe is reflected as question mark(?). I have tried all options ...
by kannantechno
Mon Mar 01, 2010 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Attach a file in an email, using Routine
Replies: 1
Views: 1054

Attach a file in an email, using Routine

Any one tried to attach a file in an email notification using DS routine, please share your suggestions or code.
by kannantechno
Fri Feb 26, 2010 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal Conversion issue
Replies: 6
Views: 3724

Try without using StringtoDecimal function,


Source column Datatype as (Oracle) ---> Varchar2
TX ---> Decimal(38,2)
Target column Datatype as ---> Decimal(38,2)

Try the above suggestion and let me know
by kannantechno
Fri Feb 26, 2010 2:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to connect latest version of Progress databases ?
Replies: 0
Views: 715

How to connect latest version of Progress databases ?

Please share the steps to follow to connect latest version of Progress databases using Datastage stages.