Skip to content

Commit 59b9f1a

Browse files
authored
Update DataSourceSample.java
1 parent b5dc544 commit 59b9f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/jdbc/ConnectionManagementSamples/DataSourceSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ such as Universal Connection Pool (UCP), can be configured to use an
3737
public class DataSourceSample {
3838
// The recommended format of a connection URL is the long format with the
3939
// connection descriptor.
40-
final static String DB_URL= "jdbc:oracle:thin:@//myhost:1521/myorcldbservicename";
40+
final static String DB_URL= "jdbc:oracle:thin:@myhost:1521/myorcldbservicename";
4141
final static String DB_USER = "hr";
4242
final static String DB_PASSWORD = "hr";
4343

0 commit comments

Comments
 (0)