Weblogic 12 JDBC Fetch Size Adjustment - Where?
From: Chris Taylor <christopherdtaylor1994_at_gmail.com>
Date: Wed, 6 Sep 2023 09:13:39 -0400
Message-ID: <CAP79kiQqu_CzU8KcMrZ4qu6EtuOYvve_8GhdH+pO8L6=aof=DA_at_mail.gmail.com>
For you guys that deal with weblogic JDBC connectors, where do you change the default FETCH (array) size ?
Date: Wed, 6 Sep 2023 09:13:39 -0400
Message-ID: <CAP79kiQqu_CzU8KcMrZ4qu6EtuOYvve_8GhdH+pO8L6=aof=DA_at_mail.gmail.com>
For you guys that deal with weblogic JDBC connectors, where do you change the default FETCH (array) size ?
Scenario: Page is loading a table from the database by selecting every row with no filter predicates (a list of companies). The table has 70,000 rows which effectively leads to 7000 trips to the database with the default JDBC fetch of 10.
Does weblogic server need to be fully restarted after changing the connector properties?
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Sep 06 2023 - 15:13:39 CEST