Home » Developer & Programmer » Forms » LAST DML DATE ON A TABLE
LAST DML DATE ON A TABLE [message #79738] Sat, 06 July 2002 04:02 Go to next message
Meghna
Messages: 6
Registered: November 2001
Junior Member
We can find object's last created/ altered date of any object from ALL_OBJECTS table.

Simalarly, from where we can get information(last date)
when a particular table was used i.e. used in create, insert, delete or select command.

needed urgently.
Re: LAST DML DATE ON A TABLE [message #79744 is a reply to message #79738] Mon, 08 July 2002 00:41 Go to previous message
I.Nirmala
Messages: 4
Registered: July 2002
Junior Member
U cannot find the same info, instead try adding two columns say Created_by Varchar2(20),
Last_Modified_Date Date

along with the other columns in your table, and allow your application to fill these columns as and when any DML is issued.
Thanks
-Nirmala
Previous Topic: Post Text Item
Next Topic: Re: FRM-40501 unable to reserve record for update or delete
Goto Forum:
  


Current Time: Fri May 03 02:00:33 CDT 2024