[geeks] Problem with JDBC

Patrick Giagnocavo patrick at zill.net
Thu Nov 20 21:59:44 CST 2008


Sridhar Ayengar wrote:
> james wrote:
>>> I have this Java problem I've been beating my head against
>>> for a couple  of days.
>>
>> have you tried running the query in sqlplus? How does it
>> perform?
> 
> It takes roughly the same amount of time as it does for the ResultSet
> object to be returned from executeQuery().  That is, not much time at
> all.  The performance is good.
> 
Write some PL/SQL, return the exact results you want in a different
format.  Then do your Vector/Victor conversions inside Java.

--Patrick



More information about the geeks mailing list