Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Table last alter
select LAST_DDL_TIME from dba_objects where object_name=<table name>;
should do it. Use USER_OBJECTS instead, if you can not access DBA* views and are the owner of the table.
"Matthieu DEGLIN" <mdeglin<remove-me>@partner.auchan.fr> wrote in message news:<ajb26d$dho$1_at_reader1.imaginet.fr>...
> Hi,
> can anybody tell me how to get the date-time of the last 'alter' of a table.
>
> Thank you.
>
> Matthieu
Received on Tue Aug 13 2002 - 13:38:04 CDT
![]() |
![]() |