12.2.4 Patch 17919161 Fails With XDPMIGFX.sql ORA-06502
(Doc ID 1987575.1)
Last updated on AUGUST 16, 2024
Applies to:
Oracle Applications DBA - Version 12.2 to 12.2 [Release 12.2Cloud]Information in this document applies to any platform.
Symptoms
Appling E-Business Suite (EBS) 12.2 patch:17919161, but it failed with following error on XDPMIGFX.sql:
u17919161.log
ATTENTION: All workers either have failed or are waiting:
FAILED: file XDPMIGFX.sql on worker 1.
ATTENTION: Please fix the above failed worker(s) so the manager can continue.
--
ADWORKER log may contain one of the two following errors:
1. Likely mismatch between APPLPTMP value and the value of first directory in UTL_FILE _DIR in database:
sqlplus -s APPS/***** @/u03/app/ebs/DEV/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adsqlwrapper.sql '/u03/app/ebs/DEV/fs1/EBSapps/appl/xdp/12.0.0/patch/115/sql/XDPMIGFX.sql '
Connected.
PL/SQL procedure successfully completed.
DECLARE
*
ERROR at line 1:
ORA-01403: no data found
ORA-06512: at line 72
ORA-06512: at line 15
2. APPLPTMP directory likely does not exist on Applications tier or the directory is not writable.
sqlplus -s APPS/***** @/oracle/apps/ebsr122/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/adsqlwrapper.sql '/oracle/apps/ebsr122/fs1/EBSapps/appl/xdp/12.0.0/patch/115/sql/XDPMIGFX.sql '
Connected.
PL/SQL procedure successfully completed.
DECLARE
*
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
ORA-06512: at line 68
ORA-20100: ORA-20100: Temporary file creation for FND_FILE failed.
Directory &FILE_DIR is invalid, contact your system administrator.
Action: Check that the directory is a valid directory with write permissions on the database server node and is listed under
utl_file_dir para
ORA-06512: at "APPS.FND_FILE", line 319
ORA-06512: at "APPS.FND_FILE", line 364
ORA-06512: at "APPS.FND_FILE", line 421
ORA-06512: at line 21
Changes
Run adop command to apply EBS 12.2.4 patch:17919161.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |