While running adop phase=abort. Got below error
declare
*
ERROR at line 1:
ORA-06598: insufficient INHERIT PRIVILEGES privilege
ORA-06512: at "APPS.AD_ZD_LOG", line 52
ORA-06512: at line 14
*
ERROR at line 1:
ORA-06598: insufficient INHERIT PRIVILEGES privilege
ORA-06512: at "APPS.AD_ZD_LOG", line 52
ORA-06512: at line 14
Solution :
SQL>GRANT INHERIT ANY PRIVILEGES TO APPS;
After this grant, run the abort and got completed
adop phase=abort
After this grant, run the abort and got completed
adop phase=abort
The problem got resolved and started the patch cycle
No comments:
Post a Comment