Patch 17191279:- FAILED: file ADJRIINITPASSWD.sql
Hi All
During the installation of this patch a worker fails on the ADJRIINITPASSWD.sql.
After digging around I have found that the ad_jar package body is in valid and will not compile. Also that the ADJRIINITPASSWD.sql is trying to perform ad_jar.put_jripasswords('puneet', 'myxuan'); which is failing.
Here is a desc of ad_jar.
SQL> desc ad_jar
PROCEDURE DEL_JRIPASSWORDS
PROCEDURE GET_JRIPASSWORDS
Argument Name Type In/Out Default?
------------------------------ ----------------------- ------ --------
STOREPASS VARCHAR2 OUT
KEYPASS VARCHAR2 OUT
PROCEDURE PUT_JRIPASSWORDS
Argument Name Type In/Out Default?
------------------------------ ----------------------- ------ --------
STOREPASS VARCHAR2 IN DEFAULT
During the installation of this patch a worker fails on the ADJRIINITPASSWD.sql.
After digging around I have found that the ad_jar package body is in valid and will not compile. Also that the ADJRIINITPASSWD.sql is trying to perform ad_jar.put_jripasswords('puneet', 'myxuan'); which is failing.
Here is a desc of ad_jar.
SQL> desc ad_jar
PROCEDURE DEL_JRIPASSWORDS
PROCEDURE GET_JRIPASSWORDS
Argument Name Type In/Out Default?
------------------------------ ----------------------- ------ --------
STOREPASS VARCHAR2 OUT
KEYPASS VARCHAR2 OUT
PROCEDURE PUT_JRIPASSWORDS
Argument Name Type In/Out Default?
------------------------------ ----------------------- ------ --------
STOREPASS VARCHAR2 IN DEFAULT
Tagged:
0