I am using BO Xi 3.0, and oracle 11g. I have created uinverse based on 1 dimension and 1 fact table, trying to get data its talking long long time.
I used the Indexing but still its takes long time.
My DBA modify the query in Oracle and applied “Hint optimizer” e.g. /*+ first_rows(10) */ *.
Is there a way we can apply this oracle function in BO.
Create a Universe object with your hint '/*+ first_rows(10) */ ’ and use that in your report as first object. This object may not parse in Universe but it will work in report.
As I understand I need to create a object in universe and in Select on that object i need to add this '/*+ first_rows(10) */ ’ or i need to add column name instead of First_rows(10).
The former, rather than the latter. Its been discussed many times, try a search if you aren’t getting results. My top tip would be only use them as a last resort