ERROR CREATING REPOSITORY [message #634452] |
Tue, 10 March 2015 04:18 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/082b5dc58c07a8b1c7e32ba9e64ad3d2?s=64&d=mm&r=g) |
dba44
Messages: 1 Registered: March 2015 Location: sydney
|
Junior Member |
|
|
Hello,
When i create the OEM repository, the creation fails with the error
INFO: Creating the EM repository (this may take a while) ...
Mar 10, 2015 4:33:58 PM oracle.sysman.emcp.EMReposConfig createRepository
WARNING: ORA-04063: package body "SYSMAN.MGMT_USER" has errors
ORA-06508: PL/SQL: could not find program unit being called: "SYSMAN.MGMT_USER"
ORA-06512: at "SYSMAN.SETEMUSERCONTEXT", line 10
ORA-06512: at line 1
have tied granting these privileges ..
grant execute on utl_smtp to public;
grant execute on utl_tcp to public;
grant execute on utl_file to public;
grant execute on dbms_sql to public;
grant execute on DBMS_OBFUSCATION_TOOLKIT to public;
it didnt work
Any help is appreciated.
|
|
|
|