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

How to fix in Best way Errors while applying 12 2 5 RUP Patch

Errors while applying 12 2 5 RUP Patch| Recently EBS system got hanged while applying 12.2.5 RUP Patch (19676458) and adop exits with the errors.   Errors while applying 12 2 5 RUP Patch   $adop phase=apply apply_mode=downtime patches=19676458 abandon=no restart=yes   Enter the APPS password:   Enter the SYSTEM password:   Enter the WLSADMIN … Read more