Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

FETCH FIRST 65001 ROWS ONLY-OBIEE 11g PROMPTS

niranjan_sOct 27 2014 — edited Nov 11 2014

Hi we are using OBIEE 11g. We have a prompt which is taking data from a table which has 100k records, some records were not showing up. When I checked the backend query that was generated, I was able to see something like this

    SELECT "Customer"."Customer Name" saw_0 FROM "Sales"

    WHERE UPPER("Customer"."Customer Name") LIKE UPPER('Rite%') ORDER BY saw_0

    FETCH FIRST 65001 ROWS ONLY

The last part is actually limiting the number of rows fetched. I googled it and found few posts asking to change this value in EM->coreapplication->capacity Management->Performace and set "**Max no of rows processed when rendering a table view**" to a higher value than 6500.But this value is already set to 500k.

How do I get rid of this last limiting part of the query?

This post has been answered by niranjan_s on Nov 11 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details