The following runtime configuration properties can be defined for this database:
| Option |
Description |
| Maximum Pool Size |
Specifies the maximum number of connections within the connection pool. Database connections are grouped together within a connection pool to improve performance. |
| Maximum connections per user |
Specifies the maximum number of connections within the connection pool for each user. |
| Connection Idle Time (minutes) |
Specifies how long a connection can be idle before it times out. |
| Minimum Pool Size |
Specifies the minimum number of connections with the connection pool. |
| Maximum Opened Cursors |
Specifies how many queries can be created for each connection. |
These properties define the JDBC connection handling for ALBPM components when
running outside a J2EE (for example, WebLogic Server). When running within a J2EE
container, database connectivity information is supplied by the container itself.