Database

These settings configure Curam for database communication.

Table 1. Database settings

Property Name

Type

Meaning

curam.db.readmultimax

INT32

Default: 100. Allows the developer to override the default maximum number of records returned by the readmulti (readmulti, nsreadmulti, nkreadmulti and nsmulti) operations in an application. This default value is only used if an explicit value is not set in the model. Unless the Readmulti_Informational option is set in the model there is no enforcement of this limit.

curam.db.locktimeout

INT32

Default: 30. Allows the developer to set the lock timeout in seconds on an Oracle database when performing a singleton select FOR UPDATE. The syntax here is to append a WAIT XX clause to the statement. This default value is only used if an explicit value is not set.

curam.db.batch.limit

INT32

Default: 10. Globally defines the number of updates that can be grouped together as part of a batch update.