We are facing the following error when we start our application:



ERROR at line 1:

ORA-06564: object SYS.DBMS_REGISTRY does not exist

ORA-06512: at "SYS.DBMS_UTILITY", line 114

ORA-06512: at "SYS.DBMS_SHARED_POOL", line 45

ORA-06512: at "SYS.DBMS_SHARED_POOL", line 53

ORA-06512: at line 13



I have analysed and found that this issue is due to permission not granted to the user on the object DBMS_REGISTRY.

But when I grant permission to the user on this object (DBMS_REGISTRY), we are getting the same error on another object.



ERROR at line 1:

ORA-06564: object SYS.DBMS_REGISTRY_SERVER does not exist

ORA-06512: at "SYS.DBMS_UTILITY", line 114

ORA-06512: at "SYS.DBMS_SHARED_POOL", line 45

ORA-06512: at "SYS.DBMS_SHARED_POOL", line 53

ORA-06512: at line 13

Please revert back......
Thanks in advance