| 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.
|
 |
Jamie Robertson
Ranch Hand
Joined: Jul 09, 2001
Posts: 1879
|
|
Vikas: 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. Thanks again and we hope to see you around the ranch!! Jamie
|
 |
 |
|
|
subject: jdbc and app server
|
|
|