
Originally Posted by
Srikanth.ka
ORA-04067: not executed, package body "SYSTEM.DBMS_LOGMNR" does not exist
SYSTEM? Shouldn't DBMS_LOGMNR be owned by SYS?
Please check...
Code:
select owner, object_name, object_type
from dba_objects
where object_name = 'DBMS_LOGMNR';