On Jul 14, 9:09*pm, NorthWalesYorkie <a... (AT) fastasleep (DOT) me.uk> wrote:
Quote:
We're migrating an old database from Ingres II 2.0 which contains many
tables we believe are obsolete. Is it possible to ascertain when a
table was last updated? iitables can give me creation date but I can't
see anywhere that "last updated" date is held.
We'd be grateful for any help, even if it's to confirm that we can't
access the information. |
Hey
You can check if the underlying file in the data location for each
table has been changed recently.
iifile_info is the system catalog that shows the file name for each
table (e.g aahjktce).
I would list the directory contents for the data location (filename
and date) and then load into a temp table and join back to
iifile_info...
Hope this helps.
Cheers
Glenn