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 |
What are the different options associated with dsjob command?
how to achieve this output ? Two Input columns(ID & Name) - ID | Name 1 | Jack 1 | Kara In output there should be only 1 column which will be populated as - 1,Jack 1,Kara
In work load management there are three options of Low priority, Medium priority and High Priority Jobs which can be used for resource management. why this feature is developed when there is already jobs prescheduled by scheduler or autosys. what will be the use of workload management then?
Define APT_CONFIG in Datastage?
I have oracle enterpaise stage, oracle bulkloader stage, ODBC stage and I want to load data in to target, which of the above stages do I need to use and why?
What is datastage engine?
How to read multiple files using a single datastage job if files have the same metadata?
while we using change capture stage we have to be take two table thats are 1.before table 2. after table . what is before table and after table please give me clear notation Thank You very much in advance
CAN WE DO HALF PROJECT IN PARALLEL JOBS AND HALF PROJECT IN SERVER JOBS?
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?
What are the components of ascential data stage?
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