Feature Request: session list

ScottMattes

Member³
I'd like an option so that when selected the field list of the main session window does not get changed from the order specified in my session query.

More info:
My query Displayed
---------- ---------
sid username
user# sid
username status
lockwait program
status module
program action
module clientinfo
action user#
client_info lockwait
sql_address sql_address
sql_hash_value sql_hash_value
 
I'd also like it if the display wouldn't try to best fit, but just leave it positioned on the column that was the leftmost displayed when I clicked refresh.

Along those lines, if I resize the columns and refresh I'd like the column widths to stay where I put them.
 
The re-ordering is a bug. It should only occur when you specify "select * from v$session", so that the identifying columns are at the front. We'll fix it.
 
Back
Top