Design a mapping to load a target table with the following values from the above source?
Please explain in detail with example about 1.Confirmed Dimension. 2.Junk Dimension. 3.Degenerated Dimension. 4.Slowly changing Dimensions
Explain the difference between a data warehouse and a data mart?
what are the types of Data warehousing ?
If a workflow stops or fails after loading 10k records ? How can you recover it and If there is no order while reading data from source ?
After we make a folder shared can it be reversed?Why?
In dept 10, 5 emp sal, i want to do sum of dept 10 emp sal. Is there any othere transformation than the aggrator? if yes how?
how to improve performence by using sorted input in aggrigator t/r.
How to load time dimension?
Work flow failed when it is set to Bulk mode but it was successful when set to normal mode y??(All the connections are fine and exactly correct)?
What are active transformations.
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
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)