
System.Properties
| Key | Type | Editable | Description | 
| 
 | 
 | 
 | 
 | 
| db.session.min | Integer | Y | The minimum or optimal | 
| 
 | 
 | 
 | number of open database | 
| 
 | 
 | 
 | sessions. This parameter is | 
| 
 | 
 | 
 | used to tune the session pool. It | 
| 
 | 
 | 
 | can increase when necessary, | 
| 
 | 
 | 
 | but always attempts to return | 
| 
 | 
 | 
 | to the specified number of | 
| 
 | 
 | 
 | concurrent open database | 
| 
 | 
 | 
 | sessions. | 
| db.connect.minConnections | Integer | Y | The minimum number of | 
| 
 | 
 | 
 | connections for the connection | 
| 
 | 
 | 
 | pool. The default is 5. | 
| db.connect.maxConnections | Integer | Y | The maximum number of | 
| 
 | 
 | 
 | connections for the connection | 
| 
 | 
 | 
 | pool. The default is 100. | 
| db.connect.incConnections | Integer | Y | The incremental allocation of | 
| 
 | 
 | 
 | new connections to the | 
| 
 | 
 | 
 | connection pool. The default is | 
| 
 | 
 | 
 | 1. | 
| name.separator | Character | N | The separator used in the | 
| 
 | 
 | 
 | service path. This cannot be | 
| 
 | 
 | 
 | modified after installation. The | 
| 
 | 
 | 
 | default is a forward slash: "/". | 
| repository.session.check.interval | Seconds | Y | Time interval for unused | 
| 
 | 
 | 
 | connections to be found and | 
| 
 | 
 | 
 | released to the connection pool. | 
| 
 | 
 | 
 | The default is 1. | 
| passwordEncrypted | Boolean | Y | Declares whether the password | 
| 
 | 
 | 
 | in the database connect string | 
| 
 | 
 | 
 | is in clear text or encrypted. | 
| 
 | 
 | 
 | The default is false. | 
| locatorSystemPasswordEncryption | Class | Y | If the value of | 
| Hook.class | Name | 
 | passwordEncrypted is true, | 
| 
 | 
 | 
 | this declares which class | 
| 
 | 
 | 
 | implements the password | 
| 
 | 
 | 
 | encryption hook. The default is | 
| 
 | 
 | 
 | oracle.panama.rt.common.Syst | 
| 
 | 
 | 
 | emPasswordEncryption. | 
