You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2013/11/11 21:11:17 UTC

[jira] [Comment Edited] (CONNECTORS-808) Manifold web vs Oracle RAC

    [ https://issues.apache.org/jira/browse/CONNECTORS-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13819315#comment-13819315 ] 

Karl Wright edited comment on CONNECTORS-808 at 11/11/13 8:10 PM:
------------------------------------------------------------------

Where does the database name figure into this?

Currently the Oracle jdbc URL being generated looks like this:

jdbc:oracle:thin:@<host>/<database>

... so we need a place for the database name in the new scheme.  Or is that the "service-name" above?




was (Author: kwright@metacarta.com):
Where does the database name figure into this?

Currently the Oracle jdbc URL being generated looks like this:

jdbc:oracle:thin:@<host>/<database>

... so we need a place for the database name in the new scheme.


> Manifold web vs Oracle RAC
> --------------------------
>
>                 Key: CONNECTORS-808
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-808
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: JDBC connector
>    Affects Versions: ManifoldCF 1.2
>         Environment: CentOS 6.4 with Apache Tomcat 8.0 and OpenJDK 1.7
>            Reporter: Marcello Lorenzi
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.5
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.1#6144)