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: trigger and LogMiner

Re: trigger and LogMiner

From: Joe Testa <jtesta_at_dmc-it.com>
Date: Wed, 09 Jul 2003 08:40:53 -0700
Message-ID: <F001.005C4144.20030709083424@fatcity.com>


Arup, I kinda shook my head on that one also. So Pete, you got some inside-scoop that i've missed, i admit i've not much touched logminer in 9ir2(did alot of it and presentations back in 8i days), but have been spending my days now doing DR/RMAN implementations.

joe

Arup Nanda wrote:

Hi Pete,

I am a little prerplexed by "selects are not recorded in redo prior to 9i ". AFAIK selects are nevere recorded in the redo, and therefore archived logs - so they are never unearthed by LogMiner, even in 9i Release2. Isn't that true?
Thanks.

Arup

Hi Robin,

LogMiner is a good tool for forensics, after the fact type work i.e to find out when your junior dba dropped that table. It shouldn't be used to do run of the mill daily work. It has a few deficiencies that are hard to work around:

o - log miner user PGA memory so cannot be used in MTS environment
o - it doesn't fully support objects
o - doesn't support chained or migrated rows (fixed in 9i, not sure

   which release.)
o - doesn't support analysis of clustered tables or indexes or IOT's o - selects are not recorded in redo prior to 9i (again not sure which

   release).
creating a trigger and a history table is far far more sensible and robust.
hth

kind regards

Pete
--

Pete Finnigan
email:[EMAIL PROTECTED]
Web site: http://www.petefinnigan.com - Oracle security audit specialists Book:Oracle security step-by-step Guide - see http://store.sans.org for    

details.  

--

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

Author: Pete Finnigan
 INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).    

--

Joseph S Testa
Chief Technology Officer
Data Management Consulting
p: 614-791-9000
f: 614-791-9001

--

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

Author: Joe Testa
 INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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 Wed Jul 09 2003 - 10:40:53 CDT

Original text of this message

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