We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bb5c78 commit 766e67fCopy full SHA for 766e67f
java/jdbc/ConnectionSamples/DataSourceSample.java
@@ -38,7 +38,7 @@ public class DataSourceSample {
38
// The recommended format of a connection URL is the long format with the
39
// connection descriptor.
40
final static String DB_URL= "jdbc:oracle:thin:@myhost:1521/myorcldbservicename";
41
- // For ATP and ADW - use the TNS Alias name along with the TNS_ADMIN
+ // For ATP and ADW - use the TNS Alias name along with the TNS_ADMIN when using 18.3 JDBC driver
42
// final static String DB_URL="jdbc:oracle:thin:@myhost:1521@wallet_dbname?TNS_ADMIN=/Users/test/wallet_dbname";
43
final static String DB_USER = "hr";
44
final static String DB_PASSWORD = "hr";
0 commit comments