I re-wrote most of it, hopefully it’s a much easier read now. It’s
also updated for v10.6, but should work for just about any version of Toad since
v9.
I’d be more than happy to offer a 60-90 minute training over LiveMeeting
like we did awhile back if anyone would find any value in that.
I re-wrote most of it, hopefully it's a much easier read now. It's also
updated for v10.6, but should work for just about any version of Toad since
v9.
Great stuff! That's the kinda info I need to remind me to get out of my
10-year-old Toad shell and use the newer stuff.
I can’t get Execution Profiling to work, I click on the Stopwatch icon and run my PL/SQL (an anonymous block) and nothing happens. It only seems to work if I execute the PL/SQL from the Execution window in the Schema Browser (I can paste anything in there and it works).
I’ve added what you’ve described as an enhancement request in the Idea Pond but it looks like it might be a bug?
I want to be able to enter any anonymous block in the SE and profile it. The NULL example was about as simple as I could write, I just used it so that you could see that you do get a Profile if you run it from the SB but you don’t get one from the SE.
I’d even like to be able to highlight an anonymous block in the SE (assuming I have others and SQL statements etc in the same tab) toggle the Profiler on, Shift+F9, and view the result.
Often I’m executing packages direct from the SE (in fact, I’m mostly doing this, I very rarely execute from the SB) and sometimes I might be executing more than one:
BEGIN
package_a.proc_a;
package_b.proc_b;
END;
I want to be able to highlight this, toggle on and execute it and then be able to view the results.
Well, I can’t read French, but I think Oracle proposes that you implement this
profile. It will use this to have a better execution plan for your query.