Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Upgraded from OBIEE 11.1.1.5 to 11.1.1.9

One of the issue we are facing post the upgrade that different physical queries are getting generated in both the version causing the data mismatch. What can be possible difference that Server is generating different logical columns. These are happening in aggregation dervied columns.
Answers
-
Either:
1) Your RPD is not modelling sufficiently robustly, and the change in version has caused OBIEE to pick a different execution path for your queries that results in different data
2) Your RPD is perfect, but you have hit a bug in the newer version of OBIEE. In which case, raise an SR to Oracle.
In the clear majority of cases, it's number (1). Your RPD worked beforehand, but only because you were lucky. Take a look at the differences in the SQL being generated, and work it back from there. Work it back to the logical model and understand why the BI Server would be behaving how it is; and then modify the RPD to rectify that.
0