Test Window - run as?

Hi,
Is there anyway to set a test window script to always run as a certain user?
Currently I open the test script and then change the user using the 'Change connection' option at the bottom of the window.
I always want it to run as the same user, but it will always connect as the main connection currently set in plsql dev.

Thanks.
 
If you use connections panel, then you can right-click a connection and from the menu select "New" / "Test window". It will open with that connection selected (it will not change the main connection).
I know it's not what you wanted, but it may help you a bit.

Beware that if you have your PL/SQL Developer configured so that new windows are not pinned to their connection, the test window created will not be pinned, so changing main connection will also change the connection for that test window.
There's no option to make all windows opened for not-mail connection are auto-pinned. For lack of such option I'm using the option to open all windows as pinned.
 
Back
Top