Java DB

Apache Derby

Derby Tools and Utilities Guide

Derby Getting Started
Derby Reference Manual
Derby Developer's Guide
Derby Performance Tuning
Derby Server and Admin Guide
Derby Tools and Utilities
Derby Tools and Utilities
-Copyright
-License
-About this guide
-What are the Derby tools and utilities?
-Using ij
-ij properties reference
-ij commands and errors reference
-ij commands
-Absolute command
-After Last command
-Async command
-Autocommit command
-Before First command
-Close command
-Commit command
-Connect command
-Describe command
-Disconnect command
-Driver command
-Elapsedtime command
-Execute command
-Exit command
-First command
-Get Cursor command
-Get Scroll Insensitive Cursor command
-Help command
-Last command
-LocalizedDisplay command
-MaximumDisplayWidth command
-Next command
-Prepare command
-Previous command
-Protocol command
-Readonly command
-Relative command
-Remove command
-Rollback command
-Run command
-Set Connection command
-Show command
-Wait For command
-Syntax for comments in ij commands
-Syntax for identifiers in ij commands
-Syntax for strings in ij commands
-ij errors
-Using the bulk import and export procedures
-Storing jar files in a database
-sysinfo
-dblook
-SignatureChecker
-Trademarks

 

sysinfo example

When you run the sysinfo command using the derbyrun.jar file, the output looks something like this:
java -jar C:\db-derby-10.6.0.0-bin\lib\derbyrun.jar sysinfo
------------------ Java Information ------------------
Java Version:    1.6.0_20
Java Vendor:     Sun Microsystems Inc.
Java home:       C:\jdk1.6.0_20\jre
Java classpath:  C:\db-derby-10.6.0.0-bin\lib\derbyrun.jar
OS name:         Windows XP
OS architecture: x86
OS version:      5.1
Java user name:  user1
Java user home:  C:\Documents and Settings\user1
Java user dir:   C:\DERBYDBS
java.specification.name: Java Platform API Specification
java.specification.version: 1.6
java.runtime.version: 1.6.0_20-b02
--------- Derby Information --------
JRE - JDBC: Java SE 6 - JDBC 4.0
[C:\db-derby-10.6.0.0-bin\lib\derby.jar] 10.6.0.0 - (908506)
[C:\db-derby-10.6.0.0-bin\lib\derbytools.jar] 10.6.0.0 - (908506)
[C:\db-derby-10.6.0.0-bin\lib\derbynet.jar] 10.6.0.0 - (908506)
[C:\db-derby-10.6.0.0-bin\lib\derbyclient.jar] 10.6.0.0 - (908506)
------------------------------------------------------
----------------- Locale Information -----------------
Current Locale : [English/United States [en_US]]
Found support for locale: [cs]
         version: 10.6.0.0 - (908506)
Found support for locale: [de_DE]
         version: 10.6.0.0 - (908506)
Found support for locale: [es]
         version: 10.6.0.0 - (908506)
Found support for locale: [fr]
         version: 10.6.0.0 - (908506)
Found support for locale: [hu]
         version: 10.6.0.0 - (908506)
Found support for locale: [it]
         version: 10.6.0.0 - (908506)
Found support for locale: [ja_JP]
         version: 10.6.0.0 - (908506)
Found support for locale: [ko_KR]
         version: 10.6.0.0 - (908506)
Found support for locale: [pl]
         version: 10.6.0.0 - (908506)
Found support for locale: [pt_BR]
         version: 10.6.0.0 - (908506)
Found support for locale: [ru]
         version: 10.6.0.0 - (908506)
Found support for locale: [zh_CN]
         version: 10.6.0.0 - (908506)
Found support for locale: [zh_TW]
         version: 10.6.0.0 - (908506)
------------------------------------------------------

When you request help for a problem by posting to the derby-user mailing list, include a copy of the information provided by the sysinfo utility.

 

javadb@jdbcurl.com