Setting Up Java DB (Derby) in Network Server

This section describes how to set up and run Java DB in Network Server mode listening client connections over the network.

Java DB can be used in two modes:

I want to try the Network Server mode first. Here is what I did to setup Java DB and start it in Network Server mode. Open a command line window and run the following commands:

herong> cd lib
herong> mkdir javadb
herong> cd javadb

(on Windows)
herong> %DERBY_HOME%\bin\startnetworkserver

(on Linux or macOS)
herong> $DERBY_HOME/bin/startnetworkserver
... : Security manager installed using the Basic server security policy.
... : Apache Derby Network Server - 10.15.1.3 - (1853019) started and
   ready to accept connections on port 1527

Cool. My Java DB (Derby database server) is up and running in Network Server mode on host "localhost" and listening connections on port "1527".

Note that I created a new sub-directory in my own "lib" directory and started Java DB from there. This sub-directory will become the Derby database home directory. Any new databases created on Java DB server will be located in this sub-directory.

Table of Contents

 About This Book

 JDBC (Java Database Connectivity) Introduction

 JDK (Java SE) Installation

Installing and Running Java DB - Derby

 Downloading and Installing Java DB (Derby)

 Java DB (Derby) in the JDK 1.8 Package

 Downloading Java DB (Derby) Documents

 "sysinfo" - Checking Java DB (Derby) Installation

Setting Up Java DB (Derby) in Network Server

 "ij" - Client Tool to Create New Databases

 Derby (Java DB) JDBC Driver

 Derby (Java DB) JDBC DataSource Objects

 Java DB (Derby) - DML Statements

 Java DB (Derby) - ResultSet Objects of Queries

 Java DB (Derby) - PreparedStatement

 MySQL Installation on Windows

 MySQL JDBC Driver (MySQL Connector/J)

 MySQL - PreparedStatement

 MySQL - Reference Implementation of JdbcRowSet

 MySQL - JBDC CallableStatement

 MySQL CLOB (Character Large Object) - TEXT

 MySQL BLOB (Binary Large Object) - BLOB

 Oracle Express Edition Installation on Windows

 Oracle JDBC Drivers

 Oracle - Reference Implementation of JdbcRowSet

 Oracle - PreparedStatement

 Oracle - JBDC CallableStatement

 Oracle CLOB (Character Large Object) - TEXT

 Oracle BLOB (Binary Large Object) - BLOB

 Microsoft SQL Server Express Edition

 Microsoft JDBC Driver for SQL Server

 Microsoft JDBC Driver - Query Statements and Result Sets

 Microsoft JDBC Driver - DatabaseMetaData Object

 Microsoft JDBC Driver - DDL Statements

 Microsoft JDBC Driver - DML Statements

 SQL Server - PreparedStatement

 SQL Server CLOB (Character Large Object) - TEXT

 SQL Server BLOB (Binary Large Object) - BLOB

 JDBC-ODBC Bridge Driver - sun.jdbc.odbc.JdbcOdbcDriver

 JDBC-ODBC Bridge Driver - Flat Text Files

 JDBC-ODBC Bridge Driver - MS Access

 JDBC-ODBC Bridge Driver - MS SQL Server

 Summary of JDBC Drivers and Database Servers

 Using Connection Pool with JDBC

 Archived Tutorials

 References

 Full Version in PDF/EPUB