How to fix Unexpectednodes are listed in the ADOP_VALID_NODES table but not in the FND_NODES table.

Introduction:- In this post we will fix the error ‘[UNEXPECTED]Nodes are listed in the ADOP_VALID_NODES table but not in the FND_NODES table’. This error is thrown because unexpectednodes are listed in adop_vali_nodes table. Execution:- In this section, we will execute the adop phase=prepare in EBS , so that we can apply the patches. Error:- Solution:-  … Read more

How to fix ora 29702 error occurred in Cluster Group Service operation.

Introduction:- In this article, we will fix ORA 29702 error occurred in Cluster Group Service operation. After resolve this error we will able to login in database successfully. While trying to login in oracle database, after that ORA 29702 error occurred coming.   $sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Thu Jun 10 … Read more

How to fix warning could not find all the required OS utilities in the $PATH.

Introduction:- In this article, We will resolve the Warning could not find all the required OS utilities in the $PATH.  Unable to locate all utilities with system path. Unable to locate ‘g++’ utility in path. Here we can see once we will execute the perl adcfgclone.pl appsTier, after that error will thrown as ‘WARNING Could … Read more

How to resolve ERROR Failed to execute FMW pre-requisite check

Introduction: – In this post we will identify the cloning issue and fix failed to execute fmw accordingly. Error failed to execute fmw pre-requisite check. How to resolve ERROR Failed to execute FMW pre-requisite check? Here we will identify the cloning issue and fix accordingly. Whie executing dualfs, we faced ERROR: Failed to execute FMW … Read more

How to fix txkWfClone.sh exited with status 127 ERROR: txkWfClone.sh execution failed, exit code 127

Introduction:- In this article, we will resolve the txkWfClone.sh exited with status 127. After resolve we can successfully complete the perl adcfgclone.pl appsTier dualfs. While doing perl adcfclone.pl appsTier dualfs, rasing error as txkWfClone.sh exited with status 127.   Solution:- For more informative article, you may check , click here. For similar article you may … Read more

How to restrict applications users to be signed in only single login at any time.

Introduction:- In this article, we will lean how to how to EBS Restrict Applications Users To Be Signed In Only Once At Any Time.   As we know that by default any given user can by default open multiple sessions with Oracle Applications. Use the following SQL to confirm if the event already exists and is … Read more

How to fix java.lang.OutOfMemoryError Java heap space issue with bsu.sh

In this post we will resolve the ‘java.lang.OutOfMemoryError Java heap space’ issue while apply the Oracle WebLogic Server Patch Set Update  10.3.6.0.191015. Here we will know how to resolve out of memory error in java. Install bsu patches using sh bsu.sh install and resolve. Java.Lang.OutOfMemoryError java heap space issue Error:- Facing below error as ‘outofmemoryerror’ while executing … Read more

How to fix ORA-12547 TNS lost contact

Introduction:- In this article, we are going to resolve ORA-12547 TNS lost lost contact error. Error:- ORA-12547: TNS:lost contact $ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Thu Mar 25 09:38:40 2021 Copyright (c) 1982, 2013, Oracle.  All rights reserved. ERROR: ORA-12547: TNS:ost contact   Above error can occur for many reason. In my … Read more

How to resolve ORA-39065 unexpected master process exception in DISPATCH

Introduction: – In this article we will resolve error ORA-39065 unexpected master process exception in DISPATCH. While exporting table in oracle using datapump, facing error ora-39065. How to resolve ORA-39065 unexpected master process? Execution: – Export Logs: – After executing the data pump utility expdb to export the table, below errors ORA-39065: unexpected master process … Read more