...
Profiling can be turned on for either MINE, APPLY or both.
To turn on profiling:
...
There are 2 ways to turn in profiling:
- Turning on profiling without having to stop and start Mine or Apply, OR
- Editing the DDC file and then stopping and starting the Mine/Apply processes
MINE (without having to stop the Mine process)
Start the command console and type
No Format engine mine send memory_set PROFILER /home/oracle/..../prof_%S.%E
- Wait for a few log switches.
- Zip and upload the resulting files to Dbvisit Support. The profiler files will be in the location specified by the full path given (/home/oracle/..../prof_%S.%E)
Turn off the profiling:
No Format engine mine send memory_set PROFILER OFF
MINE (shutting down Mine)
- Shutdown the MINE process
- Edit the *-MINE.ddc DDC file.
Add the following line to the DDC file (give full path name):
No Format memory_set PROFILER /home/oracle/..../prof_%S.%E
- Restart the MINE process
- Wait for a few log switches.
- Zip and upload the resulting files to Dbvisit Support. The profiler files will be in the location specified by the full path given (/home/oracle/..../prof_%S.%E)
Turn off the profiling with by removing the profiler command OR adding a comment in front of the line in the DDC file:
No Format # memory_set PROFILER /home/oracle/..../prof_%S.%E
- Stop and restart the MINE process
APPLY (without having to stop the Apply process)
Start the command console and type
No Format engine mine send memory_set PROFILER /home/oracle/..../prof_%S.%E engine mine send memory_set _THREADED_OCI YES
- Wait for a few plog switches.
- Zip and upload the resulting files to Dbvisit Support. The profiler files will be in the location specified by the full path given (/home/oracle/..../prof_%S.%E)
Turn off the profiling:
No Format engine mine send memory_set PROFILER OFF engine mine send memory_set _THREADED_OCI NO
APPLY (shutting down Apply)
- Shutdown the APPLY process
- Edit the *-APPLY.ddc DDC file.
Add the following line to the DDC file (give full path name):
No Format memory_set PROFILER /home/oracle/..../prof_%S.%E memory_set _THREADED_OCI NO
- Restart the APPLY process
- Wait for a few log switches.
- Zip and upload the resulting file to Dbvisit Support. The profiler files will be in the location specified by the full path given (/home/oracle/..../prof_%S.%E)
Turn off the profiling with by removing the profiler command OR adding a comment in front of the line in the DDC file:
No Format # memory_set PROFILER /home/oracle/..../prof_%S.%E # memory_set _THREADED_OCI NO
Stop and restart the APPLY process
...