Isomorphic,
As per oracle docs:
http://docs.oracle.com/cd/B19306_01/java.102/b14355/oraperf.htm#i1043756
defaultRowPrefetch is a property that enables you to set the number of rows to prefetch into the client while a result set is being populated during a query. This feature reduces the number of round trips to the server. It is similar to fetch size setting on JDBC.
As per your response here:
http://forums.smartclient.com/showpost.php?p=83826&postcount=8
We are trying to set the property.
Thanks.
As per oracle docs:
http://docs.oracle.com/cd/B19306_01/java.102/b14355/oraperf.htm#i1043756
defaultRowPrefetch is a property that enables you to set the number of rows to prefetch into the client while a result set is being populated during a query. This feature reduces the number of round trips to the server. It is similar to fetch size setting on JDBC.
As per your response here:
http://forums.smartclient.com/showpost.php?p=83826&postcount=8
We are trying to set the property.
Thanks.
Comment