Skip to content

Commit 77df560

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

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
@@ -39,7 +39,7 @@ public class DataSourceSample {
3939
// connection descriptor.
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
42-
// final static String DB_URL="jdbc:oracle:thin:@myhost:1521@wallet_dbname?TNS_ADMIN=/Users/test/wallet_dbname";
42+
// final static String DB_URL="jdbc:oracle:thin:@wallet_dbname?TNS_ADMIN=/Users/test/wallet_dbname";
4343
final static String DB_USER = "hr";
4444
final static String DB_PASSWORD = "hr";
4545

0 commit comments

Comments
 (0)