I have scenario like this seq file --> transformer --> sort
stage --> dataset
In this job which prtitioning technique you are using and
why???
Answer Posted / kiran
Hash partition or modulus partition. When using sort
operations always better to go for key partition techniques.
| Is This Answer Correct ? | 40 Yes | 4 No |
Post New Answer View All Answers
How a routine is called in datastage job?
Define meta stage?
How do you run datastage job from the command line?
Triggers,VIEW,Procedures
What is the difference between orabulk and bcp stages?
How many types of stage?
Why do we use exception activity in Datastage?
What is the use of hoursfromtime() function in transformer stage in datastage?
What are routines in datastage? Enlist various types of routines.
How do u convert the columns to rows in datastage?
Differentiate between validated and Compiled in the Datastage?
what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees
What are orabulk and bcp stages?
There are two file are there .1st file contains 5 records and 2nd file contain 10 records in target they want 50 records.how can achieve this
What all are the different way to run a job?