Configuring the jde.ini and jdbj.ini File for the Development Client
To enable the Oracle Database Connection Pooling feature for use by the JD Edwards
EnterpriseOne Development Client, you must modify these files:
jde.ini
jdbj.ini
Development Client jde.ini
The following are mandatory settings and default values in the jde.ini
file to enable Oracle Database Connection Pooling for the Development Client:
[DB SYSTEM SETTINGS]
UseOracleDBConnectionPool=1
OracleDBConnectionPoolDebug=0
OracleDBConnectionPoolIncConnections=1
OracleDBConnectionPoolMaxConnections=30
OracleDBConnectionPoolMinConnections=0
OracleDBStatementCacheSize=50
DBConnectionTimeout=300
Development Client jdbj.ini
The following are required settings and recommended values in the
jdbj.ini
file to enable Oracle Database Connection Pooling for the
Development Client:
[JDBj-CONNECTION POOL]
useOracleDBConnectionPool=true
enableFastConnectionFailoverInOracleDBConnectionPool=false
enableOracleDBConnectionPoolTrace=false
oracleDBConnectionPoolFactoryClassName=oracle.jdbc.pool.OracleDataSource
minConnection=0
maxConnection=50
initialConnection=1
poolGrowth=1
connectionTimeout=300000
cleanPoolInterval=100000