The moose likes Performance and the fly likes jdbc and app server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Performance
Reply locked New topic
Author

jdbc and app server

Vikas
Greenhorn

Joined: Feb 20, 2003
Posts: 5
Hi I am making call to stored procedure on oracle using
CallableStatement.After executing the statement when I am trying to return the result
set using statement.getObject(1) it takes long time to return.This was
on app server I tried same thing by making test bean and running it
as standalone class.The time difference was almost around 100 secs Is
the time difference due to the fact that i am using weberver or i am
missing something. Please help.
Carl Trusiak
Sheriff

Joined: Jun 13, 2000
Posts: 3340
Howdy and Welcome to the JavaRanch! We hope you'll enjoy visiting the site on a regular basis, however, your name is not in keeping with our naming policy here at the ranch. Please change your display name to an appropriate name as shown in the policy.
Also, please do not cross post the same question to multiple forums. If it actually belongs somewhere else, we'll move it for you.
Thanks again and we hope to see you around the ranch!!
 
 
subject: jdbc and app server
 
Threads others viewed
jdbc and app server
Running the headfirst ejb 1st chapter
Converting BigDecimal to double
SortedRowSet & FilteredRowSet
New app server Instance or just new oc4j instance?
developer file tools