logminer
11g.DBAAug 20 2012 — edited Aug 20 2012I am trying to setup logminer.While setting parameters i successfully created and granted read write on logmnr_output(NO DIRECTORY IS VISIBLW BUT COMMAND SHOWS DIRECTORY SUCCESSFULLY CREATED).But while building the logminer dictionary by executing the following command
EXECUTE sys.DBMS_LOGMNR_D.BUILD( -
DICTIONARY_FILENAME =>'LogMiner_Dictionary.ora', -
DICTIONARY_LOCATION => 'C:\oracle\admin\orcl\lgmnr');
I am getting the following errors
ERROR at line 1:
ORA-01336: specified dictionary file cannot be opened
ORA-29280: invalid directory path
ORA-06512: at "SYS.DBMS_LOGMNR_INTERNAL", line 6003
ORA-06512: at "SYS.DBMS_LOGMNR_INTERNAL", line 6093
ORA-06512: at "SYS.DBMS_LOGMNR_D", line 12
ORA-06512: at line 1