how the data will be loaded while desiging the schema?which
one first (for e.g.-dimesions and facts)
Answers were Sorted based on User's Feedback
Answer / sree
dimension tables are loaded first and fact tables.As all primary keys of the dimension table is linked with the foreign keys of fact table for proper lookup we need to load dimension tables first.
| Is This Answer Correct ? | 7 Yes | 0 No |
The order of loading the schema is as below:
1)Dimension Table
2)fact table
| Is This Answer Correct ? | 5 Yes | 0 No |
What do you mean by blocking transformation?
How to create a non-reusable instance of reusable transformations?
Explain direct and indirect flat file loading (source file type) - informatica
Can we use different lookup tranformations for a same lookup table (lookup condition may or may not be same)with different output ports? How the cache files will be affected? Please clarify..
What is different between the data warehouse and data mart?
Stage is which type of load is it a full load or incremental load Please let me know in detail with best example
How can we handle two sessions in informatica?
followin source like region sales 1 100 2 200 i want the output following format region 1 2 sales 100 200
A Flat file located in unix source folder. data transfer every day 8 am. can ask 5 question for above scenario validation. recently i have faced this question.
what happens if you try to create a shortcut to a non- shared folder?
disable caching in a lookup transformation?
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