Oracle: How to find the timestamp of the last update (any table) within a schema?
问题 There is an Oracle database schema (very small in data, but still about 10-15 tables). It contains a sort of configuration (routing tables). There is an application that have to poll this schema from time to time. Notifications are not to be used. If no data in the schema were updated, the application should use its current in-memory version. If any table had any update, the application should reload all the tables into memory. What would be the most effective way to check the whole schema