ORDS Apex listener and encryption [message #634629] |
Thu, 12 March 2015 05:42 |
John Watson
Messages: 8961 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
I need to encrypt the traffic between an ORDS Apex listener deployed to Glassfish and the database. I can't find any doc describing this.
By default, ORDS uses a thin JDBC driver, but it is theoretically possible to replace this with the oci8 library. I've found one MOS note 1902793.1 that mentions this. I think that might mean that I can configure the usual SQL*Net encryption from the client (ie, ORDS) side by adding appropriate entries to sqlnet.ora. Does that sound likely? I can't configure the encryption at the database listener side, because it isn't my database.
Or is there some other way to encrypt the traffic?
THank you for any insight.
|
|
|
|
Re: ORDS Apex listener and encryption [message #634641 is a reply to message #634633] |
Thu, 12 March 2015 07:43 |
John Watson
Messages: 8961 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Thankyou for replying. I've done this any number of times for access through SQL*Plus, TOAD, or Forms. This will the first time using the oci8 library, and it is good to know that it should work.
|
|
|