Is it possible to set oracle.net.encryption_client property purely in JDBC connection URL?
I can see that the property can be set via properties parameter of DriverManager.getConnection(url, props). But is it at all possible to pass the parameters in the URL string, specifically, for Oracle JDBC driver with Thin client?
If it is not possible to set this using the JDBC URL, is it possible to set this property globally for Java application?