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 identify what sql statements are generating archived l

RE: how to identify what sql statements are generating archived l

From: Fink, Dan <Dan.Fink_at_mdx.com>
Date: Fri, 14 Jun 2002 11:43:25 -0800
Message-ID: <F001.0047E7F3.20020614114325@fatcity.com>


Use v$sess_io.block_changes to find out who is generating changes, since each block change generates redo. Join back to v$session and v$sqlarea if need be and you have your culprits.

Daniel W. Fink
Sr. Oracle DBA
MICROMEDEX
303.486.6456

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

Sent: Friday, June 14, 2002 1:24 PM
To: Multiple recipients of list ORACLE-L logs

Dear Listers:

Any way (other than LogMiner) to easily identify what sql statements running

now are generaing
archived logs ? I have suddenly a lots of archived logs generated and almost

fillup my file system.

TIA
--David Jones



Chat with friends online, try MSN Messenger: http://messenger.msn.com

--

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

Author: David Jones
  INET: djones1688_at_hotmail.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).
--

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

Author: Fink, Dan
  INET: Dan.Fink_at_mdx.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 Fri Jun 14 2002 - 14:43:25 CDT

Original text of this message

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