Tagged Questions
-1
votes
0answers
4 views
Using Oracle RAC with weblogic 9.2 [closed]
We need to use ORACLE 11g RAC with weblogic 9.2 and Oracle JDBC driver, 10.2.0.2.0.Need steps to use failover capability using multi datasource configuration in weblogic 9.2 using administration ...
0
votes
1answer
152 views
JDBC MySQL conect to fail over node very slow
My environment have 2 MySQL server (INS1 and INS2) and when I tested failover mode with down INS1 and driver creat connection to INS2 it has very very slow to connected (It has occur on Glassfish ...
3
votes
3answers
429 views
tomcat jdbc failover hosts
I'm currently using tomcat7 configured with it's own jdbc-pool as described here: http://www.tomcatexpert.com/blog/2010/04/01/configuring-jdbc-pool-high-concurrency .
I also have a master/master ...
0
votes
0answers
202 views
is there a way to fail over to another database using c3p0?
I did see a few examples but all relied on custom connection strings, recognized by the underlying Db driver and in all cases, the driver required the databases to be in some custom configuration ...
0
votes
1answer
2k views
How should I write JDBC url for Oracle with LDAP and two LDAP servers?
I have an Oracle database with LDAP, and can connect by writing smth like:
jdbc:oracle:thin:@ldap://oid0.wow.com:666/chost,cn=OracleContext,dc=wow,dc=com
But this is not failover (we have another ...
0
votes
2answers
768 views
JDBC statement fails to delete row in specific MySql table
I have a table, say example1 and I'm using a jdbc statement to delete one of its rows. I have tried various methods, from delete from example1 where id = 1 to statement.addbatch(sql) but it does not ...
2
votes
1answer
2k views
Oracle Thin Driver and Transparent Failover of RAC DB
I know the oci driver can perform transparent failover of the database, but does the thin driver have the same capability?