Does the interactive viewer query the database or run the report for each interaction?
Ashwini: The Interactive Viewer is running the query behind the scenes. It is a J2EE application talking to the browser, it is an AJAX based web application so everytime you interact with the Viewer, the data is being pulled up from the server which is running behind the scenes. Virgil: I’d like to elaborate a little bit, the Interactive Viewer uses AJAX interactions and as you interact with the report but it is not regenerating the report or rerunning the query every time. The report is generated once and a page at a time is rendered to the browser based on user interactiions.
Related Questions
- When I attempt to generate a certain report, I get the message "Query Too Complex" but when I run the query the report is based on, the query runs OK. What does this mean?
- Why do I see the message "There was no significant database activity to run the ADDM" in the Informatinal Findings of an ADDM Report ?
- How can I run an iSQL*Plus Dynamic Report against a remote database?