We have a simple OCCI (C++) Oracle client program that works too slowly with a remote DB. We discovered that increasing the prefetch RowCount
parameter has a dramatic impact on this. Preferably we would like not to provide a patch to the customer at this point but to increase this value externally. Is this possible?
(The connection string is taken from our proprietary config so it can be modified if needed, as long as we don't provide a binary patch)