ServiceNow JDBC Driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2025 09:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2025 12:52 AM
Hello @anil_kudidi
Pros:
JDBC allows direct access to the database, which can be useful for large data imports or export.
It supports various databases like MySQL, SQL Server, and Oracle, providing flexibility in integration
For batch processing and scheduled data transfers, JDBC can be more efficient compared to REST or SOAP APIs.
Cons:
Setting up JDBC connections can be more complex compared to REST or SOAP integrations.
Managing database credentials and ensuring secure connections can be challenging.
Docs link - https://www.servicenow.com/docs/csh?topicname=create-JDBC-connection.html&version=latest
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.