Table of Contents

Search

  1. Version 10.3
  2. Version 10.2
  3. Version 10.1
  4. Version 10.0.0

SSL Connection to Oracle Databases

SSL Connection to Oracle Databases

Connections to the Oracle database are secured with a Secure Socket Layer (SSL).
In the
c_repos_database.connect_url
table, configure the following connection URL:
jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCPS)(HOST=localhost)(PORT=2484))(CONNECT_DATA=(SERVICE_NAME=orcl)))
In previous releases, you configured the
c_repos_database.connect_url
table, with the following connection URL:
jdbc:oracle:thin:@localhost:1521:orcl
.

0 COMMENTS

We’d like to hear from you!