Cloudscape Properties,
Page 13 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.propertiesOnly

Function

When set to true, this property ensures that database-wide properties cannot be overridden by system-wide properties.

When this property is set to false, or not set, database-wide properties can be overridden by system-wide properties (see “Precedence of Properties”).

This property ensures that a database’s environment cannot be modified by the environment in which it is booted. Typically most databases that are distributed or synchronization targets will require this property to be set to true.

This property can never be overridden by system properties.

Default

False.

Example

CALL PropertyInfo.setDatabaseProperty(
    'cloudscape.database.propertiesOnly','true')
-- publishing a database-wide property
CREATE PUBLICATION . . .
ADD TARGET DATABASE PROPERTY
cloudscape.database.propertiesOnly=
    'true'

Scope

database-wide (publishable)

Dynamic or Static

This property is dynamic; if you change it while Cloudscape is running, the change takes effect immediately. For information about dynamic changes to properties, see “Dynamic or Static Changes to Properties”.

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