Cloudscape Properties,
Page 42 of 44


[top]
[prev]
[next]
Documentation Top
Global Index
Reference Manual
TOC Index
Grammar index
Developer's Guide
TOC Index
Tuning Cloudscape
TOC Index

cloudscape.system.bootAll

Function

Specifies whether the databases that are part of the current system are automatically booted when the Cloudscape system starts. When this property is set to false, a database is booted only when a connection is first made.

Databases that are not part of the current system are booted only upon the first connection.

NOTE: For information on what databases are considered part of the current system when it starts up, see cloudscape.service.

Cloudscape recommends that you set this property to true when you use Cloudscape as a database server to multiple clients and false when you use Cloudscape embedded in a single-user application.

The Cloudscape system boots when the local JDBC driver is loaded. Booting databases is a separate step in which Cloudscape checks whether recovery needs to be run on the databases. For information about recovery, see the Cloudscape Developer’s Guide.

Encrypted databases cannot be booted with this property. Encrypted databases must be booted individually by connecting to them with a valid key.

Default

False.

Example

cloudscape.system.bootAll=true

Scope

system-wide

Dynamic or Static

This property is static; if you change it while Cloudscape is running, the change does not take effect until you reboot.

[top]
[prev]
[next]


Cloudscape Version 3.0
For technical support, go to: www.cloudscape.com and click Support.
Copyright © 1998 and 1999 Cloudscape, Inc. All rights reserved.