Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure JDBC system resource overrides

Before you begin

Create JDBC system resource overrides


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. On this overriding configuration MBean there is a name for the override MBean itself and there is a data source name attribute. 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.

To configure a JDBC system resource override:

  1. In the left pane of the Console, select Domain Partitions.

    The Domain Partitions table displays all the partitions defined in the domain.

  2. Click on the name of the domain partition for which you want to configure a JDBC system resource override.
  3. Select the Resource Overrides > JDBC System configuration page.

    The JDBC System Resource Overrides table displays all the JDBC system resource overrides that have been created in this domain partition.

  4. Click on the name of the JDBC system resource override you want to configure.
  5. On the Settings > Configuration page, in the Data Source field, enter the name of the data source you want to override.

    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.

  6. Optionally provide partition-specific values in the in the URL, User Name, and Password fields and click Save.

    The JDBC system resource override configuration is changed.

After you finish

If the resource is running, you must restart the partition for the overrides to take effect.


Back to Top