Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to create report on custom logical SQL in OBIEE 11g

Received Response
73
Views
11
Comments
2»

Answers

  • Thomas Dodds
    Thomas Dodds Rank 8 - Analytics Strategist

    table stores all records as a snapshot (in time) ... not just records to show on the report.  A good command of OBIEE requires understanding physical data structures to optimize the whole user experience.

    You introduce a new element: domain ... that obviously has to be part of the snapshot data

    Database has the most horsepower to do data manipulation -- use it to it's potential

    BI Logic Layer has flexibility, but not as much power for data manipulation -- use it wisely for hierarchical traversing, drilling, calculated and time-series measures

    BI Presentation layer has most flexibility and next to no power for data manipulation - use it for it's intended design; to present the story from the data