What is the difference between informatica 7.0 and 8.0?
No Answer is Posted For this Question
Be the First to Post Answer
If sal is null then replace it with min(sal). Can any one write a query for this in oracle ? Advance Thanks
What are parallel querys and query hints?
Could anyone please mail me a copy of Informatica Certification Exam dumps to sandeep.nakka@gmail.com it would be appreciated if any one could help me out.
My questions is i create a two sessions for one mapping.but my requirement is if all number of source records are same as in target then execute first session or some rows are rejected due to t/r logic so session two was execute please clarify
Can we use the mapping parameters or variables created in one mapping into another mapping?
In a scenario I want to change the dimensions of a table and normalize the denomralized table which transformation can I use?
What are the different versions of informatica?
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.
In a concurrent batch if a session fails, can you start again from that session
if i have records like these (source table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk 10001 gfhgdgh 10002 hjkdghkfh the target table should be like these by using expression tranformation. (Target table) rowid name 10001 gdgfj 10002 dkdfh 10003 fjfgdhgjk xx001 gfhgdgh xx002 hjkdghkfh (that means duplicated records should contain XX in there rowid)
What is a surrogate key?Why we use it in a mapping?Pl give an example.
Filter transformation in the condition one of the data is NULL would the record be dropped.