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

How to Fix ora 1116 ora 1110 and ORA-27092 Errors in oracle database

Introduction: – In this article, we will discuss how to fix ‘ ORA 1116 ORA 1110 and ORA-27092 Errors in oracle database’. Enter Password: REP-1401: ‘cf_policyformula’: Fatal PL/SQL error occurred. ORA-01116: error in opening database file 95. In alert log file below error are reported. ERROR:-  Check the current status of ulimit. #ulimit -Sa core file size  … Read more

How to transfer file between local and remote host using scp

In this article, we will learn how to transfer file using SCP . SCP stand for secure copy protocol. Its network protocol based on ssh (secure shell) that allow to transfer file/directory from remote  local,local to remote host and remote to remote host.    Additionally, you can use scp command in batch file or shell … Read more

How to Create Oracle Wallet to Secure External Password Store

Introduction:- In this article, we will cover how to create oracle wallet to secure external password store. A wallet is a necessary repository in which you can securely store user certificates and the trust points needed to validate the certificates of peers. Oracle secure external password store:- The following steps provide an overview of the complete … Read more

How to compile forms in oracle apps r12

To compile forms(.fmb) and libraries in R12, we will use frmcmp_batch (form compiler). In earlier EBS version(11i) we were using f60gen to do so. Step 1> Login on application. Step 2> Go to related directory $AU_TOP/forms/US Step 3> Place “.fmb” file under directory. Step 4> Execute the below command to generate “.fmx”. Format:- frmcmp_batch userid=apps/<password> … Read more