I am looking at an Oracle script I found online , but it runs the sed command to filter the results from the trace file, I run Oracle on the Windows server, so the sed command is not recognized.
host sed -n '/scattered/s/.*p3=//p' &Trace_Name | sort -n | tail -1
I tried reading the online documentation , but I still don't know how to interpret what this command is trying to filter. Will anyone be so kind as to help me understand what this command is trying to filter? Or even better, I can run from the Windows command line to achieve the same result.
Thank!
source
share