Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure diagnostic profiling for a JDBC data source


If the monitoring statistics that you are seeing indicate that there is a problem in your WebLogic Server domain, you can configure any data source to collect profile information to help you pinpoint the source of the problem.

To configure diagnostic profiling for a JDBC data source:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. Navigate to the data source that you want to modify:
  3. Select the Configuration: Diagnostics tab.
  4. Enable any of the following diagnostic profiling options:
    • Profile Connection Usage
    • Profile Connection Reservation Wait
    • Profile Connection Leak
    • Profile Connection Reservation Failed
    • Profile Statement Cache Entry
    • Profile Statement Usage
    • Profile Connection Last Usage
    • Profile Connection Multithreaded Usage
    • Profile Connection Unwrap
    • Profile Connection Local Transaction Leak
    • Profile Closed Usage
  5. Configure how frequently the selected profiling options should occur:
    • Profile Harvest Frequency Seconds
    • Frequency Interceptor

    See Configuration Options for more information.

  6. Click Save.
  7. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

Back to Top