Skip to content

Commit bab5f84

Browse files
authored
Update DataSourceSample.java
1 parent 77df560 commit bab5f84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/jdbc/ConnectionSamples/DataSourceSample.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ public class DataSourceSample {
4040
final static String DB_URL= "jdbc:oracle:thin:@myhost:1521/myorcldbservicename";
4141
// 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:@wallet_dbname?TNS_ADMIN=/Users/test/wallet_dbname";
43+
// In case of windows, use the following URL
44+
// final static String DB_URL="jdbc:oracle:thin:@wallet_dbname?TNS_ADMIN=C:\\Users\\test\\wallet_dbname";
4345
final static String DB_USER = "hr";
4446
final static String DB_PASSWORD = "hr";
4547

0 commit comments

Comments
 (0)