11.5.10.2 : Patch # 17191279 is failing for ADJRIINITPASSWD.sql
Hi,
Patch # 17191279 is failing for ADJRIINITPASSWD.sql
plus80 -s APPS/***** @$APPL_ROP\ad\11.5.0\patch\115\sql\ADJRIINITPASSWD.sql
Error:
Program exited with status 3
Cause: The program terminated, returning status code 3.
Action: Check your installation manual for the meaning of this code on this operating system.begin
*
ERROR at line 1:
ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_SESSION", line 90
ORA-06512: at "APPS.AD_JAR", line 44
ORA-06512: at line 2
The package AD_JAR is existing
SQL> select object_name,object_type,owner from dba_objects where object_name='AD_JAR';
OBJECT_NAME OBJECT_TYPE OWNER
------------------- ------------------------------
AD_JAR PACKAGE APPS
AD_JAR PACKAGE BODY APPS
Patch # 17191279 is failing for ADJRIINITPASSWD.sql
plus80 -s APPS/***** @$APPL_ROP\ad\11.5.0\patch\115\sql\ADJRIINITPASSWD.sql
Error:
Program exited with status 3
Cause: The program terminated, returning status code 3.
Action: Check your installation manual for the meaning of this code on this operating system.begin
*
ERROR at line 1:
ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_SESSION", line 90
ORA-06512: at "APPS.AD_JAR", line 44
ORA-06512: at line 2
The package AD_JAR is existing
SQL> select object_name,object_type,owner from dba_objects where object_name='AD_JAR';
OBJECT_NAME OBJECT_TYPE OWNER
------------------- ------------------------------
AD_JAR PACKAGE APPS
AD_JAR PACKAGE BODY APPS
Tagged:
0