Oracle Application Blog

shell script to compile multiple form files in oracle apps

The Below  script useful to compile multiple .fmb files from single script. SCRIPT: vi fmcmp.sh #!/bin/bash .  APPS_XXXX.env LOGFILE=/d01/backup/fmcmp_`date +%d%b%Y`.log function FCMD { j=”${i//.fmb}” cd $AU_TOP/forms/US frmcmp_batch userid=apps/XXXX module=$i output_file=$AR_TOP/forms/US/$j.fmx…

Read More

How to Create the boot.properties in IDCS Asserter

Problem: When you are running the weblogic in production mode and when you try to start the weblogic using nohup then there is no  chance to enter the username and…

Read More

TNS-01151: Missing listener name, APPS_XXX, in LISTENER.ORA

Problem Description: In Apps R12.1.3 cloning perl adcfgclone.pl appsTier configuration successfully completed and all the services started except listener service. when starting listener service listener process exists with status 1.…

Read More

Apps listener fails to start on cloned instance with TNS-12533

Apps listener fails to start on cloned R12.1.3 instance with the following error. Cause: This error occurs when a host names in the tcp.invited_nodes list is invalid Solution: Remove invalid…

Read More

Customer LOGO in R12 Login Page(ORACLE EBS)

INTRODUTION The below steps will demonstrate how to add the client organization logo in R12 login page. STEP 1:Get the Logo from the customer. STEP2:Login as sysadmin navigate to system…

Read More

FS_CLONE Fails with no such files or Directory ADOPValidationUtils.pm

When you run adop phase=fs_clone, this will endup with the error no such files or Directory ADOPValidationUtils.pm in a minute or so, this is due to the patch context file…

Read More

Output Post Processor (FNDOPP) is not Staring

The Output Post Processor (FNDOPP) Manager is not starting, process status is shown as Actual with 0 and the Target is 1 The OPP logfile shows the following exceptions: [UNEXPECTED] java.sql.SQLException:…

Read More

Setting A Discoverer Preference At A User Level

For Discoverer 10g: 1. On the Discoverer 10g Server machine, please set the environment variables by running the following script, . ./$OH/discoverer/discwb.sh (Note : It is dot space dot slash…

Read More

Log file locations in oracle EBS 12.1.3 and 12.2.4

Log file locations in oracle EBS 12.1.3 and 12.2.4 The Log files locations in Oracle EBS Release 12.1.3 and Oracle EBS R 12.2.4 are given below: 1.Instance startup and configuration…

Read More

R12.2 ONLINE PATCHING (ADOP) PARAMETERS/COMMANDS

R12.2 ONLINE PATCHING (ADOP) PARAMETERS/COMMANDS Online patching is the most important new feature in Oracle E-Business Suite Release 12.2. It is the ability to patch a running system without having…

Read More