Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: last time a table was modified
On 4 Aug 2006 10:29:21 -0700, mike7411_at_gmail.com wrote:
>Is there a way to check the last time a table was modified?
>
>Is this a built-in Oracle field for all tables?
>
>Thanks.
No there is not. Oracle only keeps the date the table was last
ALTERed.
You would need to add a column called last_modification_date, and
manipulate that using a before insert or before update for each row
trigger.
-- Sybrand Bakker, Senior Oracle DBAReceived on Fri Aug 04 2006 - 13:39:42 CDT
![]() |
![]() |