Hi
I've been experimenting with the trace optimization feature in PL/SQL Developer. The feature works fine, but with a large trace file I find I can't delete the trace run until after the entire trace has loaded, which with one of mine took over 1/2 hr.
Is there any way to delete trace file...
Hi
I'm afraid I don't understand the cause of the following error message when I enable trace in a test script window.
"Trace not supported in debug mode, report will not be created."
The code itself is pretty straighforward:
DECLARE
CURSOR cur_2 IS
SELECT MAX(z.empsen_effdt) r1 FROM...