JDBC Drivers

During configuration, on the Configure Database page, click Advanced to specify additional JDBC parameters, which are used by EPM System JDBC drivers to connect to the database.

The following table describes the format to use to enter the parameters if you are using JDBC drivers.

DatabaseFormat
Oracle Databasejdbc:oracle:thin:@hostname:port:SID
SQL Serverjdbc:weblogic:sqlserver://hostname:port;databaseName=databaseName
DB2jdbc:weblogic:db2://hostname:port;databaseName=databaseName;DynamicSections=3000

The following table describes additional information about the parameters:

PropertySQL ServerDB2
LOADLIBRARYPATHYesYes
MAXPOOLEDSTATEMENTS YesYes
ALTERNATESERVERSYesYes
CONNECTIONRETRYCOUNTYesYes
CONNECTIONRETRYDELAYYesYes
LOADBALANCING YesYes
DYNAMICSECTIONS Yes
CREATEDEFAULTPACKAGE Yes
REPLACEPACKAGE  Yes
DATABASENAMEYesYes

For Oracle Database parameters, see the Oracle Thin JDBC Driver documentation.