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

Home -> Community -> Usenet -> c.d.o.server -> Re: Find the time stamp of the updates made to the database

Re: Find the time stamp of the updates made to the database

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Thu, 15 Dec 2005 21:36:04 GMT
Message-Id: <pan.2005.12.15.21.36.04.773123@sbcglobal.net>


On Thu, 15 Dec 2005 08:50:58 -0800, masood.lanker wrote:

> Dear Group,
> I am using oracle 8.1.17, on Solaris 8
> There has been some update in database tables. The table does not keep
> a record of the timestamp, can we check somewhere in O.S. or oracle
> logs or database when the update was made and the exact SQL query that
> had been run

Log miner can help you there. In the future, you should enable auditing. As a minimum, every transaction table you have should contain the following information:

1) Time stamp
2) User who did it.
3) Action done (delete/update/insert).

-- 
http://www.mgogala.com
Received on Thu Dec 15 2005 - 15:36:04 CST

Original text of this message

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