SQL> update szdb_hqcxzh set jzrq=to_date('2006-12-31','yyyy-mm-dd')
  2  where jzrq=to_date('2005-12-31','yyyy-mm-dd')
  3  ;update szdb_hqcxzh set jzrq=to_date('2006-12-31','yyyy-mm-dd')
where jzrq=to_date('2005-12-31','yyyy-mm-dd')ORA-12096: error in materialized view log on "HOST"."SZDB_HQCXZH"
ORA-00942: table or view does not exist昨天在用ETL导数据的时候就报了一个这样的错误,后来就重新建了一个同样的表,才导进去的,今天在更新的时候又出现问题了,请各位大侠指点一下,多谢!