Hi All, In my Application I am using OJB1.4 if I am doing some particular UI searches with pagination ,My memory usage is keep on increasing. how to reduce mem heap usage with Scrollable RS
It has been observed in UI searches on the particular pages,that the memory size can be made to increase by navigating the UI pages using Next, Last, Previous page navigation buttons.
Please suggest a solution or how to resolve the mem size increase problem with UI Search button.
When the UI Search button is used, the system creates a ScrollableResultSet. How can we stop the mem size from increasing
indefinitely with ScrollableResultSet.
Do we know how to solve this memory issue when executing large
resultset in Oracle.
It has been observed in UI searches on the particular pages,that the memory size can be made to increase by navigating the UI pages using Next, Last, Previous page navigation buttons.
Please suggest a solution or how to resolve the mem size increase problem with UI Search button.
When the UI Search button is used, the system creates a ScrollableResultSet. How can we stop the mem size from increasing
indefinitely with ScrollableResultSet.
Do we know how to solve this memory issue when executing large
resultset in Oracle.