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?

Re: How to?

From: Ramon E. Estevez <com.banilejas_at_codetel.net.do>
Date: Thu, 11 Jul 2002 13:14:52 -0800
Message-ID: <F001.00495AE2.20020711131452@fatcity.com>


Nguyen,

  1. Be sure to have set the parameter UTL_FILE_DIR='d:\directorio'
  2. Create the dictonary file Execute the package DBMS_LOGMNR_D.BUILD('dictionary', 'd:\directorio');
  3. Reset the list and create a new one Execute the package DBMS_LOGMNR.ADD_LOGFILE('redo01.log', dbms_logmnr.new);
  4. Add more redos to analyze Execute the package DBMS_LOGMNR.ADD_LOGFILE('redo01.log', dbms_logmnr.addfile);
  5. Perform the analysis Execute DBMS_LOGMNR.START_LOGMNR(dictionary=>'d:\directorio\dictionary');
  6. Do a select from the V$LOGMNR_CONTENTS

HTH Ramon

> Using LogMiner to read redo log, how do I tell a transaction is modified
by
> which user and where user logins from like what columns in LogMiner should
> tell me this kind of information?
>
> Thanks,
> David
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Nguyen, David M
> INET: david.m.nguyen_at_xo.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: Ramon E. Estevez
  INET: com.banilejas_at_codetel.net.do

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 Jul 11 2002 - 16:14:52 CDT

Original text of this message

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