Hi,

I've recently started, stopped and started again logminer without any problems, but today this happens:

Code:
SQL> execute dbms_logmnr.START_LOGMNR(dictfilename => dbms_logmnr.dict_from_online_catalog);
BEGIN dbms_logmnr.START_LOGMNR(dictfilename => dbms_logmnr.dict_from_online_catalog); END;

*
ERROR at line 1:
ORA-01284: file 16 cannot be opened
ORA-06512: at "SYS.DBMS_LOGMNR", line 58
ORA-06512: at line 1
Only relevant content of the alert_xxx.log:
Code:
Ma Sep 17 12:26:17 2007
logminer Bld: Build started
Ma Sep 17 12:26:17 2007
logminer Bld: Catalog lockdown FAILED, status -258
I've checked the docs, and it seems the logminer package cannot open the dictionary.

How can I fix this?

Config: Oracle 10g on Windows. Test installation on Windows XP.

Any help appreciated.

Regards,
Rolf Barbakken