Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Time Stamp of a table????
Hi,
Look how does the export. Export all the database with a full export in a parfile, reccord this export to the database, after that all insert,update,delete will flag the table as modify for incrmentatle export.
SERVER UTILITIES. Regards Francos.
Dr. J. Wang <jizwang_at_cc.umanitoba.ca> wrote in article
<5p0el9$evm$1_at_postern.mbnet.mb.ca>...
>
> 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 Mon Jun 30 1997 - 00:00:00 CDT
![]() |
![]() |