JDBC connection to Oracle Data base
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2018 12:56 AM
Hi Experts,
I would like to confirm when we establish a connection to Oracle Data base using ServiceNow Data source, ServiceNow will connect Oracle database Using https or http? how can i make sure it will be always https?
Labels:
- Labels:
-
Integrations
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2018 06:11 AM
Hi Balaji,
JDBC connection is available either directly from the ServiceNow instance (a VPN setup required), or via a dedicated MID Server installed inside your firewall that can access the database port.
JDBC calls from the MID Server are never encrypted. Limit the rights available to the MID Server user whenever making JDBC calls from a MID server.
You can find more details about this here: JDBC data type
Please let me know if this helpful.
Regards
Fares