发新话题
打印

dbms_logmnr的使用,error ORA-01347?

dbms_logmnr的使用,error ORA-01347?

提示: 作者被禁止或删除 内容自动屏蔽

TOP

回复: dbms_logmnr的使用,error ORA-01347?

in order to use DDL_DICT_TRACKING you need to turn on supplemental logging at the database level. "alter database add supplemental log data" is ok;

TOP

回复: dbms_logmnr的使用,error ORA-01347?

Yes. the minimal supplemental logging must be enabled to support this new feature.  For other features, such as logging chain rows, cluter table, it should be enabled, also.

TOP

回复: dbms_logmnr的使用,error ORA-01347?

提示: 作者被禁止或删除 内容自动屏蔽

TOP

是哦。我也不行2。

TOP

发新话题