How to find out when an Oracle table was updated the last time in Oracle 8i?
Date: Tue, 23 Apr 2013 21:54:55 +0000
Message-ID: <DD179917255B1146B9367DC5E7C0DDB0014491F4_at_MSPM1BMSGM36.ent.core.medtronic.com>
Hello All,
Could you please tell me how to find out when an Oracle table was updated the last time in Oracle 8i. In Oracle 10g you could use the following query SQL> SELECT SCN_TO_TIMESTAMP(MAX(ora_rowscn)) from <table_name>; but this doesn't work in Oracle 8i.
Any help will be appreciated.
Thanks,
Ashoke
[CONFIDENTIALITY AND PRIVACY NOTICE] Information transmitted by this email is proprietary to Medtronic and is intended for use only by the individual or entity to which it is addressed, and may contain information that is private, privileged, confidential or exempt from disclosure under applicable law. If you are not the intended recipient or it appears that this mail has been forwarded to you without proper authority, you are notified that any use or dissemination of this information in any manner is strictly prohibited. In such cases, please delete this mail from your records.
To view this notice in other languages you can either select the following link or manually copy and paste the link into the address bar of a web browser: http://emaildisclaimer.medtronic.com
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Apr 23 2013 - 23:54:55 CEST