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

Home -> Community -> Mailing Lists -> Oracle-L -> log miner views contain object IDs and HEX values

log miner views contain object IDs and HEX values

From: Steve McClure <smcclure_at_usscript.com>
Date: Fri, 19 Sep 2003 12:24:44 -0800
Message-ID: <F001.005D0860.20030919122444@fatcity.com>


OK my first usage of log miner seemed to go exactly by the book until I went to look at the data in v$logmnr_contents. The sql_redo column was filled with strings like the following.
update "UNKNOWN"."Objn:3167" set "Col[43]" = HEXTORAW('7867090f010101') ...

I created the dictionary file, and didn't get any errors when I referenced it in the start_logmnr procedure. I understand that the dictionary file is required to get my actual object names and column names and such. I am also pretty sure it was created correctly, so it shouldn't be the root of my problem.

As I am typing this, thinking it over, I realize that I was logged in as my own user connected as sysdba. Maybe I should redo this connected as ths sys user. I created the dictionary file as the sys user. I am gonna have to try that after lunch. While I do though, and since I have already typed this much, I am gonna toss this up to my fellow listers. The only documentation I have been using is the 8i Administrators Guide, and one of its examples references a column that isn't in the v$logmnr_contents view. Perhaps I need a different reference.

Thanks,
Steve

--

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

Author: Steve McClure
  INET: smcclure_at_usscript.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 Sep 19 2003 - 15:24:44 CDT

Original text of this message

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