Table of Contents

Search

  1. Preface
  2. Part 1: Version 10.4
  3. Part 2: Version 10.3
  4. Part 3: Version 10.2

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!