File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
java/jdbc/ConnectionSamples Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ The code sample demonstrates Universal Connection Pool (UCP) as a client
32
32
public class UCPSample {
33
33
final static String DB_URL ="jdbc:oracle:thin:@myhost:1521/orclservicename" ;
34
34
// 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";
36
36
final static String DB_USER = "hr" ;
37
37
final static String DB_PASSWORD = "hr" ;
38
38
final static String CONN_FACTORY_CLASS_NAME ="oracle.jdbc.pool.OracleDataSource" ;
You can’t perform that action at this time.
0 commit comments