Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Create a Proxy Data Source

Related Tasks     Related Topics

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

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.

Scope

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

Switching Properties

Specifies the switching properties passed to the switching callback method for a Proxy data source.

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

Switching Callback

The name of the switching callback class for a Proxy data source.

This class implements the weblogic.jdbc.extensions.DataSourceSwitchingCallback interface.

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

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

Servers

Lists the servers in your configuration on which you can deploy the data source.

Clusters

Lists clusters and comprising servers on which you can deploy the data source.

Related Tasks

Related Topics


Back to Top