Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOA datasource with tcps and ssl termination at NLB

Saanchi DubeyJul 22 2025

We have SOA 12c which has a datasource which connects to Oracle 10g database. We are trying to use Network LB with ssl termination to connect to thsi 10g oracle database. We will be using tcps protocol in the data source. Want to know if this setup will work and what would be the high level steps?

example:
jdbc : jdbc:oracle:thin:@tcps://ebs-db.<domain>:443/oraDB10g

Where 443 is the NLB port which forwards request to database on its non-encrypted port 1521

Comments
Post Details
Added on Jul 22 2025
0 comments
25 views