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