I want to know is there any inter relationship between autocommit and fetchsize in JDBC. I checked, all my connection is autocommit = true. I have set fetch size is 100. Is it correct? I want to know fetch size is working or not?
In my application am handling 500k record using a single db connection in SQL server or Oracle DB. So, what is the recommended fetch size?