Skip to content
Surf Wiki
Save to docs
technology/databases

From Surf Wiki (app.surf) — the open knowledge base

Apache Derby

Relational database management system


Relational database management system

FieldValue
nameApache Derby
logoDerby Logo.png
authorCloudscape Inc (Later IBM)
developerApache Software Foundation
latest release version10.17.1.0
latest release date
operating systemCross-platform
repo
programming languageJava
genreRelational Database Management System
licenseApache License 2.0
website

Apache Derby (previously distributed as IBM Cloudscape) is a (retired) relational database management system (RDBMS) developed by the Apache Software Foundation that can be embedded in Java programs and used for online transaction processing. It has a 3.5 MB disk-space footprint.

Apache Derby is developed as an open source project under the Apache 2.0 license. For a time, Oracle distributed the same binaries under the name Java DB. In June 2015 they announced that for JDK 9 they would no longer be doing so. In October 2025 Derby developers voted to retire the project and stop supporting it.

History

Apache Derby originated at Cloudscape Inc, an Oakland, California, start-up founded in 1996 by Nat Wyatt and Howard Torf to develop Java database technology. The first release of the database engine, then called JBMS, was in 1997. Subsequently, the product was renamed Cloudscape and releases were made about every six months.

In 1999, Informix Software, Inc., acquired Cloudscape, Inc. In 2001 IBM acquired the database assets of Informix Software, including Cloudscape. The database engine was re-branded to IBM Cloudscape and releases continued, mainly focusing on embedded use with IBM's Java products and middleware.

In August 2004, IBM contributed the code to the Apache Software Foundation as Derby, an incubator project sponsored by the Apache DB project. In July 2005 the Derby project graduated from the Apache incubator and is now being developed as a sub-project of the DB Top Level Project at Apache. Prior to Derby's graduation from incubation, Sun joined the Derby project with an intent to use Derby as a component in their own products, and with the release of Java 6 in December 2006, Sun started packaging Derby in the JDK branded as Java DB.

In March 2007, IBM announced that they would withdraw marketing and support for the Cloudscape product, but would continue to contribute to the Apache Derby project.

The Java DB database is Oracle's supported distribution of Apache Derby.

Technologies

Derby embedded database engine

The core of the technology, Derby's database engine, is a full-functioned relational embedded database-engine, supporting JDBC and SQL as programming APIs. It uses IBM Db2 SQL syntax.

Derby Network Server

The Derby network server increases the reach of the Derby database engine by providing traditional client server functionality. The network server allows clients to connect over TCP/IP using the standard DRDA protocol. The network server allows the Derby engine to support networked JDBC, ODBC/CLI, Perl.

Embedded Network Server

An embedded database can be configured to act as a hybrid server/embedded RDBMS; to also accept TCP/IP connections from other clients in addition to clients in the same JVM.

Database utilities

  • ij: a tool that allows SQL scripts to be executed against any JDBC database.
  • dblook: Schema extraction tool for a Derby database.
  • sysinfo: Utility to display version numbers and class path.

References

Bibliography

References

  1. "Apache Derby". Apache.org.
  2. [http://www.oracle.com/technetwork/java/javadb/overview/faqs-jsp-156714.html#1q2 Java DB - FAQs: "Is Java DB a fork of Apache Derby?"]
  3. [https://blogs.oracle.com/java-platform-group/deferring-to-derby-in-jdk-9 Deferring to Derby in JDK 9]
  4. [https://db.apache.org/derby/#Derby+Retired]
  5. (October 11, 1999). "Informix Completes Acquisition of Cloudscape, Inc.". [[Berkshire Hathaway]].
  6. "Why IBM is open sourcing Cloudscape as Derby". IBM.
  7. "Apache Derby graduates with Sun onboard". CNET news.com.
  8. "Changes in Cloudscape Availability and Support". IBM.
  9. "Relationship between Java DB and Apache Derby".
  10. see Embedded Server Example in [http://db.apache.org/derby/docs/10.4/adminguide/ http://db.apache.org/derby/docs/10.4/adminguide/]
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Apache Derby — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report