Skip Headers

Oracle Calendar API Developer's Guide
Release 2.5

Part Number B10097-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

3
Configuration Settings

This chapter contains information on the following configuration parameters that can be supplied to the Oracle Calendar API through the CAPI_SetConfigFile function.

client_name

Used to set the application name that will be visible in the server stats.

Section:

CAPI

Values:

any string

Default Value:

""

client_version

Used to set the application version that will be visible in the server stats.

Section:

CAPI

Values:

any string

Default Value:

""

cncachesize

Used to set the maximum number of entries to hold in the common name cache.

Section:

CACHE

Values:

[0..U32MAX]

Default Value:

512

emailcachesize

Used to set the maximum number of entries to hold in the email address cache.

Section:

CACHE

Values:

[0..U32MAX]

Default Value:

512

itemcachesize

Used to set the maximum number of entries to hold in the item record cache.

Section:

CACHE

Values:

[0..U32MAX]

Default Value:

256

log_activity

Used to enable "activity" (high-level) logging.

Section:

LOG

Values:

true/false

Default Value:

false

See also:

log_modulesinclude

log_modulesinclude

Used to control which modules have logging enabled.

This should be set to "{CAPI}", otherwise no logging will be performed even if it is enabled (e.g. via log_activity = true)

Section:

LOG

Values:

"" or "{ CAPI }"

Default Value:

""

tzcachesize

Used to set the maximum number of entries to hold in the timezone record cache.

Section:

CACHE

Values:

[0..U32MAX]

Default Value:

256