Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

JDBC Data Source: Configuration: Oracle

Configuration Options     

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

A unique name that identifies this data source in the WebLogic domain.

MBean Attribute (Does not apply to application modules) :
JDBCDataSourceBean.Name

Changes take effect after you redeploy the module or restart the server.

Type

The type of data source: Generic, GridLink, or Multi Data Source.

Driver Class Name

Select that driver that you want to use to create physical database connections. The data source pools the database connections for use and reuse by your applications.

* indicates that the driver is explicitly supported by Oracle WebLogic Server. If your driver is not listed, select "other."

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 is disabled.

  • 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 implement oracle.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 data source.

Affinity Policy

The affinity policy for this data source.


Back to Top