Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

JDBC System Resource Overrides

Column Display     Related Tasks     Related Topics

This page summarizes the JDBC system resource overrides that have been configured in this domain partition.

A JDBC system resource override defines a partition-specific JDBC data source attribute override of a data source descriptor referenced by a partition resource group definition. The system matches overrides with JDBC system resources by comparing the data source name attribute from the overriding configuration MBean with the name in the JDBCDataSourceBean that is pointed to by the JDBCSystemResourceMBean.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
JDBC System Resource Override Name

The name of this JDBC system resource override.

MBean Attribute:
JDBCSystemResourceOverrideMBean.Name

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

DataSource Name

The name of the data source. The overriding configuration MBean's data source name does not override the data source name of the resource. It is used for matching the overriding configuration MBean with the resource to be overridden.

MBean Attribute:
JDBCSystemResourceOverrideMBean.DataSourceName

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

Url

The connection URL for the data source.

MBean Attribute:
JDBCSystemResourceOverrideMBean.URL

Related Tasks

Related Topics


Back to Top