Hello Experts,
Need your valuable inputs on a performance issue we are having with a OBIEE report. The report is very simple with just one field in the criteria and 3 filters - one for Date (between clause), another on a Fact column and the last one on a attribute (just one value selected). The report takes around 5 minutes to show the data. However, when we execute the physical query in database (Oracle 11g) directly it just takes 2 seconds to fetch the results. The result set is also not that much with just around 10-100 records. The query has just 3 physical tables (no views involved) - a fact and couple of dimensions. The execution plan of the query doesn't show any abnormality and is absolutely fine. We even tried creating new indexes on the tables but of no help in improving the report performance. The query was executed in DB using the same credentials that is being used in RPD connection pool.
Any inputs on this issue is highly appreciated.
Thanks,
Vedavyas