Alias tables are often used for Repository development over Physical tables as they have the following properties,
- Enables reuse of a physical table.
- Avoids circular joins that can form when importing OLTP source tables.
- Create self joins between tables, for eg: Manager is also an Employee.
- Enables to easily identify source tables and adhere to data warehousing naming standards.
- Makes physical query generated easier to understand.
- Can override source table's caching properties like Cacheable, Cache never expires and cache persistence time.
Alias Tables in OBIEE 11g - Example. |
No comments:
Post a Comment