Categories
- All Categories
- 4 Oracle Analytics Sharing Center
- 9 Oracle Analytics Lounge
- 186 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.3K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 63 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- 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