Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以访问 Oracle 数据库中的公共同义词,但我看不到表何时更新,或者它是否确实正在更新 - 所以对此的任何帮助将不胜感激。
谢谢
尝试这个:
select scn_to_timestamp(max(ora_rowscn)) from <your schema.tablename>
请注意,这仅适用于插入或更新,而不适用于删除。
这里有一些关于ora_rowscn和scn_to_timestamp的参考资料