Tuesday, April 25, 2017

R12.2 Log file Locations

A change in Release 12.2 is that HTTP, Oracle WebLogic Server, and concurrent processing log files are not stored under $LOG_HOME as they were in previous releases:
  • HTTP log files are located under the native instance home.
  • Oracle WebLogic Server log files are located under the domain home.
  • Concurrent processing log files are located on the non-editioned file system (fs_ne)


Name
Location
OHS
$IAS_ORACLE_HOME/instances/EBS_web_${TWO_TASK}_OHS2/diagnostics/logs/OHS/EBS_web_${TWO_TASK}/EBS_web_${TWO_TASK}.log
Weblogic Managed Server logfile
$EBS_DOMAIN_HOME/servers/<managed_servername>/logs
Concurrent processing log files
$NE_BASE/inst/${CONTEXT_NAME}/logs/appl/conc/log
adop(patching logfile)
$NE_BASE/EBSapps/log/adop
Adadmin logs
$NE_BASE/EBSapps/log/adadmin/log
Autoconfig log
$INST_TOP/admin/log

How to Compile Forms , Reports & Custom.pll in R12.2

How to Compile Custom.pll   cd $AU_TOP/resource  cp CUSTOM.plx CUSTOM.plx_bkup  cp CUSTOM.pll CUSTOM.pll_bkup  frmcmp_batch module=CUSTOM.pl...