The jdbc is the one from SymmetricDS, we have'nt changed anything. But great! I've set the auto.sync.triggers.at.startup=false in the engine config and it works fine. Now, when I start the service, SymmetricDS starts in less than 3 seconds, instead of being stuck. Thanks a lot Eric!
Eric, thanks. The version is 3.11.8 and the problem is not the the hard drive tmp subdirectory where SymmetricDS is working but it's on the Oracle database disk. Oracle on Unix uses a logical volume to keep some temporary data (temporary indexes, etc...). On linux, a logical volume has a defined size (here it's11 Go) and when SymmetricDS start as a service, strangely, Oracle database use all the allocated temporary space until we stop SymmetricDS. stream.to.file.purge.on.ttl.enabled is not defined...
We replicate 2 Oracle DB to consolidate data for BI. Two offices are running symmetricDS with the same environment : Oracle 12 on CentOS and SymmetricDS on Windows 2012 (originaly from the same VM). We had to increased the Oracle temp space to 11Go since we installed SymmetricDS. Otherwise, all the temp space was filled. Since this increase, in one office, no more problems. Unfortunately, in the second office, after a while, the problem was back. After many hours upgrading Java, SymmetricDS, and...
We replicate 2 Oracle DB to consolidate data for BI. Two offices are running symmetricDS with the same environment : Oracle 12 on CentOS and SymmetricDS on Windows 2012 (originaly from the same VM). We had to increased the Oracle temp space to 11Go since we installed SymmetricDS. Otherwise, all the temp space was filled. Since this increase, in one office, no more problems. Unfortunately, in the second office, after a while, the problem was back. After many hours upgrading Java, SymmetricDS, and...