Oracle Analytics Cloud and Server

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

Query Stiching in OBIEE 12c

Received Response
11
Views
1
Comments
3733726
3733726 Rank 1 - Community Starter

Dear All,

I am creating report using 2 fact tables and with confirmed dimensions, when i am running the report i am getting data as inner joins of these 2 queries rather then Full Outer Join.

I checked the logs and can see 2 queries of each fact in the logs , however its not showing any stitched query or full outer join queries in Logs.

If i am not wrong in 11g log provides 3 queries 2 individual query and one stitched query.

Can anyone help me to identify where i can get the stitched query , does it requires any configuration.

Hope i am clear with my question.

Regards,

Tarang Jain

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    1.) BI Publisher "report" or OBI "analysis"? That's two totally different technologies! Be precise.

    2.) "conformed dimensions". Not "confirmed dimensions". https://www.kimballgroup.com/data-warehouse-business-intelligence-resources/kimball-techniques/dimensional-modeling-tech…

    3.)

    3733726 wrote:when i am running the report i am getting data as inner joins of these 2 queries rather then Full Outer Join.I checked the logs and can see 2 queries of each fact in the logs , however its not showing any stitched query or full outer join queries in Logs.If i am not wrong in 11g log provides 3 queries 2 individual query and one stitched query.Can anyone help me to identify where i can get the stitched query , does it requires any configuration.

    It's not necessarily a question of 11g vs 12c but a question of: "Is your model actually correct"?

    The query you can get by pushing your log level to 7. Either for the whole OBIS through by setting the log level to 7 in the RPD or in the SQL prefix section of the analysis by using "SET VARIABLE LOGLEVEL=7;"