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 APPLY (or MINE) cannot connect - connectivity issues
- 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 ALL
dbvrep> DUMP APPLY ALL