what is the gap analysis?
Answer / slim
its the difference between what is needed and what is
available...
Is This Answer Correct ? | 4 Yes | 0 No |
Can we call a stored procedure from a unix script which is run using command task
Suppose we have a (assume relational) source table Product_Id Month Sales 1 Jan x 1 Feb x . . . . . . 1 Dec x 2 Jan x 2 Feb x . . . . . . 2 Dec x 3 Jan x 3 Feb x . . . . . . 3 Dec x . . . . . . and so on. Assume that there could be any number of product keys and for each product key the sales figures (denoted by 'x' are stored for each of the 12 months from Jan to Dec). So we want the result in the target table in the following form. Product_id Jan Feb March.. Dec 1 x x x x 2 x x x x 3 x x x x . . So how will you design the ETL mapping for this case , explain in temrs of transformations.
who to split dimentions into sub dimention
what is the size of u r source(like file or table)?
can we override a native sql query within informatica? How do we do it?
Can we use Union Transformation for Heterogeneous sources? i.e; 3 sources, 1 from Oracle, 2nd from Informix, 3rd from Sql Server with same metadata?
what is confirmed fact?
empno sal 1 8000 2 9000 3 8000 4 1000 how to get highest sal wise rankings in rank t/r.
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
in which situations do u go for sequence generator ?
What is CDC? How to implement CDC?
What is a repository manager?