Re: Weblogic 12 JDBC Fetch Size Adjustment - Where?
Date: Wed, 6 Sep 2023 20:08:05 +0200
Message-ID: <CAJYY02irYp7=HV4oDsCPNkmE9ncc8voHbN+7wsTwmdS=Gijx3g_at_mail.gmail.com>
On Wed, 6 Sept 2023 at 15:15, Chris Taylor <christopherdtaylor1994_at_gmail.com>
wrote:
> We found the connector properties screen for the connector where we have
It is possible to set fetch size through JDBC URL or as a system property:
https://priitp.wordpress.com/2023/04/08/how-to-change-oracle-jdbc-connection-properties-if-you-dont-have-access-to-the-source-code/
> Does weblogic server need to be fully restarted after changing the
For the system property yes, JVM has to be restarted. Not sure about JDBC
connector, I suppose it can reload itself on URL change. Haven't touched
WLS for ages, tho.
> "Row Prefetch Enabled" , and "Row Prefetch Size" but changing those didn't
> seem to do anything. Is that the correct config options or is there
> somewhere else to change the JDBC fetch size?
>
> connector properties?
>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Sep 06 2023 - 20:08:05 CEST