Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

ORA-01371: Complete LogMiner dictionary not found

711049Aug 20 2009 — edited Jul 26 2010
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.

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 23 2010
Added on Aug 20 2009
1 comment
5,905 views