Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Create a JDBC Proxy Data Source: Data Source Properties

Configuration Options     

Use this page to create a proxy data source. A proxy data source is an object bound to the JNDI tree that provides proxy access to other existing data sources.

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, 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.


Back to Top