My version is 17.1.717.3711
In the Trace File Browser, I was able to successfully retrieve the file.
However, I would like to know how I can make the data appear in other tabs.
Could you give me some examples?
My version is 17.1.717.3711
In the Trace File Browser, I was able to successfully retrieve the file.
However, I would like to know how I can make the data appear in other tabs.
Could you give me some examples?
Oracle has different kinds of trace files and unfortunately, the all appear in the same folder and they all have a .trc extension.
Some trace files are recordings of SQL activity with timings of various aspects of how long it took Oracle to run the SQL.
Other trace files are more like memory dumps.
Toad's trace file browser works with the "recording of SQL activity" type trace file. If you open one of those, all of those tabs are populated automatically.
You opened a memory dump type file. Notice at the bottom of your screen shot where it says "No SQL statements were found in this trace file"
To trace your own session, try this:
Trace trace another database session, try this
I'm so happy to see some information on these tabs.
The 2 methods you provided are working fine for me.
However, I still have 2 more things to confirm:
Compared to the previous "No SQL statements were found in this trace file" shortcut, how does TOAD determine whether a file contains SQL statements or not?
If I want to use the Open Trace File on Database Server button to retrieve a file from the server side, what should I input in the filter to find files that contain the SQL activity you mentioned?
SQL Statements in the trace files begin with text "Parsing in Cursor #". If this text is not present in the trace file, then the trace file does not contain sql statements. You can look at trace files with notepad and see this for yourself.
Check "filter out non-sql trace files"
Thank you so much.
I can see the text "Parsing in Cursor #" in trace file.
Because it's diffucult to find some relevant documents online or Help Contents in Toad, I'm so happy to know more from you.
You're welcome.
Did I answer all of your questions?
Absolutely, your explanation was very clear and helpful. Thanks again!