HI

SQL> CONNECT SYSTEM/MANAGER;
Connected.
SQL> DESC DBMS_LOGMNR_D
ERROR:
ORA-04043: object DBMS_LOGMNR_D does not exist

The oracle doc said we have to install the package dbms_logmnr_d from SYS and grant execute permissions to SYSTEM and create the dictionary file from system. Thats what i did so far.

Can you give me any idea how to proceed from here please.

Thanks Much
Ravi