Serial number in context file contains lower value than that of database copy.

Introduction:- In this article, will discuss how to resolve serial number in context file contains lower value than that of database copy. ERROR: InDbCtxFile.uploadCtx() : Exception : Error executing BEGIN. Reproduce error ‘Serial number in context file contains lower value than that of database copy’. This error will occur when the value for s_contextserial in … Read more

How to create the patch file system in oracle apps R12.2

Introduction: – Here we are discussing ‘how to create the patch file system in R12.2’. Execute perl adcfgclone.pl appsTier to recreate the patch file system in r12.2. Follow the below steps to create the patch file system in R12.2′.  1) Run adpreclone: On the RUN File-System, source RUN File-System: $ source EBSapps.env run RUN Admin server … Read more

How to fix Adop Fails With Error: ssh is not enabled for the following nodes

Introduction:- In this article, we will discuss how to resolve Adop Fails With Error: ssh is not enabled for the following nodes. Use the txkRunSSHSetup.pl command to enable SSH. The error message “ssh is not enabled for the following nodes” typically indicates that there’s an issue with SSH connectivity for certain nodes in the context … Read more

How to find out user id, responsibility id and application id in oracle apps

Here we will learn, how to find out user id responsibility id and application id in oracle apps . $SQL> select user_id from fnd_user where user_name=’SETUPADMIN’; Steps to find out user id responsibility id and application id. To know about User Id use below Query:- To know about Responsibility id use below Query:- To Know about Application … Read more

How to Configuring HugePages on Linux Server.

Introduction:- In this article, we will learn how to configuring hugepages on linux. Create a file called “hugepages_setting.sh” to Configuring HugePages with the mentatory contents. HugePages:- The operating system keeps each 4 KB of memory as a page. When it allocates pages to the database System Global Area (SGA), the operating system kernel must continually … Read more

How to fix EBS Concurrent Manager internal manager does-not start-status shows Actual 1 and Target 0 Processes

In this post we will learn how to  fix “internal manager does-not start-status actual 1 target 0′ issue in EBS. Some time Internal Manager not started properly due to this issue it shows actual 1 and target 0. In this scenario we will learn how to fix this issue.   First of all we need … Read more

How to resolve ORA-609 TNS-12537 and TNS-12547 or TNS-12170.

In alert log file  error ORA-609 TNS-12537 and TNS-12547 or TNS-12170 reported. We are going to resolve this error after change parameter in sqlnet.ora file. TNS-12537: TNS:connection closed ERROR:-     Alert log shows below error.   Fatal NI connect error 12537, connecting to:  (LOCAL=NO) Thu Oct 29 11:14:13 2020 Thu Oct 29 11:14:13 2020 … Read more