Hi group members,
I'm testing Oracle LogMiner utility, but I can't start the logminer with the "dict_from_redo_logs" option. The error message shown below.
SQL> execute dbms_logmnr.start_logmnr(options => -
dbms_logmnr.dict_from_redo_logs + -
dbms_logmnr.ddl_dict_tracking);
BEGIN dbms_logmnr.start_logmnr(options => dbms_logmnr.dict_from_redo_logs + dbms_logmnr.ddl_dict_tracking); END;
*
ERROR at line 1:
ORA-01371: Complete LogMiner dictionary not found
ORA-06512: at "SYS.DBMS_LOGMNR", line 58
ORA-06512: at line 1
SQL>
Please help me to learn the cause problem. In the google search I only found this cause: "One or more log files containing the LogMiner dictionary was not found". But I figure out anything from this cause.