Oracle JDBC Driver TNSNAME and Parameters Support

To support Oracle JDBC parameters, you can append the options to the JDBC connection URL in the form of ;<oracle_jdbc_propertie>=<propertie_value>;.

For example, to use TNSNAME:

jdbc:oracle:thin:@OrgRAC;oracle.net.tns_admin=<path of tnsnames folder>