How to resolve Terminating the instance due to error 16038

Introduction: – In this article, we will resolve the error ‘Terminating the instance due to error 16038’. Encountered the error while trying to open the database. How to fix Terminating the instance due to error 16038. I have encountered the error while trying to open the database. To successfully startup the database we need to clear … Read more

How to export and import in oracle Database.! Data pump(expdp,impdp)

Introduction:- In this article, we will learn how to export and import database objects using datapump in oracle. Steps to execute Datapump (expdb,impdp). Data Pump utility to export/import database objects. Oracle Data Pump is a newer, faster and more flexible alternative to the  traditional “exp” and “imp” utilities used in previous Oracle versions. In addition to … Read more

Unable to read the value of s_file_edition_type from the context file

Introduction:- In this article, We will resolve the issue ‘Unable to read the value of s_file_edition_type from the context file’. After executing checkMTpatch.sh on appsTier we will face this error.  Execution:- If you are planning to upgrade R12.1.X to R12.2.X. After executing checkMTpatch.sh on appsTier getting below error.  Solution:-  If you are running the utility … Read more

How to Start Node Manager in R12.2

Introduction:- In order to start Node Manager in r12.2. We must be use adnodemgrctl.sh script. adnodemgrctl.sh: exiting with status 0 Steps to start Node Manager:-   Before start the node mnager we will ensure no any previous sessoin on server. Use ps -ef|grep <OS_User> Source run environment:-   $. /xxx/fs1/EBSapps/appl/APPSPHASE1_xxxtest.env  cd $ADMIN_SCRIPTS_HOME   $sh adnodemgrctl.sh start … Read more

How to fix ORA-20099 E-Business Suite Patch Edition does not exist.

Introduction: – In this article, we will learn how to fix error ORA-20099 E-Business Suite Patch Edition does not exist. Due to this error failed DB connection, it was unable to read Topology model for correct TNS config. How to fix ORA-20099 E-Business Suite Patch Edition does not exist. To resolve ora-20099, we need follow … Read more

How to fix START Precloning the OHS Config txkSetOHSConfig.pl ERROR: Script failed, exit code 1

Introduction:- In this article, we will discuss very critical error ohs config txksetohsconfig-pl error. $perl adpreclone.pl appsTier $adop phase=fs_clone Copyright (c) 2011, 2014 Oracle Corporation                         Redwood Shores, California, USA                         Oracle E-Business … Read more

How to fix adpreclone pl fails on Applications Tier.

Introduction: –In this article, we will learn how to resolve ‘adpreclone pl fails on‘ application node. Follow the steps below give steps to resolve. adpreclone pl fails On Patch File System with following error:-  In the Weblogic Console, Edit session is enabled in domain.  Hence, adpreclone.pl is unable to complete successfully. Workaround:-  Execute the following … Read more

How to resolve socket000445connection rejected filter blocked Socket.

Introduction:-In this post, we will discuss how to resolve socket000445connection rejected filter blocked while trying to access weblogic console in EBS R12. Error Encounterred:- While accessing the weblogc console http://xxxx.xxx-xxx.com:7026/console, we faced theissue as ‘The Server is not able to service this request: [Socket:000445]Connection rejected, filter blocked Socket, weblogic.security.net.FilterException: [Security:090220]rule 3’. Root cause of the … Read more