Solve the problem of SBL-DAT-00500 without changing the parameter DSMaxFetchArraySize
Faced the error SBL-DAT-00500, due to the fact that the SQL query (QueryPage method of the EAI Siebel Adapter) returns more than the limit of 10,000 rows (determined by the DSMaxFetchArraySize parameter). I do not want to change the value of the DSMaxFetchArraySize parameter and, as far as I know, there is no equivalent to the rownum operator in Siebel. Is there another solution or workaround for my problem?
Thank you in advance