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 is quality stage?
What are the processing stages?
Could anyone give brief explanation bout datastage admin
Can you implement SCD2 using join, transformer and funnel stage?
What are the primary usages of datastage tool?
How one source columns or rows to be loaded in to two different tables?
What are the repository tables in datastage?
Can you explain how could anyone drop the index before loading the data in target in datastage?
What is the method of removing duplicates, without the remove duplicate stage?
What is the difference between account and directory options ?
What all the types of jobs you developed?
What is ibm datastage flow designer?
1)what is the size of Fact table and dimension table? 2)how to find the size of Fact table and dimension table? 3)how to implement the surrogate key in transform stage? 4)write the configuration file path? 5)how many types of datasets explain? 6)diff b/w developed projects and migration projects? 7)how to delete the header and footer file of the sequencer file? 8)how can u call the parameters in DS in unix environment? 9) how much data ur getting daily ? 10)
how to export or import the jobs in .ISX file
What is the difference between in process and inter process?