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: Time Stamp of a table????

Re: Time Stamp of a table????

From: Nandan Shah <nshah_at_ctp.com>
Date: 1997/06/27
Message-ID: <33B424DA.1597@ctp.com>#1/1

you could try auditing the table for DML operations and then querying user_audit_trail.

nandan shah

Dr. J. Wang wrote:
>
> Is there a way to determine (via time stamp) if a table has being updated
> (/inserted/deleted). I used to use COMMENT statement following a updating so
> that I can check LAST_DDL_TIME in table USER_OBJECTS. Unforturnately I have to
> find an alternative since DLLs are not supported in a trigger body. In an
> application, I have to inform all clients (when they login) that a new copy
> (update/insert/delete) of table is available. How can I do it??
>
> Thanks
>
> Jizhong
> jizwang_at_cc.umanitoba.ca
>
> -----------------------------------------------------------------------
> Jizhong Wang, Ph.D. jizwang_at_cc.umanitoba.ca
> Systems Analyst, Information Services
> St. Boniface General Hospital Tel. 204-235-3326
> Winnipeg, Canada Fax. 204-237-6229
> ---------------- ------------------------------------------------------
  Received on Fri Jun 27 1997 - 00:00:00 CDT

Original text of this message

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