The Artima Developer Community
Sponsored Link

Java Buzz Forum
Oracle has released Berkeley DB Java Edition 3.3.74.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
Oracle has released Berkeley DB Java Edition 3.3.74. Posted: Oct 30, 2008 8:09 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: Oracle has released Berkeley DB Java Edition 3.3.74.
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Cafe au Lait

Advertisement
Oracle has released Berkeley DB Java Edition 3.3.74. This is a non-relational embedded database written in Java. The data is exposed through a Java Collections-style interface, as well as a programmatic interface similar to the Berkeley DB API. According to Greg Burd, "3.3.74 is a patch release consisting of fixes for a number of significant issues. We strongly recommend that users of Berkeley DB Java Edition upgrade to this release. In particular we've fixed a potential data loss bug [#16523] that could cause LogFileNotFoundException in large databases where data is permanently lost. This bug can only occur in databases where a Btree's depth is > 3. The database must be at least 10 million records to be a candidate for this problem when using the default maximum entries per Btree node (128). This is only an approximation and the issue may occur under different circumstances when not using the default value of 128 (by calling DatabaseConfig.setNodeMaxEntries() to change that value)."

Read: Oracle has released Berkeley DB Java Edition 3.3.74.

Topic: Thin Client for Java Developers? Previous Topic   Next Topic Topic: My Year With TDD

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use