Problem: adop failed oraprod@erp]$ adop phase=fs_clone Enter the APPS password: Enter the SYSTEM password: Enter the WLSADMIN password: Validating credentials. Initializing. Run Edition context : /u01/oracle/PROD/fs1/inst/apps/TEST_erp/appl/admin/TEST_erp.xml Patch edition context: /u01/oracle/PROD/fs2/inst/apps/TEST_erp/appl/admin/TEST_erp.xml Patch file system free space: 43.58 GB Validating system setup. Node registry is valid. [WARNING] SYS.DUAL table has incorrect privileges Shut down the application tier services and then run the following commands in the order shown sqlplus apps/ @ $AD_TOP/patch/115/sql/ADFIXUSER.sql sqlplus apps/ @ $AD_TOP/sql/adutlrcmp.sql [ERROR] ETCC not run in the database node linux1 The EBS Technology Codelevel Checker needs to be run on the database node. It is available as Patch 17537119. Encountered the above errors when performing database validations. Resolve the above errors and restart adop. [STATEMENT] Please run adopscanlog utility, using the command "adopscanlog -latest=yes" to get the list of the log files along with snippet of the error message corresponding to each log file. adop exiting with status = 1 (Fail) --------------------------------- **************************** --------------------------- Solution: SQL> select NODE_NAME from applsys.txk_tcc_results where NODE_NAME='linux1.appsdba.info'; NODE_NAME -------------------------------------------------------------------------------- linux1.appsdba.info SQL> UPDATE applsys.txk_tcc_results SET node_name ='linux1' where NODE_NAME='linux1.appsdba.info'; 1 row updated. SQL> commit; Commit complete.