what is the architecture of any Data warehousing project?
Answer Posted / veera reddy
Basically there are two types of architectures.
1. Top Down(Dependent) and 2. Bottom up(Independent)
In Top Down approach initially DW comes and then DM.
In Bottom Up approach intially DM comes and then DW.
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
I have a flat file, want to reverse the contents of the flat file
how many types of dimensions are available in informatica?
Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
What is standalone command task?
Can you generate sequence numbers without using the sequence generator transformation?
-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?
What is native users?
where to store informatica rejected data? How to extract the informatica rejected data?
How to create or import flat file definition in to the warehouse designer?
What is option by which we can run all the sessions in a batch simultaneously?
source : xml file target: xml file how can we check data loaded into target xml file using writing sql query. pls help on this asap.
Explain sessions and how many types of sessions are there?
COL1,COL2 ABC,1 XYZ,2 HERE IN COL2 VALUES 1,2 NOT STSANDARD(IE MEANS NOT FIXED VALUES LIKE OTHER SOME VALUES LIKE 10,20) O/P IS COL1,COL2 ABC,2 XYZ,1