> How can I set the jdbc block size used for retrieving rows from the
> database? I thought I would be able to just modify the url for the db
> connection as follows:
>
> jboss2.4.1
>
> name="URL">jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(HOST=localhost)(PROTOC
> OL=tcp)(PORT=1521))(CONNECT_DA
How can I set the jdbc block size used for retrieving rows from the
database? I thought I would be able to just modify the url for the db
connection as follows:
jboss2.4.1
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(HOST=localhost)(PROTOCOL
=tcp)(PORT=1521))(CONNECT_DATA=(SID=dev)));block size=512