JDBC connection to Oracle Data base

balaji_charapal
Kilo Guru

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?

1 REPLY 1

Fares Asadi
ServiceNow Employee
ServiceNow Employee

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