Capture is slow and capture trace output says that the time breakdown is being spend in Maintain the LOBMAP in Oracle most of it.
The parameter SP_OCT_UTILIZATION_TIMERS is set to 1 on source sp_ctrl:
sp_ctrl>set param SP_OCT_UTILIZATION_TIMERS 1
The Capture is allowed to run for 10 minutes with this setting of the parameter. The parameter is then reset back to the default of 0 with:
sp_ctrl>reset param SP_OCT_UTILIZATION_TIMERS
The resulting *csv* file generated in /vardir/log subdirectory is examined for troubleshooting and it shows time spent in LOBMAP maintenance is quite high relative to other stats as one of the entries in it indicate:
Date | Time | TotalMsec | Idle | GetData | Checkpoint | QueChkpt | QueWrite | Caches | LobMap | MiscOra | Parse | Ignore | Process | Format | Latency | #Chkpts | #DataOps | BytesRead | BytesProc |
11/24/2018 | 09:58.2 | 901028 | 0 | 102 | 650 | 39 | 56 | 0 | 375605 | 0 | 2259 | 77 | 521851 | 94 | 62735 | 343 | 938893 | 8679246 | 1165056 |
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center