Connect DB Visualizer to JDBC driver
Connect the DB Visualizer database tool to your ServiceNow instance using the JDBC driver to query ServiceNow data. Access authorized tables and perform read-only queries on your ServiceNow data to create visualizations, and perform ad-hoc analysis using industry-standard SQL commands.
Before you begin
Before you begin, verify the following prerequisites are in place:
- The SQL API plugin is installed on your ServiceNow instance.
- The ServiceNow JDBC driver is installed and configured on your client machine.
- You have a Service Account with the sn_jdbc_rest_access role assigned.
- Access Control Lists (ACLs) are configured for the tables you must query.
- IP filter criteria are configured to allow connections from your client machine.
Role required: admin
About this task
Step-by-step instructions for external tools in this guide are illustrative — you must consult tool-specific documentation for latest updates. DB Visualizer is solely used as an example in this guide.
Procedure
Result
You have successfully connected DB Visualizer to your ServiceNow instance using the JDBC driver. You can now query authorized ServiceNow tables using SQL commands in DB Visualizer. The connection respects all ServiceNow Access Control Lists (ACLs) and security policies configured for your Service Account.