Dbvisit Replicate can collect profiling or performance statistics information which will assist Dbvisit support to diagnose performance issues.
Profiling can be turned on for either mine, apply or both.
To turn on profiling:
- Edit the relevant DDC file, *-MINE.ddc for the mine process and *-APPLY.ddc for the apply process.
Add the following line to the DDC file (give full path name):
SET PROFILER /home/oracle/..../prof_%S.%E
- Restart the process (mine or apply).
- Wait for a few log switches.
- Zip and upload the resulting file to support.
Turn off the profiling with command:
SET PROFILER OFF
- Restart the process (mine or apply).
Please see Configuration Variable Reference for more information on setting PROFILER.