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.

Url

The connection URL for the data source.

MBean Attribute:
JDBCSystemResourceOverrideMBean.URL

User

The name of the user for the data source.

MBean Attribute:
JDBCSystemResourceOverrideMBean.User

Initial Capacity

Returns the initial pool capacity for the partition datasource. The value -1 indicates that the attribute is not set.

MBean Attribute:
JDBCSystemResourceOverrideMBean.InitialCapacity

Min Capacity

Returns the min pool capacity for the partition datasource. The value -1 indicates that the attribute is not set.

MBean Attribute:
JDBCSystemResourceOverrideMBean.MinCapacity

Max Capacity

Returns the max pool capacity for the partition datasource. The value -1 indicates that the attribute is not set.

MBean Attribute:
JDBCSystemResourceOverrideMBean.MaxCapacity

Related Tasks

Related Topics


Back to Top