摘要: select *from dict where table_name like '%COMMENT%';select * from user_tab_columns where Table_Name='用户表'; select * from all_tab_columns where Table_N 阅读全文
posted @ 2022-01-06 13:48 harrison辉 阅读(251) 评论(0) 推荐(0)
摘要: 1、使用ORA_ROWSCN伪列获取表最后的DML时间 默认情况下,每行记录的ORA_ROWSCN是基于数据块(block)的,这样对于某一行最后的DML时间是不准确的,除非在建表的时候执行开启行级跟踪(create table … rowdependencies),这样才会是在行级记录级别的SCN 阅读全文
posted @ 2022-01-06 10:53 harrison辉 阅读(245) 评论(0) 推荐(0)