Answer Posted / sharath s j
Combinability refers to combining operators while running
the job.
EX: Data is read from some table (parallel) Then thru copy
stage u r moving it to another parallel target stage (oracle).
Here the operation of moving thru copy stage will be
combined. When u run the job, you wil not get log entries
for copy stage. And performance stats will not show that the
data is moved to oracle (since copy is combined with oracle)
If you selct "do not combine" in the copy stage, you will
get the logs for copy stage.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the repository tables in datastage?
What is merge stage?
What all the types of jobs you developed?
Can you define merge?
What are sequencers?
How many types of sorting methods are available in datastage?
What are the different kinds of views available in a datastage director?
Why do we use exception activity in Datastage?
Give an idea of system variables.
What is the importance of the exception activity in datastage?
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?
How to reverse the string using unix?
Enlist various types of routines in datastage.
Can you filter data in hashed file?
What is the use of hoursfromtime() function in transformer stage in datastage?