Categories
- All Categories
- 153 Oracle Analytics News
- 28 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.7K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 54 Oracle Analytics Trainings
- 12 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Equivalent command in Windows - strace

Hello - Can someone help me with equivalent command in Windows for this:
strace -f -o trace.out ./opmnctl startproc ias-component=<name of the component for example coreapplication_obisch1>
Thanks in advance.
Answers
-
Hi,
Did you try ... Google?
For example just one of the first results: http://stackoverflow.com/questions/3847745/systrace-for-windows
0 -
Why do you want to trace the process? Curiosity or troubleshooting?
I've found procmon to be useful in the past.
0 -
@Gianni Ceresa Yes, I did see the community post earlier and installed Process Monitor on my end. The reason I had to pose this question was to know if there was an equivalent Windows command line option for the above command. But thanks for your input though.
@rmoff Likewise we do in Linux, I wanted to troubleshoot each BI Process as they are failing to start (Scheduler, CCS, BI Server and BIPS) and get a log. Thanks.
0