Error using Logminer, Please help !

I am trying to understand how to use logminer.
I have a database (oracle 9.2.0.4)and have completed the following steps:
1) set the UTL_FILE_DIR parameter.
2) Run the dbmslm.sql and dbmslmd.sql scripts
3) Created a directory and a file under that database
/oracle/vbi/eltest/logmnr/dict_01.ora
where :
Database name : eltest
Directory name: logmnr ( lrwxrwxrwx permissions)
Dict file : dict_01.ora (-rwxrwxrwx permissions)
4) I checked for the V$LOGMNR_CONTENTS, V$LOGMNR_DICTIONARY views just to make sure whether the dbmslm.sql and dbmslmd.sql were executed.
Now I am trying to extract the data dictionary to an external file, but it gives me error.
SQL> EXECUTE LOGMNR_DBMS_D.BUILD('dict_01.ora','/oracle/vbi/eltest/logmnr/', OPTIONS=>DBMS_LOGMNR_D.STORE_IN_FLAT_FILE);
ERROR at line 1:
ORA-01336: specified dictionary file cannot be opened
ORA-29280: invalid directory path
ORA-06512: at "SYS.DBMS_LOGMNR_D", line 928
ORA-06512: at "SYS.DBMS_LOGMNR_D", line 2016
ORA-06512: at line 1
Can anyone please tell me why I am getting this error and what I need to resolve it ?
Thanks in advance.

could you post the utl_file_dir parameter value?
This is clearly indicates that the problem is related to the directory.

Similar Messages

Maybe you are looking for

  • C++ coding (void) how to use it in Xcode .

    hi . im not a developer. i just a student. im trying to compile my coding in c++ via Xcode in my #MAC . but my coding got stucked . this :: >>      void setData(int value); BubbleSort (dataType[], int listSize) the error appear [Expected '.' after to

  • How can I change the default file format in PSE 10?

    I just upgraded from PSE 6 to PSE 10. In the former, the default file format when saving an edited image in the editor was psd. In 10, it is jpg. I prefer to save in psd, which means I have to select psd from the format drop-down menu for each save.

  • Org Structure

    Hi,      Is there any report that i can use to download Org structure into a flat file?. I need Org unit and positions within that org unit. Thanks.

  • With Captivate 7 Subscription

    With Captivate 7 Subscription will the publish output have an expire date like the trial version?

  • What happened to ClassDBSequenceFactory?

    My company has a few older products which are implemented using Kodo 3.x, and we use ClassDBSequenceFactory to generate sequence values. I am developing a new application using Weblogic 10 and Kodo 4.1, and I need similar sequence generation function