apache > db
Apache DB Project
 
Font size:      

Derby Properties

Derby Properties

This chapter includes all the core Derby properties.

Note:
When setting properties that have boolean values, be sure to trim extra spaces around the word true. Extra spaces around the word true cause the property to be set to false.

Table 4 summarizes the general Derby properties. In that table, S stands for system-wide, D stands for database-wide, and C indicates the value persists with newly created conglomerates. X means yes.

Table 4. Derby Properties

PropertyScopeDynamic
derby.authentication.ldap.searchAuthDN S, D
derby.authentication.ldap.searchAuthPW S, D
derby.authentication.ldap.searchBase S, D
derby.authentication.ldap.searchFilter S, D
derby.authentication.provider S, D
derby.authentication.server S, D
derby.connection.requireAuthentication S, D
derby.database.defaultConnectionMode S, DX*
derby.database.forceDatabaseLock S
derby.database.fullAccessUsers S, DX*
derby.database.propertiesOnly DX
derby.database.readOnlyAccessUsers S, DX*
derby.infolog.append S
derby.language.logStatementText S, D
derby.locks.deadlockTimeout S, DX
derby.locks.deadlockTrace S, DX
derby.locks.escalationThreshold S, DX
derby.locks.monitor S, DX
derby.locks.waitTimeout S, DX
derby.storage.initialPages C
derby.storage.minimumRecordSize S, D, CX
derby.storage.pageCacheSize S
derby.storage.pageReservedSpace S, D, CX
derby.storage.pageSize S, D, CX
derby.storage.tempDirectory S, DX
derby.stream.error.file S
derby.stream.error.logSeverityLevel S
derby.system.home S
derby.user.UserName S, DX

* See the main page for this property for information about when changes to the property are dynamic.

There are additional properties associated with the Derby tools. For more information about tool-specific properties, see the Derby Tools and Utilities Guide.


Previous Page
Next Page
Table of Contents
Index