• 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

Records not getting inserted properly into the table in oracle

 
Ranch Hand
Posts: 81
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are inserting approximately 80000 records in a single batch insert. But only 5000 records are getting inserted successfully. But if the record count is less than 70000, there are no issues(all the records are getting inserted properly).

Even there are no exceptions when executing the process.

We are using Weblogic 8.1.3. Is there any limit on the number of records that could be inserted in a batch insert.?

Any help is highly appreciated.
reply
    Bookmark Topic Watch Topic
  • New Topic