Cloudscape Properties
Page 13 of 47

cloudscape.database.noAutoBoot

Function

Specifies whether a database that is part of the current system is booted when Cloudscape starts up. If the cloudscape.system.bootAll property is set to true (which it is not by default), all databases in the current system are booted when Cloudscape starts up, unless the cloudscape.database.noAutoBoot property is set to true for a database. Setting this property to true for a database means that it is 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.

If cloudscape.system.bootAll is set to false, this property has no effect.

Default

False.

Example

CALL PropertyInfo.setDatabaseProperty(
    'cloudscape.database.noAutoBoot', 'true')

Scope

database-wide (not publishable)

Dynamic or Static

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