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: Can't I mine DDL statements from LogMiner?

RE: Can't I mine DDL statements from LogMiner?

From: Khemmanivanh, Somckit <somckit.khemmanivanh_at_weyerhaeuser.com>
Date: Tue, 13 Dec 2005 17:49:59 -0800
Message-ID: <65C0D8935651CB4D96E97CEFAC5A12B901475D0F@wafedixm10.corp.weyer.pri>


Thanks Mark -- I'll try OEM.  

I thought I had read that same statement somewhere as well (thinking you can't always trust the docs)...thus this post...


From: oracle-l-bounce_at_freelists.org on behalf of Mark Bole Sent: Tue 12/13/2005 5:32 PM
To: oracle-l_at_freelists.org
Subject: Re: Can't I mine DDL statements from LogMiner?

oracle-l-bounce_at_freelists.org wrote:
> Somckit,
>
> DDL statements actually translate into DML against internal tables, so
> you will not be able to see them in the redolog, ever. [...]

That is not true. I have mined many types of DDL, such as create user, create table, create index, drop table, and so on.

To the OP: try using "oemapp lmviewer" for a handy GUI version of log miner, if you want to avoid the hassle of the CLI when testing this for yourself. You are probably not following all the steps precisely as required.

Also, from the standard docs:

"Performing post-auditing. The redo log files contain all the information necessary to track any DML and DDL statements run on the database, the order in which they were run, and who executed them."

--
Mark Bole
http://www.bincomputing.com



--
http://www.freelists.org/webpage/oracle-l






--
http://www.freelists.org/webpage/oracle-l
Received on Tue Dec 13 2005 - 19:51:35 CST

Original text of this message

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