what is difference between migration project and integration
project? can anyone explain with the example
Thanks in advance
Answers were Sorted based on User's Feedback
Answer / d anil babu
integration project means two projects integrate to a single
project for one purpose
migration project means project already developed by one etl
tool.we take that project and develop that project with
another tool for same purpose
ex:informatica to datastage
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / d anil babu
hi this is anil.
migration project means already developed project developing
with another tool for same purpose
ex:informatica to datastage
integration:two or more projects intigrate to single project
for one purpose
| Is This Answer Correct ? | 6 Yes | 2 No |
Define data aggregation?
how to remove duplicates in transformer stage by using stage variables?one example?
Define Data Stage?
Define APT_CONFIG in Datastage?
i have a small question for datastage, After the desinging (i.e., transformations and loading)part, what we can do?
how to convert rows into columns
i have source data like empno,enmae 11 ,aa 12 ,bb i want output like empno,ename 11 ,aa 12 ,bb 11 ,aa 12 ,bb
how can we join one oracle & flat files ?
In Sequential file, how can i split a column into two, and that column contains string datatype. For Example, i have column of string datatype as subedar khaja. Now i want get output as separately with subedar in one column and khaja in second column. How? Coula anybody, solve it?
Can you implement SCD2 using join, transformer and funnel stage?
In aggregator stage,to find the sum of the entire group of columns,it displays in binary format. How can i solve this problem.
Difference between JOIN,LOOKUP,MERGE?