Error: During adop prepare phase error occurred on validation Error log: cat txkADOPValidations.error Use of uninitialized value $result in split at /u01/applprod/fs2/EBSapps/appl/au/12.0.0/perl/TXK/ADOPValidationUtils.pm line 1294. No such file or directory at /u01/applprod/fs2/EBSapps/appl/au/12.0.0/perl/TXK/ADOPValidationUtils.pm line 230. Solution: SQL> select distinct(PATH) from FND_OAM_CONTEXT_FILES where NAME not in ('TEMPLATE','METADATA','config.txt') and CTX_TYPE='A' and (status is null or upper(status) in ('S','F')) and EXTRACTVALUE(XMLType(TEXT),'//file_edition_type') = 'patch'; SQL > no rows selected ( here not showing context_file) To fix this issue test the following to upload the missing PATCH context file to the database: 1. Get the value of your patch context file. 1.1. Source your PATCH file system 1.2. Echo the value of $CONTEXT_FILE and take note of it. You will use this value in ste...
DBA, EBS R12.2, 19c upgradation , OCI, Oracle analytic