Skip to content

Commit 766e67f

Browse files
authored
Update DataSourceSample.java
1 parent 7bb5c78 commit 766e67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/jdbc/ConnectionSamples/DataSourceSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class DataSourceSample {
3838
// The recommended format of a connection URL is the long format with the
3939
// connection descriptor.
4040
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
41+
// For ATP and ADW - use the TNS Alias name along with the TNS_ADMIN when using 18.3 JDBC driver
4242
// final static String DB_URL="jdbc:oracle:thin:@myhost:1521@wallet_dbname?TNS_ADMIN=/Users/test/wallet_dbname";
4343
final static String DB_USER = "hr";
4444
final static String DB_PASSWORD = "hr";

0 commit comments

Comments
 (0)