There was an error while loading. Please reload this page.
1 parent d254879 commit 2675ff4Copy full SHA for 2675ff4
java/jdbc/ConnectionSamples/UCPSample.java
@@ -31,6 +31,8 @@ The code sample demonstrates Universal Connection Pool (UCP) as a client
31
32
public class UCPSample {
33
final static String DB_URL="jdbc:oracle:thin:@myhost:1521/orclservicename";
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";
36
final static String DB_USER = "hr";
37
final static String DB_PASSWORD = "hr";
38
final static String CONN_FACTORY_CLASS_NAME="oracle.jdbc.pool.OracleDataSource";
0 commit comments