RABO#70522 Timeout op fac_report_worker.asp

svn path=/Website/branches/v2021.1/; revision=54565
This commit is contained in:
Jos Groot Lipman
2022-01-17 14:18:46 +00:00
parent c9d93638d6
commit 22c95b0d65

View File

@@ -27,8 +27,10 @@ JSON_Result = true;
xxx_params.filter.showall = 1;
xxx_params.filter.limit = 9999;
xxx_params.filter.scf_pivot = 0; // nooit
Oracle.Execute("ALTER SESSION SET optimizer_features_enable = '11.2.0.4'"); // RABO#70522 anders te traag
var result = { success: true, distinct: distinct, colname: columns[0], values: rapport.REST_GET(xxx_params) };
Response.Write(JSON.stringify(result));
%>
<% ASPPAGE_END(); %>
<% ASPPAGE_END(); %>