• 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

updating a Long column in Oracle thru JDBC deployed on a Weblogic 6.1 Server

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am executing a batch to update a long field in Oracle thru JDBC.
I am using
statement.execute(Begin....Update...end
I am able to do it succesfully on my PC. But when I deploy it on Weblogic6.1 the program hangs indefinitely. I also tried using prepared statement with bind variable but I am not able to bind huge amounts of data.
I have read somewhere on the net that WebLogic 6.1 does not support executing batches..if thats the case whats the work around.
How can I update a Long column in Oracle thru JDBC deployed on a Weblogic 6.1 Server
Pls Help !!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic