we have been switching to a Real Application Cluster (RAC) environment recently and now have the following problem with PL/SQL Developer:
When opening the tools/Sessions window we only get the sessions running on the instance currently connected. Obviously the underlying query only uses the v$session-view instead of the gv$session view, where the sessions of all instances are visible.
Is it possible to change that view in the settings somehow or is it hardcoded?
If it is hardcoded, I'd like to post the following change request:
-query gv$session instead of v$session and add the instance ID column to the sessions-window.
Thanks in advance...
When opening the tools/Sessions window we only get the sessions running on the instance currently connected. Obviously the underlying query only uses the v$session-view instead of the gv$session view, where the sessions of all instances are visible.
Is it possible to change that view in the settings somehow or is it hardcoded?
If it is hardcoded, I'd like to post the following change request:
-query gv$session instead of v$session and add the instance ID column to the sessions-window.
Thanks in advance...