People and Culture Blog

Timeout Error Encountered for pasteBinary.sh While Running “adop phase=fs_clone”

When adop phase=fs_clone throws below error : Enabling EBS_LOGON trigger Error while executing [filesystem]/fs2/inst/apps/[context_name]/appltmp/alter_ebs_logon_trigger.sql Failed to enable EBS_LOGON trigger *******FATAL ERROR******* PROGRAM : ([filesystem]/fs1/EBSapps/appl/ad/12.0.0/patch/115/bin/txkADOPPreparePhaseSynchronize.pl) TIME : Mon Nov 11 15:47:51…

Read More

Could not perform the Post Patch instructions of an ETCC recommended patch 26825525.. don’t worry !!

SPECIAL INSTRUCTION for formsapp.ear as part of 10.1.2 forms component in R12 : To complete the application of Patch, please follow these instructions for Application Server middle tier (including Forms/Reports…

Read More

Cloning With Adcfgclone.pl Fails While Creating New WLS Domain On Target

When attempting to run adcfgclone.pl, the following error occurs : ApplyAppsTier<<date>>.log shows: START: Creating new WLS domain. Running /U01/app/applmgr/UAT/fs2/FMW_Home/oracle_common/bin/pasteConfig.sh…… Script Executed in 30555 milliseconds, returning status 255 ERROR: Script failed,…

Read More

adop prepare phase failed while running Autoconfig due to ADOP_VALID_NODES

ADOP Prepare phase failed with below error while running autoconfig on Patch Edition. Error: ERROR at line 1: ORA-20001: Synonym does not point to an editioning view: ADOP_VALID_NODES ORA-06512: at…

Read More

[ERROR] ETCC not run in the database node

12.2 adop cleanup fails with the following error : ERROR : ———————– Validating system setup. Node registry is valid. [ERROR] ETCC not run in the database node The EBS Technology…

Read More

EBS R12 login console blank Page – no Error messages

When we get a blank page after we enter the credentials and it doesn’t show any error or message on the page Please check the OAcore’s application.log and if the…

Read More

SQL QUERY TO FIND THE CUSTOM FORMS , FORM PERSONALIZATION AND CUSTOMIZED CONCURRENT PROGRAMS

custom forms: select COUNT(*) from apps.fnd_form_vl where form_name like ‘XX%’ custom form personalization: SELECT ffcr.form_name, ffft.user_function_name “User Form Name”, ffcr.SEQUENCE, ffcr.description, ffcr.rule_type, ffcr.enabled, ffcr.trigger_event, ffcr.trigger_object, ffcr.condition, ffcr.fire_in_enter_query, (SELECT user_name FROM…

Read More

ORDS (Oracle Rest Data Service) Installation for Standalone Database

MAKE DIRECTORY: mkdir /u01/ords cd /u01/ords unzip ords.3.0.9.348.07.16.zip sqlplus / as sysdba select value from v$parameter where name like ‘%service_name%’; cp ords.war ords.war_bkp mv ords.war apex.war BACKUP THE PARAMETER FILE:…

Read More

Find the list of Patches from a Merged Patch

SQL> SELECT applied_patch_id, patch_name, patch_type,LAST_UPDATE_DATE from applsys.ad_applied_patches where PATCH_NAME=’1809065289′; APPLIED_PATCH_ID  PATCH_NAME   PATCH_TYPE       LAST_UPDATE_DATE —————————  ——————- ———————  ————————— 370789                     …

Read More

Autoconfig Pre-requisites after cloning in R12.2

These steps are used to avoid the autoconfig phas error in R12.2 Steps:login as applsys user conn applsys/*********** Backup the following Tables. create table fnd_oam_context_files_bkp as select * from fnd_oam_context_files;…

Read More