• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

calling web service from oracle

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
i am calling web service from oracle10g by firing a simple http request .
Now the problem is that oracle is not able to handle more than simoltaneous requests .When i fire the procedure for calling web sevrice ..
i get a result only in 5 out of 100 cases.
i am using utl_http package for firing http request.
can somebody please suggest whcich config paramete needs to be changed so that more than 100 requests can be catered to at a time.

Thanks
Shobhit
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sobhit,
Perhaps the book Oracle Database Programming Using Java and Web Services by Kuassi Mensah will be of help.

Sample chapter:

http://www.oracle.com/technology/books/pdfs/mensah_ch1.pdf

Good Luck,
Avi.
[ August 06, 2006: Message edited by: Avi Abrami ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic