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: Redos gone crazy--trying to use logminer

RE: Redos gone crazy--trying to use logminer

From: Barbara Baker <barbarabbaker_at_yahoo.com>
Date: Thu, 09 Oct 2003 16:14:25 -0800
Message-ID: <F001.005D297D.20031009161425@fatcity.com>

Indeed log miner seems to be my only option for figuring this one out.

Log miner is weird!! I had not used it before. interesting...

I found this query on metalink, and here are the results. Is this particularly bizarre? This is for 5 redo logs, each of which filled up within 15 minutes.

Shouldn't I have something populated for seg_name? Is it particularly screwed up that this field is empty??

Also the count for internal seems high.

SQL> select seg_name, count(*) from v$logmnr_contents group by seg_name;

SEG_NAME                           COUNT(*)
-------------------------------- ----------
                                    1128417

SQL>
SQL> SQL> spool logminer_qry2.lis
SQL> set echo on
SQL> -- breakdown of transactions by table, and type
SQL>
SQL> select seg_name, operation, count(*)   2 from v$logmnr_contents group by seg_name, operation;
SEG_NAME                         OPERATION            
             COUNT(*)
--------------------------------
-------------------------------- ----------
                                 COMMIT               
                  547
                                 DELETE               
                    1
                                 INSERT               
                 2204
                                 INTERNAL             
               563760
                                 START                
                  548
                                 UPDATE               
               561357

6 rows selected.
                        


Do you Yahoo!?
The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Barbara Baker
  INET: barbarabbaker_at_yahoo.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 Thu Oct 09 2003 - 19:14:25 CDT

Original text of this message

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