A materialized view log is a schema object that records changes to a master table’s
data so that a materialized view defined on the master table can be refreshed
incrementally.
Each materialized view log is associated with a single master table. The materialized
view log resides in the same database and schema as its master table.
物化视图日志
1. 记录主表数据变化的方案对象 , 使得定义在主表上的物化视图能够增量刷新
2. 每个物化视图日志与一个主表相关 , 与主表位于同一数据库同一方案
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-981947/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10599713/viewspace-981947/