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 locate who dropped a view using log miner?

Re: How to locate who dropped a view using log miner?

From: Joe Testa <teci_at_the-testas.net>
Date: Tue, 07 Aug 2001 18:57:52 -0700
Message-ID: <F001.003639C1.20010807190522@fatcity.com>

and you might not find anything.

I'll reiterate, logminer in 8.1.5-.7 is version 1.0, anything of version 1.0 is full of bugs(and logminer has its own share), and does not have full functionality.

here is the short version.

a DDL statement like drop table, does do DML against underlying tables that end in $.

tab$, col$, etc.

In an advanced logminer class i teach, you can SOMETIMES find when a table was dropped based on DML against the data dictionary but NOT always, why??

well chained/migrated rows is only noted as operation = INTERNAL and you get NO redo or undo SQL.

I'm not saying logminer is hard to use, but its a bit more than,

start logminer and look for undo SQL in the v$logmnr_contents view.

joe

--

Joe Testa
Performing Remote DBA Services, need some backup DBA support? For Sale: Oracle-dba.com domain, its not going cheap but feel free to ask :)
--

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

Author: Joe Testa
  INET: teci_at_the-testas.net

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 Tue Aug 07 2001 - 20:57:52 CDT

Original text of this message

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