Yearly Archives: 2021

What is Edition Based Redefinition (EBR) in Oracle?

Edition Based Redefinition (EBR) is a new feature introduced from Oracle Software Version 11g R2.Edition-based redefinition allows multiple versions of PL/SQL objects, views and synonyms in a single schema.This feature…

Read More

Finding the Weblogic URL and Port from R12.2 Context File

We can find the weblogic URL and port from the CONTEXT_FILE by using the below variable. Steps: 1. Go to Application Tier 2. Set the RUN file system environment. 3.…

Read More

ORACLE OS WATCHER

ORACLE OS WATCHER   What is oracle OS watcher? Oracle OS watcher is collects and stores as archives operating system and network metrics that you can use to diagnose performance…

Read More

ADOP: Fs_clone fails with error Failed to delete the directory

Issue : ADOP: Fs_clone fails with error Failed to delete the directory   Observation : Fs_clone fails with the following error: ERROR ———————– *******FATAL ERROR******* PROGRAM : (/u01/ebs122/tech/apps/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl) FUNCTION: main::removeDirectory…

Read More

adop fs_Clone Failed “ERRORMSG: File instantiation failed”

Issue : adop fs_Clone Failed “ERRORMSG: File instantiation failed” Observation : Fs_clone fails with the following error: Completed FSCloneStage… shell-init: error retrieving current directory: getcwd: cannot access parent directories: No…

Read More

adop phase=FS_CLONE Failed On Slave Node

Issue : adop phase=FS_CLONE Failed On Slave Node Observation : ERROR ———————– FS_CLONE failed on slave node Reason : File ownership wrong/changed on [ EBSapps.env ]. preventing it from being…

Read More

To see the active servers count in weblogic

Steps: login to the weblogic console Go to Domain Structure Under Domain Structure Click on deployments Click on  monitoring tab Now you can able to see number of active server…

Read More

Create Oracle Chart of Accounts Setup

Create Oracle Chart of Accounts Setup We will share the detail steps to implement the chart of accounts in oracle. We will share the complete configuration details for oracle chart of accounts. We do create the chart of…

Read More

Oracle Withholding tax procedure

Withholding tax:   Withholding tax is an amount of which deduction takes place directly from the earning of an employee by the employer. It is paid to the government as…

Read More

AR Accounted Receipt outbound from Cloud

Introduction: This script will used to extract the AR accounted receipts details. select ‘HEADERS’ “FILE_IDENTIFIER” ,DECODE(ou.name,’IM US BU’,’IM US OU’,’IM CA BU’,’IM Canada OU’,ou.name) “BU_NAME”, cr.RECEIPT_NUMBER “Receipt Numder”, cr.type,crh_current.status “Current…

Read More