MINE or APPLY process stops without any reason
If the MINE or APPLY processes die for no apparent reason, then the following steps maybe able to assist in diagnosing the issue:
Check the log file for either MINE or APPLY for appropriate messages
Check the memory usage for the MINE or APPLY process. There maybe operating system limits in place and the operating system has killed the MINE or APPLY process to enforce this. Example a watchdog process
Check General Check
Check operating system event logs or messages
Check temporary disk space
Check disks space used for the replication folder
Check Oracle alert log for any relevant messages
Ensure the Oracle archiver is not stuck (ORA-00257: archiver error)
Restart the MINE or APPLY process without the "–daemon" option so that all output is logged to the console. This can be done on Linux, Windows and Unix
If there is still no clear reason why the MINE or APPLY process has died, then please contact Contact Dbvisit Support
The following information would assist Dbvisit support in trouble shooting the information:
Support package for MINE or APPLY. See Contacting Support
Trace file. Restart the process and create an Operating System trace file.
On Linux and Unix:
kill -12 <process id>On Windows:
dbvrep> DUMP MINE ALLdbvrep> DUMP APPLY ALL