Cloudscape Properties,
Page 12 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.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')
-- publishing a database-wide property
CREATE PUBLICATION . . .
ADD TARGET DATABASE PROPERTY
cloudscape.database.noAutoBoot=
    'true'

Scope

database-wide (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.

[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.