Is there anyway to change the location of the recovery files?
PL Dev writes the recovery files to %TEMP%\PLS-Recovery, and %TEMP% changes and gets cleaned out on each user login to Terminal Services.
So, I can kill the thing, see that files are in...
I can see from the debugging now that the "alter session set sql_trace = true/false" is happening when I select/deselect the Session->SQL Trace option, but it doesn't seem to have any effect on the user dump/trace file.
Just to be clear, the documentation (and the UI, via lack of check-mark indicator) seems to imply that sessions are normally not set to enable SQL Trace. But that doesn't appear to be the case (again, database-wide only for PL/SQL Developer client session)
Many-year user of PL/SQL Developer. Love it.
However, we think that it is enabling session tracing at the server. We have this off by default on the database, and the PL/SQL Developer appears to be the only client that is generating trace (UDUMP .trc files).
Is this something we can...