Hi,
Is there a way to limit the rows returned at the oracle datasource level in a tomcat application?
It seems maxRows is only available if you set it on the datasource in the java code. Putting maxRows="2" on the datasource doesnt apply.
Is there any other way limit the rows returned? without a code change?
Thanks, Dan