oracle (至少是11g,但如果也是10g就更好了)是否对DML执行了一些统计?
我希望得到的是:for table A in schema B it was performed I inserts, J updates, K deletes from date1 to date2
发布于 2011-04-21 13:10:52
您可以使用monitoring功能和dba_tab_modifications表来获取该信息。例如,请参阅here或here。
https://stackoverflow.com/questions/5739707
复制相似问题