Domain Partition Application Deployment: Administration: Oracle
This page enables you to configure parameters used by Oracle drivers and databases. Additional configuration may be required to use Oracle parameters in your application environment.
Configuration Options
Name Description Data Source Name The name of the JDBC data source.
Oracle Optimize UTF8 Conversion Enables the Oracle JDBC optimize UTF-8 conversion option.
MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.OracleOptimizeUtf8Conversion
Replay Initiation Timeout The amount of time, in seconds, a data source allows for Application Continuity replay processing before timing out and ending a replay session context.
When set to zero (0) seconds, replay processing (failover) is disabled, although begin/endRequest are still called. You can use this for collecting coverage and measuring performance.
The default value is 3600 seconds.
See
oracle.ucp.jdbc.ConnectionInitializationCallback
.MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.ReplayInitiationTimeout
Minimum value:
0
Maximum value:
2147483647
Connection Initialization Callback The name of the Connection Initialization Callback class.
This name is automatically passed to
registerConnectionInitializationCallback
when a data source is created. The class must implementoracle.ucp.jdbc.ConnectionInitializationCallback
.MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.ConnectionInitializationCallback
Changes take effect after you redeploy the module or restart the server.
Oracle Proxy Session Enables Oracle JDBC Proxy Authentication.
Only applicable for the Oracle driver.
Requires WebLogic Server user IDs are mapped to database user IDs using credential mapping.
MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.OracleProxySession
Changes take effect after you redeploy the module or restart the server.
Use Database Credentials If enabled, Oracle database credentials are used in getConnection instead of application server credentials. The database credentials are used to get a proxy session without requiring any work in the credential mapper.
MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.UseDatabaseCredentials
Changes take effect after you redeploy the module or restart the server.
Active GridLink Datasource Indicates a configured Active GridLink datasource. This attributed is set to
true
when using the console to create an Active GridLink datasource. It is ignored if FanEnabled istrue
or OnsNodeList is a non-null string.MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.ActiveGridlink
Changes take effect after you redeploy the module or restart the server.
Affinity Policy Specifies the affinity policy for the datasource.
Options include:
Transaction: Transaction affinity
Session: Web-session affinity
Data: Data affinity
The default value is Session.
MBean Attribute (Does not apply to application modules) :
JDBCOracleParamsBean.AffinityPolicy
Changes take effect after you redeploy the module or restart the server.