Search found 36 matches

by nasimul
Mon Mar 28, 2011 12:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to load CLOB with 2 GB data. Getting SIGSEGV Error
Replies: 1
Views: 1421

Unable to load CLOB with 2 GB data. Getting SIGSEGV Error

Hi - We have a requirement to load CLOB data into Oracle table. I have seen the posts regarding CLOB in this forum but unable to proceed. If CLOB is having data less than 1.5 MB (approx) then job is working fine with LongVarchar. But whenever the data is coming more than that the job is getting abor...
by nasimul
Wed Dec 22, 2010 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling CLOB datatype in datastage
Replies: 7
Views: 9124

I have the similar kind of requirement. I need to load a field in Oracle having CLOB datatype. While reading from source, I am using LongVarchar(2147483647). because the length can be 2147483647 bytes. But while loading into table using upsert in Oracle Enterprise stage, getting error like SQLCODE -...
by nasimul
Tue Dec 07, 2010 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection to Foxpro
Replies: 9
Views: 5017

Thanks Craig.
by nasimul
Mon Dec 06, 2010 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection to Foxpro
Replies: 9
Views: 5017

Re: ODBC connection to Foxpro

Hi - Can you please suggest how read .dbf files placed on local machine thru datastage? I am unable read the file through ODBC because we are not going to deal with Foxpro database. Only .dbf files would be transferred to DataStage server and we need to read them.

Please help. It's urgent!
by nasimul
Mon Dec 06, 2010 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection to Foxpro
Replies: 9
Views: 5017

Access .dbf files through DataStage

How can I read the .dbf files even though it's placed on DataStage server? Don't I need to create DSN? If so, how? Please suggest.
by nasimul
Mon Nov 09, 2009 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue in loading to Oracle table
Replies: 1
Views: 1331

Performance issue in loading to Oracle table

Hi, I am facing an issue with loading one of Oracle (10g) table. The job processes 1 million of data in more than 40 minutes. For information, if the Oracle stage is replaced by dataset, then that dataset is populated in 10 minutes, but the moment it is changed to Oracle, processing time increases. ...
by nasimul
Mon Nov 03, 2008 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Transformer Stage
Replies: 11
Views: 6960

i don't see the basic transformer stage from customization steps? Do I need to install any pulg-in or patch? If yes, how?
by nasimul
Mon Nov 03, 2008 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Never use basic transformers!!!
Replies: 22
Views: 9572

I did the following to add Basic Transformer to your palette: 1. Create a PX job in designer. 2. Right Click on Palette window and select "Customization->Customize" 3. On the Top-Left window, click on StageType->Parallel->Process to But here I don't see "Basic_Transformer" Can yo...
by nasimul
Mon Nov 03, 2008 1:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract substring from a string
Replies: 7
Views: 3021

Thanks for the suggestion of using External Filter stage. But a quick question: Wouldn't it be a hit on performance?
by nasimul
Mon Nov 03, 2008 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract substring from a string
Replies: 7
Views: 3021

Thanks for the suggestion of using External Filter stage. But a quick question: Wouldn't it be a hit on performance?
by nasimul
Sat Nov 01, 2008 7:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract substring from a string
Replies: 7
Views: 3021

Extract substring from a string

Hi, I need to extract a substring from a string. For example: 'FAS960C' should be converted to 'FAS960' 'FAS960HC' should be converted to 'FAS960' Requirement: Once there is a transition from numeric to character, then we are going to stop the search and provide result till that poistion. Please hel...
by nasimul
Tue Jun 24, 2008 6:53 am
Forum: IBM QualityStage
Topic: Unable to view CASS even after installation of CASS stage
Replies: 1
Views: 1538

Unable to view CASS even after installation of CASS stage

Hi,
Pleae explain how to incorprate CASS stage in a parallel job? We have installed CASS stage but even after that we are unable to view the CASS stage in "Stage Types".
Can anyone throw some light on it?

Thanks,
Nasim
by nasimul
Mon Jun 02, 2008 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert missed @ or .(dot) in an email address
Replies: 3
Views: 1832

Thanks.
Please let me know which rule set matches against list of valid domain so that I can use it.
by nasimul
Mon Jun 02, 2008 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Correct email address by using soundex/phonetics approach
Replies: 3
Views: 2045

Thanks for prompt reply.
To get built in soundexs functionality, I have to use USNAME, USADD etc.
But here I have to use VEMAIL rule set. VEMAIL rule set is not generating any soundex fields. How can I get soundex value from VEMAIL?
This is my understanding.

Please share your note on this.
by nasimul
Mon Jun 02, 2008 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to insert missed @ or .(dot) in an email address
Replies: 3
Views: 1832

How to insert missed @ or .(dot) in an email address

Hi, I need to insert @ and/or . (DOT) symbol if email addres doesn't contain that. For example: 1. xyz@gmailcom should be changed to xyz@gmail.com (here missing dot is inserted) 2. xyzgmailcom should be changed to xyz@gmail.com (here missing dot and @ is inserted) 3. xyzgmail.com should be changed t...