Package solutions.a2.cdc.oracle
Class OraConnectionObjects
java.lang.Object
solutions.a2.cdc.oracle.OraConnectionObjects
OraConnectionObjects: OracleUCP pool container
- Author:
- Aleksei Veremeev
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDistributedConnection(String dbUrl, String wallet) voidaddStandbyConnection(String dbUrl, String wallet) voiddestroy()static OraConnectionObjectsget4OraWallet(String poolName, String dbUrl, String wallet) static OraConnectionObjectsget4OraWallet(String poolName, List<String> dbUrls, String wallet) static OraConnectionObjectsget4UserPassword(String poolName, String dbUrl, String dbUser, String dbPassword) static OraConnectionObjectsstatic ConnectiongetLogMinerConnection(boolean trace) static ConnectiongetStandbyConnection(String dbUrl, String wallet)
-
Method Details
-
get4UserPassword
public static OraConnectionObjects get4UserPassword(String poolName, String dbUrl, String dbUser, String dbPassword) throws SQLException - Throws:
SQLException
-
get4OraWallet
public static OraConnectionObjects get4OraWallet(String poolName, String dbUrl, String wallet) throws SQLException - Throws:
SQLException
-
get4UserPassword
public static OraConnectionObjects get4UserPassword(String poolName, List<String> dbUrls, String dbUser, String dbPassword) throws SQLException - Throws:
SQLException
-
get4OraWallet
public static OraConnectionObjects get4OraWallet(String poolName, List<String> dbUrls, String wallet) throws SQLException - Throws:
SQLException
-
addStandbyConnection
- Throws:
SQLException
-
getStandbyConnection
- Throws:
SQLException
-
addDistributedConnection
- Throws:
SQLException
-
getLogMinerConnection
- Throws:
SQLException
-
getLogMinerConnection
- Throws:
SQLException
-
getConnection
- Throws:
SQLException
-
getConnection
- Throws:
SQLException
-
destroy
- Throws:
SQLException
-