Skip to content

Commit 020f2b4

Browse files
authored
Update UCPSample.java
1 parent 2675ff4 commit 020f2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/jdbc/ConnectionSamples/UCPSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The code sample demonstrates Universal Connection Pool (UCP) as a client
3232
public class UCPSample {
3333
final static String DB_URL="jdbc:oracle:thin:@myhost:1521/orclservicename";
3434
// Use the TNS Alias name along with the TNS_ADMIN - For ATP and ADW
35-
final static String DB_URL="jdbc:oracle:thin:@myhost:1521@wallet_dbname?TNS_ADMIN=/Users/nbsundar/DBCloudService/wallet_JDBCTEST";
35+
// final static String DB_URL="jdbc:oracle:thin:@myhost:1521@wallet_dbname?TNS_ADMIN=/Users/nbsundar/DBCloudService/wallet_JDBCTEST";
3636
final static String DB_USER = "hr";
3737
final static String DB_PASSWORD = "hr";
3838
final static String CONN_FACTORY_CLASS_NAME="oracle.jdbc.pool.OracleDataSource";

0 commit comments

Comments
 (0)