Contains the business model definitions and the mappings from logical to physical tables
Simplifies the physical schema
Captures how users think about their businesses using their own vocabulary
Can we create business model with single logical table, if no please let me know work around.
Approach 1: Creating duplicate table in BMM layer
Approach 1: Creating alias and creating join between original table and alias
Can we create business model from multiple databases, did you created then tell me one scenario
Yes
Scenario:
when we want to compare the Actual data with target data and these data
coming from sources like oracle database and MS-Excel respectively
What is the Logical Table Source and when we will go for multiple logical tables
Logical table sourcesdefinethe mappingsfrom single logical table to one or more physical tables.
Alogical tablecontains one or more logical table source.
The mapping between physical columns and logical columns can manage using LTS
By integrating multiple physical tables to LTS or By integrating multiple LTS to LT we can convert snow flake schema into star schema
When we need to integrate multiple physical tables in LTS.
If we have snowflake schema then want to convert that into star schema then we will go for multiple logical tables.
Did you get chance to map a logical column with multiple physical columns
Yes, If we want to configure aggregate tables then we need to do it .
What is logical join and why it is useful?
A: The join defined in the BMM Layer is called logical join
Logical join is used to defined driving table
Logical Join is used to define Inner, Right, Left and Full outer joins
Used to defined the cardinality
Logical join is useful to identify dimension and fact table
Logical
join allows Oracle BI Server to make the best decision about the exact
physical SQL to generate based on the logical query path.
7.Can we have a table without logical join?
No
Can we have a dimension table without primary key?
No
Can we copy RPD objects within the RPD and from one RPD to another RPD?
Yes, we can copy RPD objects with in the RPD.
We
can copy one RPD to another RPD but we need to
copy corresponding layers only i.e. (physical to physical, BMM to BMM
and presentation to presentation)
What is Renaming wizard and which layers can be modified.
Renaming wizard is used to rename all objects ( example : tables and columns) of BMM and Presentation layer
No comments:
Post a Comment