Many times I do an alter session in an SQL window
and want to know how this affects the execution plan of the SQL. Because PL/SQL openes a different session for the explain plan and the sql window, this does not affect the explain plan showed.
The only solution I've found for this is to switch to single session mode, but this is very annoying, I lose many of the advantages that multi-session mode gives me.
Would it be possible that an Explain Plan Window share all the non default paramters with its parent sql window? (if there is one) The two windows will not share the same session, only the parameters changed by the alter session commands.
Everytime an alter session command would be issued, it would propogate to the explain plan window.
This would really help me and I believe it will help many other people too.
and want to know how this affects the execution plan of the SQL. Because PL/SQL openes a different session for the explain plan and the sql window, this does not affect the explain plan showed.
The only solution I've found for this is to switch to single session mode, but this is very annoying, I lose many of the advantages that multi-session mode gives me.
Would it be possible that an Explain Plan Window share all the non default paramters with its parent sql window? (if there is one) The two windows will not share the same session, only the parameters changed by the alter session commands.
Everytime an alter session command would be issued, it would propogate to the explain plan window.
This would really help me and I believe it will help many other people too.