What is the Difference between Change capture stage and
Difference Stage ? What are its significance individually ?
Answer / rakesh gupta
There is not much difference between cdc stage and difference stage.Both the stage similar.
Difference between cdc stage and difference are following:-
1.In CDC stage,we should have same number of columns and same column name from both the input link.However,In difference stage we can have different number of column and Different column name.
2.The CDC stage takes two input data sets, denoted before and after, and outputs a single data set whose records represent the changes made to the before data set to obtain the after data set.However,Difference stage performs a record-by-record comparison of two input data sets, which are different versions of the same data set designated the before and after data sets. The Difference stage outputs a single data set whose records represent the difference between them.
| Is This Answer Correct ? | 6 Yes | 10 No |
What is diff between Junk dimensions and conform dimension?
How to remove blank spaces from data?
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?
where the log files or tables can store in DS?
How to LOG 'unmatched Master' records and 'Reject Updates' in log files using MERGE stage?
Is there no issue when you try to convert a NOt null column in nullable and vice versa in aggregator styage and transformer stage? When I tried i got the warnings but in a running code I can see such type of scenarios. Please explain
whom do you report?
how can i abort the job if i get more than 100 errors in job log?
What is usage analysis in datastage?
in aggregator , how can i get the sum in readable format
How do u set a default value to a column if the column value is NULL?
Define oconv () and iconv () functions in datastage?