Search found 773 matches

by keshav0307
Fri Sep 18, 2009 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update not working
Replies: 5
Views: 3790

the table must have unique index on the key columns
by keshav0307
Fri Sep 18, 2009 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique requirement to combine two files
Replies: 9
Views: 4111

i implememnted the same requirement, using oracle rank function and full outer join
by keshav0307
Fri Sep 18, 2009 1:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Table load aborted, next run how to load remaining row
Replies: 2
Views: 1647

need more information .
what is the load method? Append or upsert or ...............??
what is your source? file or table?
by keshav0307
Wed Sep 16, 2009 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input record and output table schemas are not compatible
Replies: 1
Views: 1683

do you have a trnaformer stage in between the source and target?
by keshav0307
Thu Sep 10, 2009 8:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joba are keep on running without loading single record into
Replies: 10
Views: 5943

Do you have the same issue if you run on a single node?

for upsert you must have unique index on the table, define that unique column(s) as key in the table metadata, and hash partition on that key
by keshav0307
Thu Sep 10, 2009 8:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle deadlock when trying to upsert.
Replies: 10
Views: 4911

have you hash partitioned based on the unique index on the table?
by keshav0307
Mon Sep 07, 2009 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joba are keep on running without loading single record into
Replies: 10
Views: 5943

What is commit size?
Do hash partition on the unique key column.
by keshav0307
Mon Sep 07, 2009 2:47 am
Forum: General
Topic: ORA-24334: no descriptor for this position
Replies: 3
Views: 3594

how many columns you have in the output metadata, and how many columns in the query?

check the position in both are mapped correctly
by keshav0307
Fri Aug 21, 2009 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise stage- Degree of parallelism
Replies: 8
Views: 4554

I think degree of parallelism for extracting is no. of nodes in ATP_CONFIG_FILE . the degree of parallelism for executing the query will depend on the Parallel hint option.
by keshav0307
Fri Aug 21, 2009 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create a seq file using '||' (double pipe) as delimiter
Replies: 4
Views: 2853

pad (||) in all columns except the last column
by keshav0307
Fri Aug 21, 2009 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Sequential File
Replies: 2
Views: 1436

read the file use (,') as delimiter, and quote = none.
and then trim the single quote(').
by keshav0307
Fri Aug 21, 2009 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field name with spaces
Replies: 2
Views: 1291

Yes, you can do it in Datastage
create the first record with column name.
by keshav0307
Tue Aug 11, 2009 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to clear the job status
Replies: 4
Views: 2677

CLEAR.FILE RT_STATUSxxxxxx
by keshav0307
Tue Aug 11, 2009 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database tablename length in DS
Replies: 5
Views: 3585

for Teradata its in Datastage,.
In Teradata SQL you can create a table with name length 36, but not through Datastage in Teradata DB
by keshav0307
Tue Aug 11, 2009 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL to turn multivalue fields into multiple rows
Replies: 4
Views: 1932

so the problem solved, mark the topic resolved

Note:
you will get answer as per the question.
you didn't put your requirement correctly in first place?
you only ask about pivoting logic in datastage.