What are the partition techniques available in your last
project?
Answer / srinivas
Its purely based on stages witch we have used in the project and some times its depends on the data witch we have from source system.
Like if we use Sort,Aggregator stages will use key based partitions.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to Remove Duplicate using SQL?
How do you remove duplicate values in datastage?
What is audit table?
In a batch if a job fails in between and you want to restart the batch from that particular job and not from the scratch then what will you do?
4) source target c1 c1 c2 c3 c2 c4 c4 c5 c3 c6 c7 c4 c5 c6 c7 please send me answer this question my mail
3) Sequential file contains data like Empno ename sal 111 abc 2000 Trgt file: Trgt1----111 Trgt2----abc Trgt3---2000
What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.
In one project how many shared containers are created?
I/P --- ID Value 1 AB 2 ABC 3 ADE 4 A O/p --- ID Value 1 A 1 B 2 A 2 B 2 C 3 A 3 D 3 E 4 A
Hi, i did what you mentioned in the answer, i.e. source- >Transformer -> 3 datasets. Iam able to see the data in datasets but its not sort order... Can you tell how sort the data?? i also checked Hash partition with performsort.
A job is having only 2 stages I/p dataset and target table.Job is taking very long time to load 50 million records.How to improve performance of this job.