|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
multiple host/port with network clientHi, I am using the later derby 10.5.1 version. I read about the replication
& failover mechanisms in the product manuals. I had a few queries regarding the network client usage.
jdbc:derby://host1:1534/sample1,
host2:1534/sample2; create=true;
Regards, Nilesh Ranade |
|
|
Re: multiple host/port with network clientHi Nilesh,
I'm not sure how the JDBC connection string you mentioned would have worked for you. As far as I'm aware, this is not supported by Derby - you should have gotten an ERROR 08001: No suitable driver exception. Maybe you are using a 3rd party product to achieve auto connection failover at the client level? sequoia does support a fairly similar syntax, where you can have more than 1 controller for a virtual database within a Sequoia realm, such as: jdbc:sequoia://127.0.0.1:25322, 127.0.0.1:25323/wombat The only failover mechanism supported by Derby during replication is a manual one where the slave can become accessible as a regular database endpoint (using the 'failover' connection property), see: http://db.apache.org/derby/docs/dev/adminguide/adminguide-single.html#cadminreplicfailover Regards --francois On Wed, Sep 16, 2009 at 3:28 AM, Nilesh Ranade <nranade@...> wrote:
|
| Free embeddable forum powered by Nabble | Forum Help |