Recent content by shaynegw

  1. S

    Is there a faster way to delete trace files

    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...
  2. S

    Trace not supported in debug mode error

    Thanks That was the problem. Take care, Shayne
  3. S

    Trace not supported in debug mode error

    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...
Back
Top