Hi, This is Ranadheer. How to load fact tables using
dimeension tables. Please anyone give me a answer with
example. Thanks in Advance.
Answer / rao
Firstly we have to load the dimension tables.from dimension
tables take the primary key reference and load the Fact table.
That mean if you have dimensions like product,branch,customer,
we load product id,branch id,customer id(only surrogate keys)
to fact table .later measure will be loaded.
| Is This Answer Correct ? | 0 Yes | 1 No |
I have a flat file, in which i have two fields, emp_id, emp_name. The data is like this, emp_id,emp_name 101,soha 101,ali 101,khan 102,siva 102,shanker 102,reddy. how to merge the names so that my output is like this Emp_id Emp_name 101 Soha ali kahn 102 siva shenkar reddy please provide solution
any body can say about all versions of informatica ?how many versions ?
can we override a native sql query within informatica? Where do we do it?
What is a router transformation?
What is the cumulative sum and moving sum?
Design a mapping to calculate department wise sum of salaries and load it in single target? Source Target Deptno Salary Deptno Salary 10 100 10 600 10 200 10 600 10 300 10 600 20 200 20 800 20 300 20 800 20 300 20 800 30 400 20 1500 30 500 30 1500 30 600 30 1500
what r d pre-requiste for update strategy transformation, and differnce between delete n truncate in target session properties for update strategy
if the session fails after 100 records agian we have to starts the session or we go for recovery session
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
How union transformation is used?
What is Micro Strategy? Why is it used for?
8.what is mapplet ?give example?