Installing Berkeley DB 11gR2 11.2.5.0.26 on Oracle Enterprise Linux

Berkeley DB is a general purpose embedded database engine that provides data management features found in enterprise class databases. Berkeley DB is used in various applications ranging from cell phones to e-commerce systems. Included in the 11gR2 version of Berkeley DB is a SQLite compatible SQL API.

Berkeley DB 11gR2 is a zero administration database engine. All administration duties are performed via API calls so no Database Administrator is required. API’s are available for many programming languages including C/C++, Java, Perl and Ruby.

Read more »

Installing Berkeley DB 11gR2 11.2.5.0.26 on Windows

by Eric Jenkinson on July 20, 2010 Tagged: , ,

Berkeley DB is a general purpose embedded database engine that provides data management features found in enterprise class databases. Berkeley DB is used in various applications ranging from cell phones to e-commerce systems ranging in size from a couple of megabytes to several terabytes. Included in the 11gR2 version of Berkeley DB is a SQLite compatible SQL API.

All administration is performed via API calls so no DBA is required. API’s are available for many programming languages including C/C++, Java and C#.

This document will detail the installation of Berkeley DB 11gR2 11.2.5.0.26 on Windows along with creation of a database using Berkeley DB SQL Interface.

Read more »