Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: how to find elapsed time for a query in oracle 8.1.7 Database

RE: how to find elapsed time for a query in oracle 8.1.7 Database

From: Wolfgang Breitling <breitliw_at_centrexcc.com>
Date: Fri, 07 Mar 2003 07:09:06 -0800
Message-ID: <F001.00563396.20030307070906@fatcity.com>


LAST_CALL_ET is the time the last call was made. So for a session in status 'INACTIVE' it shows since when it is inactive/idle, or if you subtract LAST_CALL_ET from sysdate, how long it has been inactive/idle. If the session is active on the other hand, it shows how long it has been active, i.e. how long it has been processing the current sql.

At 03:58 AM 3/7/2003 -0800, you wrote:

>Stephane,
> LAST_CALL_ET lets u know that user is idle for so long (correct me
>id i am wrong) and I want to know which queries are taking long time.
>Unfortunately I cannot use Oracle trace for it.
>Regards,
>Kranti Pushkarna

Wolfgang Breitling
Centrex Consulting Corporation
http://www.centrexcc.com


This email communication is intended as a private communication for the sole use of the primary addressee and those individuals listed for copies in the original message. The information contained in this email is private and confidential and if you are not an intended recipient you are hereby notified that copying, forwarding or other dissemination or distribution of this communication by any means is prohibited. If you are not specifically authorized to receive this email and if you believe that you received it in error please notify the original sender immediately. We honour similar requests relating to the privacy of email communications.

Cette communication par courrier electronique est une communication privee a l'usage exclusif du destinataire principal ainsi que des personnes dont les noms figurent en copie. Les renseignements contenus dans ce courriel sont confidentiels et si vous n'etes pas le destinataire prevu, vous etes avise, par les presentes que toute reproduction, tout transfert ou toute autre forme de diffusion de cette communication par quelque moyen que ce soit est interdit. Si vous n'etes pas specifiquement autorise a recevoir ce courriel ou si vous croyez l'avoir recu par erreur, veuillez en aviser l'expediteur original immediatement. Nous respectons les demandes similaires qui touchent la confidentialite des communications par courrier electronique.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Wolfgang Breitling
  INET: breitliw_at_centrexcc.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Mar 07 2003 - 09:09:06 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US