You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Eyup Dogan Okkir <ed...@em-glass.com> on 2011/11/13 17:05:39 UTC

Java DB replication

Hello All,

I want to setup a database with replication (hot would be perfect).

How to achieve this using derby javadb?

What to do to use NetworkServerControl to manage replication (i.e.
passing start stop master slave ...)
I see a lot of codes to be committed which I really do not know how to ...


Thanks,
Eyup


-- 
_______________________________________
Eyup Dogan Okkir
Automation Project Specialist

EMGLASS Cam Makinalari San. ve Tic. Ltd. Sti.
Pelitli Köyü Şantiye Yolu Sok. No:20 K:2
41400 Gebze / KOCAELI / TURKIYE

Office    +90 262 751 53 66
Mobile    +90 533 417 33 69
Fax       +90 262 751 53 45
E-mail    edo@em-glass.com
Web       http://www.em-glass.com





Re: Java DB replication

Posted by "Dag H. Wanvik" <da...@oracle.com>.
Eyup Dogan Okkir <ed...@em-glass.com> writes:

> Hello All,
>
> I want to setup a database with replication (hot would be perfect).
>
> How to achieve this using derby javadb?
>
> What to do to use NetworkServerControl to manage replication (i.e.
> passing start stop master slave ...)
> I see a lot of codes to be committed which I really do not know how to ...

Have a look here:

http://db.apache.org/derby/docs/10.8/adminguide/cadminreplication.html

Thanks,
Dag