[JBoss-user] jdbc block size in jboss

2002-05-06 Thread Eric Kaplan
> 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

[JBoss-user] jdbc block size in jboss

2002-05-05 Thread Eric Kaplan
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