Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a JDBC Proxy Data Source: Review

Configuration Options     

Use this page to review the settings for this JDBC proxy data source.

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.

Scope

Specifies if the data source is accessible within the domain, a partition, or a resource group template.

Type

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

JNDI Name

The JNDI path to where this data source is bound. By default, the JNDI name is the name of the data source.

To specify multiple JNDI names for the data source, enter each JNDI name on a separate line.

Applications that look up the JNDI path will get a javax.sql.DataSource instance that corresponds to this data source.

MBean Attribute (Does not apply to application modules) :
JDBCDataSourceParamsBean.JNDINames

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

Proxy Switching Properties

The properties passed to the proxy switching callback.

MBean Attribute (Does not apply to application modules) :
JDBCDataSourceParamsBean.ProxySwitchingProperties

Proxy Switching Callback

The name of the proxy switching callback class.

MBean Attribute (Does not apply to application modules) :
JDBCDataSourceParamsBean.ProxySwitchingCallback

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

Targets

The server instances or clusters on which this JDBC data source will be deployed.


Back to Top