Execution time in Test Window

Can anyone tell me:
When I Execute a test script the status bar gives an execution time in the status bar at the bottom of the window.
BUT, when I view the results by opening the cursor I ge a new window with the results in and another time at the bottom. So which is the ACTUAL execution time for my query?
I'm trying to work out whether Oracle is going any faster than an equivalent set up in Sybase.
 
The Test Script opens the cursor, and the subsequent SQL Window fetches the rows from the cursor. You would probably need to add the times.
 
Back
Top