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

Home -> Community -> Usenet -> c.d.o.misc -> Re: automated history with Oracle?

Re: automated history with Oracle?

From: Brian Peasland <oracle_dba_at_nospam.peasland.net>
Date: Thu, 4 May 2006 17:21:15 GMT
Message-ID: <Iyr47q.HwG@igsrsparc2.er.usgs.gov>


You have a few options available to you...

  1. You can use LogMiner to go through the archived redo logs to see which transactions occurred on your tables of interest. I would recommend this tool if you need to do this once or twice, but not on a regular basis. However, if you have not set up any of the options below, this may be your only way to retrieve the information until one of the other options is implemented.
  2. Use auditing. See the following doc for more details:

http://download-east.oracle.com/docs/cd/B19306_01/network.102/b14266/toc.htm

3) If auditing does not meet your needs, then create a trigger to capture information you need when DML is performed. Store the information in a table to be queried later. In this sense, you are implementing your own auditing, but you can do more here.

HTH,
Brian

-- 
===================================================================

Brian Peasland
oracle_dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown
Received on Thu May 04 2006 - 12:21:15 CDT

Original text of this message

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