---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# JDBCProbe

# JDBCProbe {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

A JDBC probe runs on the
MID Server to query an external
database via \[JDBC\] and returns results to ServiceNow.

## About this task

Probes interact with the
MID Server via the
ECC Queue, therefore the
response of a JDBC probe returns as an XML payload in an "input" ECC Queue record.
By default, each response payload will contain up to 200 returned rows, this value
can be modified by setting the probe parameter
jdbcprobe_result_set_rows to the desired number.

**Activating the Plugin**

Contact Customer Service and Support to activate the Integration - JDBC
(com.snc.integration.jdbc) plugin.

## Procedure

1. Navigate to System Definition \> Plugins.
2. Right-click the plugin name on the list and select Activate/Upgrade.  
   If the plugin depends on other plugins, these plugins and their activation
   status are listed.
3. **Optional:** Select the Load demo data check box.  
   Some plugins include demo data---sample records that are designed to illustrate plugin features for common use cases. Loading demo data is a good policy when first activating the plugin on a development or test instance. You
   can load demo data after the plugin is activated by repeating this process and selecting the check box.
4. Click Activate.
* **[Direct JDBC Probe](https://servicenow-prod.fluidtopics.net/GnJ7lXj7XoKgQrGhkb68hQ)**   
  A direct JDBC probe specifies all the parameters necessary in the outbound ECC Queue XML payload.
* **[JDBC Probes via Data Source](https://servicenow-prod.fluidtopics.net/oJkYibIryVBLOO785F2ACQ)**   
  JDBC probes are executed via a JDBC data source when an import is running against the data source.
* **[Select \* JDBC Probe short cut](https://servicenow-prod.fluidtopics.net/3G5Rd2QWjmQME7acmg~mpw)**   
  Alternatively, you may specify a table_name parameter instead of a work element and the following query could be executed.
* **[Parameters](https://servicenow-prod.fluidtopics.net/4qh57i5uorWojaV5PtzE7w)**   
  The following parameters are available in a direct JDBC probe.
* **[Using the Work Element](https://servicenow-prod.fluidtopics.net/d9cHmVBcmxA45OBAfQQYQA)**   
  The work element encodes SQL statements to be executed by the probe.

