Hi All,
I am getting the below error in Interactive Report of oracle apex 18.1,it has around 3 lacs records when i click on that REFRESH button i am refreshing the region every 30 seconds initially the rows per page was 50 and it worked well when i change the rows per page to ALL its throwing the below error.Facing the same issue in Interactive Grid too.

to refresh the page i am using this piece of code
$('#REFRESH').click(function(){
setInterval(function(){ $('#EXEC\_LOG').trigger('apexrefresh'); }, 3000);
});
regards
Dijomon