Search found 773 matches

by keshav0307
Tue Sep 13, 2011 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Performance
Replies: 4
Views: 3598

did you try increase number of nodes
by keshav0307
Thu Nov 18, 2010 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Allowing dups..
Replies: 4
Views: 3719

"I want to create new record for values having duplicates from reference dataset"
What about unique records??
by keshav0307
Mon Nov 08, 2010 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required
Replies: 6
Views: 4192

combination of sort stage and remove duplicate should work.

first hash partition on the key columns then use sort stage on key columns and the effective date Desc. and in the remove duplicate stage keep the 1st record.
by keshav0307
Mon Oct 18, 2010 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector - bulk load fails if not the table owner
Replies: 5
Views: 6118

yes. i was also having the similar issue. and found that oracle connecter stage does not work for synonyms.
by keshav0307
Mon Oct 11, 2010 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex lookup against huge data
Replies: 4
Views: 3457

how about sparse lookup.
by keshav0307
Thu Sep 30, 2010 2:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle EE issue
Replies: 1
Views: 1689

not enough information.
Post the log from director
by keshav0307
Mon Sep 20, 2010 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sparse lookup not working
Replies: 0
Views: 1738

Sparse lookup not working

i have a user defined sql in oracle reference table, using sparse lookup. but it seems to be not working. it just hanged.
but it works when i change it to automated generated query is sparse lookup.
by keshav0307
Thu Sep 09, 2010 10:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rearrange columns in csv file
Replies: 8
Views: 4458

does the files contains column names?
by keshav0307
Sun Sep 05, 2010 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Inserting / Updating Oracle table...
Replies: 1
Views: 1751

yes if you can make sure that you are not updating the same record, you are inserting from other link.
by keshav0307
Thu Aug 19, 2010 6:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE
Replies: 3
Views: 2829

update table
set col3=1234
col1=orchestrate.col1
col2=orchestrate.col2
in col3('1','2')
is this the actual query?
should be something like :

update table <Table-name>
set col3=1234
WHERE col1=orchestrate.col1
AND col2=orchestrate.col2

etc.
by keshav0307
Wed Aug 18, 2010 11:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improve Performance
Replies: 6
Views: 3110

What database? how many nodes?
by keshav0307
Thu Aug 05, 2010 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file with fixed with column view data error
Replies: 9
Views: 6022

ALL columns should be CHAR to read fixed width file.
by keshav0307
Mon Aug 02, 2010 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to achieve rank functionality in Datastage
Replies: 4
Views: 5034

i need to build this in Job as we need to improve the performance of the Jobs
Not Sure if you get it.


do you want top 2 salaried employee of all department, or top 2 salaried employee in each department??
by keshav0307
Sun Jul 25, 2010 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading data by Oracle Connector and ORA-1000 error
Replies: 2
Views: 2804

what is the value of open_cursors parameters in Oracle.. can you increase that