If you run the following query it should return no rows:
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’;
Validating configuration on node: [node303].
Log: /u01/oracle/DEVTEST/fs_ne/EBSapps/log/adop/3/fs_clone_20151217_083945/DEVTEST_node303
[UNEXPECTED]Error occurred running “perl /u01/oracle/DEVTEST/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPValidations.pl -contextfile=/u01/oracle/DEVTEST/fs1/inst/apps/DEVTEST_node303/appl/admin/DEVTEST_node303.xml -patchctxfile=/u01/oracle/DEVTEST/fs2/inst/apps/DEVTEST_node303/appl/admin/DEVTEST_node303.xml -phase=fs_clone -logloc=/u01/oracle/DEVTEST/fs_ne/EBSapps/log/adop/3/fs_clone_20151217_083945/DEVTEST_node303 -promptmsg=hide”
[UNEXPECTED]Error 1 occurred while Executing txkADOPValidation script on node303
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 step #3.
2. Source the RUN filesystem
3. Execute the following command on the run filesystem to upload the patch context file to the database.
action=upload \
contextfile=<Enter Your Full Patch Context XML File Location> \
logfile=/tmp/patchctxupload.log
For Example:
action=upload \
contextfile=/data1/oracle/EBSDEV/fs2/inst/apps/EBSDEV_ebsapp01/appl/admin/EBSDEV_ebsapp01.xml \
logfile=/tmp/patchctxupload.log
Note: the context file parameter should point to the physical location of the patch context file in your system
4. Run the following query and it should return one entry for the recently uploaded context file.
Ref:
Error “Use of uninitialized value $result in split” In File txkADOPValidations.error When Running fs_clone (Doc ID 2090393.1)
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/I-cannot-execute-the-adopt-prepare-after-cloning-the-environment-td1922.html