fetch size parameter
Hello
I have a query comming from COBOL within the PeopleSoft Software. This query is executed in only 73 seconds but it is taking 8268 seconds to fetch 1M of rows
I want to know if there is a parameter we can change in this (COBOL/PeopleSoft) client so that the arraysize will be bigger reducing, as such, the RoundTrip between Cobol and the Oracle database
I am not speaking about the following parameter
Max Fetch Size --
max result set size in KB for a SELECT query;
Default is 5000KB. Use 0 for no limit.
Max Fetch Size=5000
Since the query is not coming from PeopleSoft screen