Cannot find Kill session, start trace or stop trace after upgrading to Toad 9.0.1.8.
GUI changed
Go to Database | Monitor | Session Browser and right-click on the session of choice and select to start/stop trace or kill session; among other options.
To turn trace on
1. Filter and/or group the sessions so you can easily see the sessions you want to trace.
2. Select the session, multiple sessions, or node in the top panel tree view.
3. Right-click and select Start Trace or click in the toolbar.
Note: To turn tracing off, right-click and select Stop Trace or click in the toolbar.
You can turn tracing on or off for the selected sessions in the Session Browser. Toad uses the following procedure to trace sessions:
SYS.DBMS_SYSTEM.SET_SQL_TRACE_IN_SESSION( sid, serial#, TRUE/FALSE )
Note: The trace file is written to the INIT.ORA parameter user_dump_dest which is typically the bdump directory on the server. If you cannot locate them there, check your Oracle Parameters to see if the path name for user_dump_dest has been changed.