Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 26 Oracle Analytics and AI Lounge
- 314 Oracle Analytics and AI News
- 58 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.7K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 119 Oracle Analytics and AI Trainings
- 24 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Using Oracle Flashback Data Archive (FDA) Tables data for reporting in OBIEE
Hi,
We need your help in implementing one solution.
We are trying to use Oracle Flashback Data Archive (FDA) Tables data for reporting in OBIEE.
We need to use "AS OF <TIMESTAMP>" while querying the FDA table as we might have to show the data in table as of a particular Timestamp.
In RPD, we tried using Opaque view to achieve this and the Timestamp value is passed through Request/Session variable. But there are performance issues with using Opaque view.
Could you please help us with better way of doing this without using Opaque view/Materialized view. We need to report Live data.
Thanks,
Mounika
Answers
-
I don't believe that the use of Opaque views is your underlying cause of the performance issues that you're facing. Flashback queries, in most instances don't make use of Oracle's query optimisation.
0 -
Hi Joel,
Thank you. But is there any other way to implement this other than using Opaque view?
Thanks,
Mounika
0 -
I'm with Joel. The performance issue points to a more basic problem than just "an opaque view".
Directly doing analytics against such data stirages is a questionable approach at best if the data source itself hasn't first been verified for sufficient performance.
0 -
Hi Mounika
I've never done this before so I can't say for certain if the following will work and it all depends on whether or not the BI Server can interpret the FDA ASOF syntax.
You can try adding the ASOF syntax in the "WHERE" clause section of the Logical Table source in the BMM layer.

If that doesn't work then you'll be left with the Opaque View as your only other option in my opinion.
0 -
Thank you Christian.
0 -
Hi Joel,
Thank you for the suggestion. I will try out and see if that is possible.
Thanks,
Mounika
0
