Home » Developer & Programmer » Forms » TABLE UPDATE DATE AND TIME
TABLE UPDATE DATE AND TIME [message #245905] Tue, 19 June 2007 03:51 Go to next message
meeta
Messages: 28
Registered: January 2000
Junior Member
Hi,
Can anyone tell me when we update particular table in a database, where oracle stores the updated date and time for that particular table
Re: TABLE UPDATE DATE AND TIME [message #245906 is a reply to message #245905] Tue, 19 June 2007 04:00 Go to previous message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
It does not.

You have to code that; the usual way is adding a table column (ALTER TABLE ... ADD ...) and creating a database trigger which takes care about inserting a value into it.
Previous Topic: Need materials to start programming ind2k 6i and Can u provide me wid some demo project (merged)
Next Topic: Where do I get navigator.pll
Goto Forum:
  


Current Time: Sat Feb 08 23:38:56 CST 2025