JDBC thin client fetch array size

  • From: steve jamro <sjamro1990@xxxxxxxxx>
  • To: oracle-l <oracle-l@xxxxxxxxxxxxx>
  • Date: Mon, 3 Apr 2023 13:41:05 -0400

 Hello listers

JDBC thin client has a default fetch array size of 10. How can we increase it?
 Using this JDBC URL we were able to increase SDU. Can we do the same for fetch 
array size?
This is running from a windows client.
 
jdbc:oracle:thin:@(DESCRIPTION=(SDU=32768) (ADDRESS=(PROTOCOL=TCP) 
(HOST=<PORT>) (PORT=<PORT>)) (CONNECT_DATA=(SERVICE_NAME=<SERVICA NAME>)))

Thank you

Other related posts: