Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
ManifoldCF 1.2
-
CentOS 6.4 with Apache Tomcat 8.0 and OpenJDK 1.7
Description
Hi,
on Manifold CF 1.2 web console, it isn't possible to set a connection pool for Oracle Database connector when you configure a Output Connection, although you put the latest version of ojdbc6.jar into the Tomcat classpath.
It's needed to have the possibility to configure a connection pool for instance:
"jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=rac01)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=rac02)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=rac03)(PORT=1521))(LOAD_BALANCE=yes)(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=test)(FAILOVER_MODE=(TYPE=select)(METHOD=session)(RETRIES=3)(DELAY=10))))"
This configuration permits high availability and redundancy into the connection to Oracle RAC database.
Attachments
Issue Links
- duplicates
-
CONNECTORS-808 Manifold web vs Oracle RAC
- Resolved