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: Statement to check the last actions done.Urgent!

RE: Statement to check the last actions done.Urgent!

From: Simplicio Noronha, Savio <SSimplicioNoronha_at_skandia.com>
Date: Thu, 22 Aug 2002 04:28:33 -0800
Message-ID: <F001.004BC516.20020822042833@fatcity.com>


Hi tia,

You can see it through the V_$SQL table.

For this you need to get the Last_SQL_Address and Last_SQL_HASH value from the
v_SEssion table.

Once you have these just query v_$SQL table with the 2 params.

Regards
Savio

-----Original Message-----

Sent: Donnerstag, 22. August 2002 13:33
To: Multiple recipients of list ORACLE-L

Hello, is there any SQL statement to see what SQL have been performed over a database???
Inserts, deletes, etc.
TIA
--


Beatriz Martínez Jiménez Ingeniera Informática Tfno: 983 546646 beamar_at_cidaut.es
Fundación CIDAUT
Centro de Investigación y desarrollo en Automoción Parque Tecnológico de Boecillo, p.209. 47151 Boecillo, Valladolid.


--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Beatriz =?iso-8859-1?Q?Mart=EDnez=20Jim=E9nez?=   INET: beamar_at_cidaut.es

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Simplicio Noronha, Savio
  INET: SSimplicioNoronha_at_skandia.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists

--------------------------------------------------------------------
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 Thu Aug 22 2002 - 07:28:33 CDT

Original text of this message

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